COLOR #CCC5CD

HEX: #CCC5CD
RGB: (204,197,205)

Color info

#CCC5CD contains red, green and blue colors in about the same proportion. Web safe color of #CCC5CD is #CCCCCC (or #CCC).

RGB color model

#CCC5CD color RGB value is (204,197,205).

  • red value is 204;
  • green value is 197;
  • blue value is 205.
RGB:
(204,197,205)
(80%,77%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 205 of 255 = 80%

204
197
205

R + G + B ~ 79%. #CCC5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 205 = 606 (100%)
R 204 of 606 ~ 33.66%
G 197 of 606 ~ 32.51%
B 205 of 606 ~ 33.83%

%33.66
%32.51
%33.83

CMYK color model

#CCC5CD color CMYK value is (0,4,0,20).

  • cyan value is 0.49%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(0,4,0,20)
C0M4Y0K20 
(0%,4%,0%,20%)
(0.00/0.04/0.00/0.20)	

CMYK percentages

%0.49
%3.9
%0
%19.61

Codes

Color #CCC5CD in popluar color models

CCC5CD
RGB204197205
HSL293°7.41%78.82%
HSB/HSV293°3.90%80.39%
CMYK0.49%3.90%0.00%
19.61%

Color #CCC5CD in popluar number systems.

HEXCCC5CD
Decimal204197205
Binary110011001100010111001101
Octal314305315

Shades and tints

Shades of #CCC5CD

#CCC5CD
(204,197,205)
#BAB4BB
(186,180,187)
#A8A3A9
(168,163,169)
#969297
(150,146,151)
#848185
(132,129,133)
#727073
(114,112,115)
#605F61
(96,95,97)
#4E4E4F
(78,78,79)
#3C3D3D
(60,61,61)
#2A2C2B
(42,44,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #CCC5CD

#CCC5CD
(204,197,205)
#D0CAD1
(208,202,209)
#D4CFD5
(212,207,213)
#D8D4D9
(216,212,217)
#DCD9DD
(220,217,221)
#E0DEE1
(224,222,225)
#E4E3E5
(228,227,229)
#E8E8E9
(232,232,233)
#ECEDED
(236,237,237)
#F0F2F1
(240,242,241)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC5CD color. Also use rgb(204,197,205) instead hex code.

Text Font Color

.myTextColor { color: #CCC5CD; }

<p style="color:#CCC5CD">This sample text font color is #CCC5CD.</p>

This text font color is #CCC5CD.


Background Color

.myBgColor { background-color: #CCC5CD; }

<div style="background-color:#CCC5CD">Inner text</div>

This div background color is #CCC5CD.


Border color

.myBorderColor { border: 1px solid #CCC5CD; }

<div style="border:3px solid #CCC5CD">Div</div>

This div border color is #CCC5CD.


Opacity

.myOpacity80 { color: #CCC5CD; opacity: 0.8; }

<p style="color:#CCC5CD;opacity:0.8;">80%</p>

Text with #CCC5CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCC5CD;}

<p style="text-shadow: 3px 3px 1px #CCC5CD">Text here.</p>

This text has shadow with #CCC5CD color.

.textShadow {text-shadow: 3px 3px 1px #CCC5CD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCC5CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCC5CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCC5CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCC5CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCC5CD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCC5CD;
  -webkit-box-shadow:	1px 1px 3px 2px #CCC5CD;
  box-shadow:		1px 1px 3px 2px #CCC5CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCC5CD;
-webkit-box-shadow: 1px 1px 3px 2px #CCC5CD;
box-shadow:1px 1px 3px 2px #CCC5CD;">
Div content here</div>
This div box has shadow with color #CCC5CD.

Preview

Color preview on black background

This text has color #CCC5CD on black background.


Color preview on white background

This text has color #CCC5CD on white background.



Black color preview on #CCC5CD background

This text has black color on #CCC5CD background.


White color preview on #CCC5CD background

This text has white color on #CCC5CD background.