COLOR #CDD7EE

HEX: #CDD7EE
RGB: (205,215,238)

Color info

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

RGB color model

#CDD7EE color RGB value is (205,215,238).

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

RGB channels and saturation

R 205 of 255 = 80%
G 215 of 255 = 84%
B 238 of 255 = 93%

205
215
238

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

Portions of RGB colors in percentages

R + G + B =
205 + 215 + 238 = 658 (100%)
R 205 of 658 ~ 31.16%
G 215 of 658 ~ 32.67%
B 238 of 658 ~ 36.17%

%31.16
%32.67
%36.17

CMYK color model

#CDD7EE color CMYK value is (14,10,0,7).

  • cyan value is 13.87%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(14,10,0,7)
C14M10Y0K7 
(14%,10%,0%,7%)
(0.14/0.10/0.00/0.07)	

CMYK percentages

%13.87
%9.66
%0
%6.67

Codes

Color #CDD7EE in popluar color models

CDD7EE
RGB205215238
HSL222°49.25%86.86%
HSB/HSV222°13.87%93.33%
CMYK13.87%9.66%0.00%
6.67%

Color #CDD7EE in popluar number systems.

HEXCDD7EE
Decimal205215238
Binary110011011101011111101110
Octal315327356

Shades and tints

Shades of #CDD7EE

#CDD7EE
(205,215,238)
#BBC4D9
(187,196,217)
#A9B1C4
(169,177,196)
#979EAF
(151,158,175)
#858B9A
(133,139,154)
#737885
(115,120,133)
#616570
(97,101,112)
#4F525B
(79,82,91)
#3D3F46
(61,63,70)
#2B2C31
(43,44,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #CDD7EE

#CDD7EE
(205,215,238)
#D1DAEF
(209,218,239)
#D5DDF0
(213,221,240)
#D9E0F1
(217,224,241)
#DDE3F2
(221,227,242)
#E1E6F3
(225,230,243)
#E5E9F4
(229,233,244)
#E9ECF5
(233,236,245)
#EDEFF6
(237,239,246)
#F1F2F7
(241,242,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD7EE; }

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

This text font color is #CDD7EE.


Background Color

.myBgColor { background-color: #CDD7EE; }

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

This div background color is #CDD7EE.


Border color

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

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

This div border color is #CDD7EE.


Opacity

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

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

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

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

This text has shadow with #CDD7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD7EE on black background.


Color preview on white background

This text has color #CDD7EE on white background.



Black color preview on #CDD7EE background

This text has black color on #CDD7EE background.


White color preview on #CDD7EE background

This text has white color on #CDD7EE background.