COLOR #CCD9CB

HEX: #CCD9CB RGB: (204,217,203)

Color info

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

RGB color model

#CCD9CB color RGB value is (204,217,203).

RGB: (204,217,203) (80%, 85%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 203 of 255 = 80%

204
217
203

R + G + B ~ 82%. #CCD9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 217 + 203 = 624 (100%)
R 204 of 624 ~ 32.69%
G 217 of 624 ~ 34.78%
B 203 of 624 ~ 32.53'%

%32.69
%34.78
%32.53

CMYK color model

#CCD9CB color CMYK value is (6,0,6,15).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%

CMYK: (6,0,6,15)
C6M0Y6K15 (6%, 0%, 6%, 15%)
(0.06 / 0.00 / 0.06 / 0.15)

CMYK percentages

%5.99
%0
%6.45
%14.9

Codes

Color #CCD9CB in popluar color models

CC D9 CB
RGB 204 217 203
HSL 116° 15.56% 82.35%
HSB/HSV 116° 6.45% 85.10%
CMYK 5.99% 0.00% 6.45%
14.90%

Color #CCD9CB in popluar number systems.

HEX CC D9 CB
Decimal 204 217 203
Binary 11001100 11011001 11001011
Octal 314 331 313

Shades and tints

Shades of #CCD9CB

#CCD9CB
(204,217,203)
#BAC6B9
(186,198,185)
#A8B3A7
(168,179,167)
#96A095
(150,160,149)
#848D83
(132,141,131)
#727A71
(114,122,113)
#60675F
(96,103,95)
#4E544D
(78,84,77)
#3C413B
(60,65,59)
#2A2E29
(42,46,41)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCD9CB

#CCD9CB
(204,217,203)
#D0DCCF
(208,220,207)
#D4DFD3
(212,223,211)
#D8E2D7
(216,226,215)
#DCE5DB
(220,229,219)
#E0E8DF
(224,232,223)
#E4EBE3
(228,235,227)
#E8EEE7
(232,238,231)
#ECF1EB
(236,241,235)
#F0F4EF
(240,244,239)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD9CB color. Also use rgb(204,217,203) instead hex code.

Text Font Color

.myTextColor { color: #CCD9CB; }

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

This text font color is #CCD9CB.

Background Color

.myBgColor { background-color: #CCD9CB; }

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

This div background color is #CCD9CB.

Border color

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

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

This div border color is #CCD9CB.

Opacity

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

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

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

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

This text has shadow with #CCD9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD9CB.

Preview

Color preview on black background

This text has color #CCD9CB on black background.


Color preview on white background

This text has color #CCD9CB on white background.


Black color preview on #CCD9CB background

This text has black color on #CCD9CB background.


White color preview on #CCD9CB background

This text has white color on #CCD9CB background.


Related colors

Complementary color

Complementary color for #hex is #332634.


I love getcolorcode.com

Triadic colors

1 #CBCCD9 and #D9CBCC with #CCD9CB are triadic colors.

2 #CBD9CC and #D9CCCB with #CCD9CB are triadic colors.