COLOR #CCD5C9

HEX: #CCD5C9 RGB: (204,213,201)

Color info

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

RGB color model

#CCD5C9 color RGB value is (204,213,201).

RGB: (204,213,201) (80%, 84%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 213 of 255 = 84%
B 201 of 255 = 79%

204
213
201

R + G + B ~ 81%. #CCD5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 213 + 201 = 618 (100%)
R 204 of 618 ~ 33.01%
G 213 of 618 ~ 34.47%
B 201 of 618 ~ 32.52'%

%33.01
%34.47
%32.52

CMYK color model

#CCD5C9 color CMYK value is (4,0,6,16).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 16.47%

CMYK: (4,0,6,16)
C4M0Y6K16 (4%, 0%, 6%, 16%)
(0.04 / 0.00 / 0.06 / 0.16)

CMYK percentages

%4.23
%0
%5.63
%16.47

Codes

Color #CCD5C9 in popluar color models

CC D5 C9
RGB 204 213 201
HSL 105° 12.50% 81.18%
HSB/HSV 105° 5.63% 83.53%
CMYK 4.23% 0.00% 5.63%
16.47%

Color #CCD5C9 in popluar number systems.

HEX CC D5 C9
Decimal 204 213 201
Binary 11001100 11010101 11001001
Octal 314 325 311

Shades and tints

Shades of #CCD5C9

#CCD5C9
(204,213,201)
#BAC2B7
(186,194,183)
#A8AFA5
(168,175,165)
#969C93
(150,156,147)
#848981
(132,137,129)
#72766F
(114,118,111)
#60635D
(96,99,93)
#4E504B
(78,80,75)
#3C3D39
(60,61,57)
#2A2A27
(42,42,39)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #CCD5C9

#CCD5C9
(204,213,201)
#D0D8CD
(208,216,205)
#D4DBD1
(212,219,209)
#D8DED5
(216,222,213)
#DCE1D9
(220,225,217)
#E0E4DD
(224,228,221)
#E4E7E1
(228,231,225)
#E8EAE5
(232,234,229)
#ECEDE9
(236,237,233)
#F0F0ED
(240,240,237)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD5C9; }

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

This text font color is #CCD5C9.

Background Color

.myBgColor { background-color: #CCD5C9; }

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

This div background color is #CCD5C9.

Border color

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

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

This div border color is #CCD5C9.

Opacity

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

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

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

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

This text has shadow with #CCD5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD5C9.

Preview

Color preview on black background

This text has color #CCD5C9 on black background.


Color preview on white background

This text has color #CCD5C9 on white background.


Black color preview on #CCD5C9 background

This text has black color on #CCD5C9 background.


White color preview on #CCD5C9 background

This text has white color on #CCD5C9 background.


Related colors

Complementary color

Complementary color for #hex is #332A36.


I love getcolorcode.com

Triadic colors

1 #C9CCD5 and #D5C9CC with #CCD5C9 are triadic colors.

2 #C9D5CC and #D5CCC9 with #CCD5C9 are triadic colors.