COLOR #CDDCE7

HEX: #CDDCE7
RGB: (205,220,231)

Color info

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

RGB color model

#CDDCE7 color RGB value is (205,220,231).

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

RGB channels and saturation

R 205 of 255 = 80%
G 220 of 255 = 86%
B 231 of 255 = 91%

205
220
231

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

Portions of RGB colors in percentages

R + G + B =
205 + 220 + 231 = 656 (100%)
R 205 of 656 ~ 31.25%
G 220 of 656 ~ 33.54%
B 231 of 656 ~ 35.21%

%31.25
%33.54
%35.21

CMYK color model

#CDDCE7 color CMYK value is (11,5,0,9).

  • cyan value is 11.26%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(11,5,0,9)
C11M5Y0K9 
(11%,5%,0%,9%)
(0.11/0.05/0.00/0.09)	

CMYK percentages

%11.26
%4.76
%0
%9.41

Codes

Color #CDDCE7 in popluar color models

CDDCE7
RGB205220231
HSL205°35.14%85.49%
HSB/HSV205°11.26%90.59%
CMYK11.26%4.76%0.00%
9.41%

Color #CDDCE7 in popluar number systems.

HEXCDDCE7
Decimal205220231
Binary110011011101110011100111
Octal315334347

Shades and tints

Shades of #CDDCE7

#CDDCE7
(205,220,231)
#BBC8D2
(187,200,210)
#A9B4BD
(169,180,189)
#97A0A8
(151,160,168)
#858C93
(133,140,147)
#73787E
(115,120,126)
#616469
(97,100,105)
#4F5054
(79,80,84)
#3D3C3F
(61,60,63)
#2B282A
(43,40,42)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #CDDCE7

#CDDCE7
(205,220,231)
#D1DFE9
(209,223,233)
#D5E2EB
(213,226,235)
#D9E5ED
(217,229,237)
#DDE8EF
(221,232,239)
#E1EBF1
(225,235,241)
#E5EEF3
(229,238,243)
#E9F1F5
(233,241,245)
#EDF4F7
(237,244,247)
#F1F7F9
(241,247,249)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDDCE7; }

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

This text font color is #CDDCE7.


Background Color

.myBgColor { background-color: #CDDCE7; }

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

This div background color is #CDDCE7.


Border color

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

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

This div border color is #CDDCE7.


Opacity

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

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

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

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

This text has shadow with #CDDCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDCE7 on black background.


Color preview on white background

This text has color #CDDCE7 on white background.



Black color preview on #CDDCE7 background

This text has black color on #CDDCE7 background.


White color preview on #CDDCE7 background

This text has white color on #CDDCE7 background.