COLOR #CDD7EC

HEX: #CDD7EC
RGB: (205,215,236)

Color info

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

RGB color model

#CDD7EC color RGB value is (205,215,236).

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

RGB channels and saturation

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

205
215
236

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

Portions of RGB colors in percentages

R + G + B =
205 + 215 + 236 = 656 (100%)
R 205 of 656 ~ 31.25%
G 215 of 656 ~ 32.77%
B 236 of 656 ~ 35.98%

%31.25
%32.77
%35.98

CMYK color model

#CDD7EC color CMYK value is (13,9,0,7).

  • cyan value is 13.14%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,9,0,7)
C13M9Y0K7 
(13%,9%,0%,7%)
(0.13/0.09/0.00/0.07)	

CMYK percentages

%13.14
%8.9
%0
%7.45

Codes

Color #CDD7EC in popluar color models

CDD7EC
RGB205215236
HSL221°44.93%86.47%
HSB/HSV221°13.14%92.55%
CMYK13.14%8.90%0.00%
7.45%

Color #CDD7EC in popluar number systems.

HEXCDD7EC
Decimal205215236
Binary110011011101011111101100
Octal315327354

Shades and tints

Shades of #CDD7EC

#CDD7EC
(205,215,236)
#BBC4D7
(187,196,215)
#A9B1C2
(169,177,194)
#979EAD
(151,158,173)
#858B98
(133,139,152)
#737883
(115,120,131)
#61656E
(97,101,110)
#4F5259
(79,82,89)
#3D3F44
(61,63,68)
#2B2C2F
(43,44,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #CDD7EC

#CDD7EC
(205,215,236)
#D1DAED
(209,218,237)
#D5DDEE
(213,221,238)
#D9E0EF
(217,224,239)
#DDE3F0
(221,227,240)
#E1E6F1
(225,230,241)
#E5E9F2
(229,233,242)
#E9ECF3
(233,236,243)
#EDEFF4
(237,239,244)
#F1F2F5
(241,242,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD7EC; }

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

This text font color is #CDD7EC.


Background Color

.myBgColor { background-color: #CDD7EC; }

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

This div background color is #CDD7EC.


Border color

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

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

This div border color is #CDD7EC.


Opacity

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

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

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

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

This text has shadow with #CDD7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD7EC on black background.


Color preview on white background

This text has color #CDD7EC on white background.



Black color preview on #CDD7EC background

This text has black color on #CDD7EC background.


White color preview on #CDD7EC background

This text has white color on #CDD7EC background.