COLOR #CCCDC9

HEX: #CCCDC9
RGB: (204,205,201)

Color info

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

RGB color model

#CCCDC9 color RGB value is (204,205,201).

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

RGB channels and saturation

R 204 of 255 = 80%
G 205 of 255 = 80%
B 201 of 255 = 79%

204
205
201

R + G + B ~ 80%. #CCCDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 205 + 201 = 610 (100%)
R 204 of 610 ~ 33.44%
G 205 of 610 ~ 33.61%
B 201 of 610 ~ 32.95%

%33.44
%33.61
%32.95

CMYK color model

#CCCDC9 color CMYK value is (0,0,2,20).

  • cyan value is 0.49%
  • magenta value is 0.00%
  • yellow value is 1.95%
  • key color value is 19.61%
CMYK:
(0,0,2,20)
C0M0Y2K20 
(0%,0%,2%,20%)
(0.00/0.00/0.02/0.20)	

CMYK percentages

%0.49
%0
%1.95
%19.61

Codes

Color #CCCDC9 in popluar color models

CCCDC9
RGB204205201
HSL75°3.85%79.61%
HSB/HSV75°1.95%80.39%
CMYK0.49%0.00%1.95%
19.61%

Color #CCCDC9 in popluar number systems.

HEXCCCDC9
Decimal204205201
Binary110011001100110111001001
Octal314315311

Shades and tints

Shades of #CCCDC9

#CCCDC9
(204,205,201)
#BABBB7
(186,187,183)
#A8A9A5
(168,169,165)
#969793
(150,151,147)
#848581
(132,133,129)
#72736F
(114,115,111)
#60615D
(96,97,93)
#4E4F4B
(78,79,75)
#3C3D39
(60,61,57)
#2A2B27
(42,43,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCCDC9

#CCCDC9
(204,205,201)
#D0D1CD
(208,209,205)
#D4D5D1
(212,213,209)
#D8D9D5
(216,217,213)
#DCDDD9
(220,221,217)
#E0E1DD
(224,225,221)
#E4E5E1
(228,229,225)
#E8E9E5
(232,233,229)
#ECEDE9
(236,237,233)
#F0F1ED
(240,241,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCDC9; }

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

This text font color is #CCCDC9.


Background Color

.myBgColor { background-color: #CCCDC9; }

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

This div background color is #CCCDC9.


Border color

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

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

This div border color is #CCCDC9.


Opacity

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

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

Text with #CCCDC9 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 #CCCDC9;}

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

This text has shadow with #CCCDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCDC9 on black background.


Color preview on white background

This text has color #CCCDC9 on white background.



Black color preview on #CCCDC9 background

This text has black color on #CCCDC9 background.


White color preview on #CCCDC9 background

This text has white color on #CCCDC9 background.