COLOR #CDDCC9

HEX: #CDDCC9 RGB: (205,220,201)

Color info

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

RGB color model

#CDDCC9 color RGB value is (205,220,201).

RGB: (205,220,201) (80%, 86%, 79%)

RGB channels and saturation

R 205 of 255 = 80%
G 220 of 255 = 86%
B 201 of 255 = 79%

205
220
201

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

Portions of RGB colors in percentages

R + G + B = 205 + 220 + 201 = 626 (100%)
R 205 of 626 ~ 32.75%
G 220 of 626 ~ 35.14%
B 201 of 626 ~ 32.11'%

%32.75
%35.14
%32.11

CMYK color model

#CDDCC9 color CMYK value is (7,0,9,14).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK: (7,0,9,14) C7M0Y9K14 (7%,0%,9%,14%) (0.07/0.00/0.09/0.14) 

CMYK percentages

%6.82
%0
%8.64
%13.73

Codes

Color #CDDCC9 in popluar color models

CD DC C9
RGB 205 220 201
HSL 107° 21.35% 82.55%
HSB/HSV 107° 8.64% 86.27%
CMYK 6.82% 0.00% 8.64%
13.73%

Color #CDDCC9 in popluar number systems.

HEX CD DC C9
Decimal 205 220 201
Binary 11001101 11011100 11001001
Octal 315 334 311

Shades and tints

Shades of #CDDCC9

#CDDCC9
(205,220,201)
#BBC8B7
(187,200,183)
#A9B4A5
(169,180,165)
#97A093
(151,160,147)
#858C81
(133,140,129)
#73786F
(115,120,111)
#61645D
(97,100,93)
#4F504B
(79,80,75)
#3D3C39
(61,60,57)
#2B2827
(43,40,39)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #CDDCC9

#CDDCC9
(205,220,201)
#D1DFCD
(209,223,205)
#D5E2D1
(213,226,209)
#D9E5D5
(217,229,213)
#DDE8D9
(221,232,217)
#E1EBDD
(225,235,221)
#E5EEE1
(229,238,225)
#E9F1E5
(233,241,229)
#EDF4E9
(237,244,233)
#F1F7ED
(241,247,237)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDDCC9; }

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

This text font color is #CDDCC9.

Background Color

.myBgColor { background-color: #CDDCC9; }

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

This div background color is #CDDCC9.

Border color

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

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

This div border color is #CDDCC9.

Opacity

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

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

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

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

This text has shadow with #CDDCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDDCC9.

Preview

Color preview on black background

This text has color #CDDCC9 on black background.


Color preview on white background

This text has color #CDDCC9 on white background.


Black color preview on #CDDCC9 background

This text has black color on #CDDCC9 background.


White color preview on #CDDCC9 background

This text has white color on #CDDCC9 background.


Related colors

Complementary color

Complementary color for #hex is #322336.


I love getcolorcode.com

Triadic colors

1 #C9CDDC and #DCC9CD with #CDDCC9 are triadic colors.

2 #C9DCCD and #DCCDC9 with #CDDCC9 are triadic colors.