COLOR #CDD6E7

HEX: #CDD6E7 RGB: (205,214,231)

Color info

#CDD6E7 contains red, green and blue colors in about the same proportion. Web safe color of #CDD6E7 is #CCCCFF (or #CCF).

RGB color model

#CDD6E7 color RGB value is (205,214,231).

RGB: (205,214,231) (80%, 84%, 91%)

RGB channels and saturation

R 205 of 255 = 80%
G 214 of 255 = 84%
B 231 of 255 = 91%

205
214
231

R + G + B ~ 85%. #CDD6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 205 + 214 + 231 = 650 (100%)
R 205 of 650 ~ 31.54%
G 214 of 650 ~ 32.92%
B 231 of 650 ~ 35.54'%

%31.54
%32.92
%35.54

CMYK color model

#CDD6E7 color CMYK value is (11,7,0,9).

  • cyan value is 11.26%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (11,7,0,9)
C11M7Y0K9 (11%, 7%, 0%, 9%)
(0.11 / 0.07 / 0.00 / 0.09)

CMYK percentages

%11.26
%7.36
%0
%9.41

Codes

Color #CDD6E7 in popluar color models

CD D6 E7
RGB 205 214 231
HSL 219° 35.14% 85.49%
HSB/HSV 219° 11.26% 90.59%
CMYK 11.26% 7.36% 0.00%
9.41%

Color #CDD6E7 in popluar number systems.

HEX CD D6 E7
Decimal 205 214 231
Binary 11001101 11010110 11100111
Octal 315 326 347

Shades and tints

Shades of #CDD6E7

#CDD6E7
(205,214,231)
#BBC3D2
(187,195,210)
#A9B0BD
(169,176,189)
#979DA8
(151,157,168)
#858A93
(133,138,147)
#73777E
(115,119,126)
#616469
(97,100,105)
#4F5154
(79,81,84)
#3D3E3F
(61,62,63)
#2B2B2A
(43,43,42)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #CDD6E7

#CDD6E7
(205,214,231)
#D1D9E9
(209,217,233)
#D5DCEB
(213,220,235)
#D9DFED
(217,223,237)
#DDE2EF
(221,226,239)
#E1E5F1
(225,229,241)
#E5E8F3
(229,232,243)
#E9EBF5
(233,235,245)
#EDEEF7
(237,238,247)
#F1F1F9
(241,241,249)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD6E7 color. Also use rgb(205,214,231) instead hex code.

Text Font Color

.myTextColor { color: #CDD6E7; }

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

This text font color is #CDD6E7.

Background Color

.myBgColor { background-color: #CDD6E7; }

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

This div background color is #CDD6E7.

Border color

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

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

This div border color is #CDD6E7.

Opacity

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

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

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

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

This text has shadow with #CDD6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CDD6E7.

Preview

Color preview on black background

This text has color #CDD6E7 on black background.


Color preview on white background

This text has color #CDD6E7 on white background.


Black color preview on #CDD6E7 background

This text has black color on #CDD6E7 background.


White color preview on #CDD6E7 background

This text has white color on #CDD6E7 background.


Related colors

Complementary color

Complementary color for #hex is #322918.


I love getcolorcode.com

Triadic colors

1 #E7CDD6 and #D6E7CD with #CDD6E7 are triadic colors.

2 #E7D6CD and #D6CDE7 with #CDD6E7 are triadic colors.