COLOR #CDD5EC

HEX: #CDD5EC
RGB: (205,213,236)

Color info

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

RGB color model

#CDD5EC color RGB value is (205,213,236).

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

RGB channels and saturation

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

205
213
236

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

Portions of RGB colors in percentages

R + G + B =
205 + 213 + 236 = 654 (100%)
R 205 of 654 ~ 31.35%
G 213 of 654 ~ 32.57%
B 236 of 654 ~ 36.09%

%31.35
%32.57
%36.09

CMYK color model

#CDD5EC color CMYK value is (13,10,0,7).

  • cyan value is 13.14%
  • magenta value is 9.75%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(13,10,0,7)
C13M10Y0K7 
(13%,10%,0%,7%)
(0.13/0.10/0.00/0.07)	

CMYK percentages

%13.14
%9.75
%0
%7.45

Codes

Color #CDD5EC in popluar color models

CDD5EC
RGB205213236
HSL225°44.93%86.47%
HSB/HSV225°13.14%92.55%
CMYK13.14%9.75%0.00%
7.45%

Color #CDD5EC in popluar number systems.

HEXCDD5EC
Decimal205213236
Binary110011011101010111101100
Octal315325354

Shades and tints

Shades of #CDD5EC

#CDD5EC
(205,213,236)
#BBC2D7
(187,194,215)
#A9AFC2
(169,175,194)
#979CAD
(151,156,173)
#858998
(133,137,152)
#737683
(115,118,131)
#61636E
(97,99,110)
#4F5059
(79,80,89)
#3D3D44
(61,61,68)
#2B2A2F
(43,42,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #CDD5EC

#CDD5EC
(205,213,236)
#D1D8ED
(209,216,237)
#D5DBEE
(213,219,238)
#D9DEEF
(217,222,239)
#DDE1F0
(221,225,240)
#E1E4F1
(225,228,241)
#E5E7F2
(229,231,242)
#E9EAF3
(233,234,243)
#EDEDF4
(237,237,244)
#F1F0F5
(241,240,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDD5EC; }

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

This text font color is #CDD5EC.


Background Color

.myBgColor { background-color: #CDD5EC; }

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

This div background color is #CDD5EC.


Border color

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

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

This div border color is #CDD5EC.


Opacity

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

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

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

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

This text has shadow with #CDD5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDD5EC on black background.


Color preview on white background

This text has color #CDD5EC on white background.



Black color preview on #CDD5EC background

This text has black color on #CDD5EC background.


White color preview on #CDD5EC background

This text has white color on #CDD5EC background.