COLOR #CDDEE7

HEX: #CDDEE7
RGB: (205,222,231)

Color info

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

RGB color model

#CDDEE7 color RGB value is (205,222,231).

  • red value is 205;
  • green value is 222;
  • blue value is 231.
RGB:
(205,222,231)
(80%,87%,91%)

RGB channels and saturation

R 205 of 255 = 80%
G 222 of 255 = 87%
B 231 of 255 = 91%

205
222
231

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

Portions of RGB colors in percentages

R + G + B =
205 + 222 + 231 = 658 (100%)
R 205 of 658 ~ 31.16%
G 222 of 658 ~ 33.74%
B 231 of 658 ~ 35.11%

%31.16
%33.74
%35.11

CMYK color model

#CDDEE7 color CMYK value is (11,4,0,9).

  • cyan value is 11.26%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,4,0,9)
C11M4Y0K9 
(11%,4%,0%,9%)
(0.11/0.04/0.00/0.09)	

CMYK percentages

%11.26
%3.9
%0
%9.41

Codes

Color #CDDEE7 in popluar color models

CDDEE7
RGB205222231
HSL201°35.14%85.49%
HSB/HSV201°11.26%90.59%
CMYK11.26%3.90%0.00%
9.41%

Color #CDDEE7 in popluar number systems.

HEXCDDEE7
Decimal205222231
Binary110011011101111011100111
Octal315336347

Shades and tints

Shades of #CDDEE7

#CDDEE7
(205,222,231)
#BBCAD2
(187,202,210)
#A9B6BD
(169,182,189)
#97A2A8
(151,162,168)
#858E93
(133,142,147)
#737A7E
(115,122,126)
#616669
(97,102,105)
#4F5254
(79,82,84)
#3D3E3F
(61,62,63)
#2B2A2A
(43,42,42)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #CDDEE7

#CDDEE7
(205,222,231)
#D1E1E9
(209,225,233)
#D5E4EB
(213,228,235)
#D9E7ED
(217,231,237)
#DDEAEF
(221,234,239)
#E1EDF1
(225,237,241)
#E5F0F3
(229,240,243)
#E9F3F5
(233,243,245)
#EDF6F7
(237,246,247)
#F1F9F9
(241,249,249)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDDEE7; }

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

This text font color is #CDDEE7.


Background Color

.myBgColor { background-color: #CDDEE7; }

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

This div background color is #CDDEE7.


Border color

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

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

This div border color is #CDDEE7.


Opacity

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

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

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

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

This text has shadow with #CDDEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDEE7 on black background.


Color preview on white background

This text has color #CDDEE7 on white background.



Black color preview on #CDDEE7 background

This text has black color on #CDDEE7 background.


White color preview on #CDDEE7 background

This text has white color on #CDDEE7 background.