COLOR #CDD9EE

HEX: #CDD9EE
RGB: (205,217,238)

Color info

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

RGB color model

#CDD9EE color RGB value is (205,217,238).

  • red value is 205;
  • green value is 217;
  • blue value is 238.
RGB: (205,217,238) (80%,85%,93%)

RGB channels and saturation

R 205 of 255 = 80%
G 217 of 255 = 85%
B 238 of 255 = 93%

205
217
238

R + G + B ~ 86%. #CDD9EE is light color.

Portions of RGB colors in percentages

R + G + B =
205 + 217 + 238 = 660 (100%)
R 205 of 660 ~ 31.06%
G 217 of 660 ~ 32.88%
B 238 of 660 ~ 36.06%

%31.06
%32.88
%36.06

CMYK color model

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

  • cyan value is 13.87%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (14,9,0,7) C14M9Y0K7 (14%,9%,0%,7%) (0.14/0.09/0.00/0.07)

CMYK percentages

%13.87
%8.82
%0
%6.67

Codes

Color #CDD9EE in popluar color models

CDD9EE
RGB205217238
HSL218°49.25%86.86%
HSB/HSV218°13.87%93.33%
CMYK13.87%8.82%0.00%
6.67%

Color #CDD9EE in popluar number systems.

HEXCDD9EE
Decimal205217238
Binary110011011101100111101110
Octal315331356

Shades and tints

Shades of #CDD9EE

#CDD9EE
(205,217,238)
#BBC6D9
(187,198,217)
#A9B3C4
(169,179,196)
#97A0AF
(151,160,175)
#858D9A
(133,141,154)
#737A85
(115,122,133)
#616770
(97,103,112)
#4F545B
(79,84,91)
#3D4146
(61,65,70)
#2B2E31
(43,46,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #CDD9EE

#CDD9EE
(205,217,238)
#D1DCEF
(209,220,239)
#D5DFF0
(213,223,240)
#D9E2F1
(217,226,241)
#DDE5F2
(221,229,242)
#E1E8F3
(225,232,243)
#E5EBF4
(229,235,244)
#E9EEF5
(233,238,245)
#EDF1F6
(237,241,246)
#F1F4F7
(241,244,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD9EE color. Also use rgb(205,217,238) instead hex code.

Text Font Color

.myTextColor { color: #CDD9EE; }

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

This text font color is #CDD9EE.


Background Color

.myBgColor { background-color: #CDD9EE; }

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

This div background color is #CDD9EE.


Border color

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

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

This div border color is #CDD9EE.


Opacity

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

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

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

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

This text has shadow with #CDD9EE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CDD9EE on black background.


Color preview on white background

This text has color #CDD9EE on white background.



Black color preview on #CDD9EE background

This text has black color on #CDD9EE background.


White color preview on #CDD9EE background

This text has white color on #CDD9EE background.