COLOR #CDD2E2

HEX: #CDD2E2
RGB: (205,210,226)

Color info

#CDD2E2 contains red, green and blue colors in about the same proportion. Web safe color of #CDD2E2 is #CCCCCC (or #CCC).

RGB color model

#CDD2E2 color RGB value is (205,210,226).

  • red value is 205;
  • green value is 210;
  • blue value is 226.
RGB: (205,210,226) (80%,82%,89%)

RGB channels and saturation

R 205 of 255 = 80%
G 210 of 255 = 82%
B 226 of 255 = 89%

205
210
226

R + G + B ~ 84%. #CDD2E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 210 + 226 = 641 (100%)
R 205 of 641 ~ 31.98%
G 210 of 641 ~ 32.76%
B 226 of 641 ~ 35.26%

%31.98
%32.76
%35.26

CMYK color model

#CDD2E2 color CMYK value is (9,7,0,11).

  • cyan value is 9.29%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK: (9,7,0,11) C9M7Y0K11 (9%,7%,0%,11%) (0.09/0.07/0.00/0.11)

CMYK percentages

%9.29
%7.08
%0
%11.37

Codes

Color #CDD2E2 in popluar color models

CDD2E2
RGB205210226
HSL226°26.58%84.51%
HSB/HSV226°9.29%88.63%
CMYK9.29%7.08%0.00%
11.37%

Color #CDD2E2 in popluar number systems.

HEXCDD2E2
Decimal205210226
Binary110011011101001011100010
Octal315322342

Shades and tints

Shades of #CDD2E2

#CDD2E2
(205,210,226)
#BBBFCE
(187,191,206)
#A9ACBA
(169,172,186)
#9799A6
(151,153,166)
#858692
(133,134,146)
#73737E
(115,115,126)
#61606A
(97,96,106)
#4F4D56
(79,77,86)
#3D3A42
(61,58,66)
#2B272E
(43,39,46)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #CDD2E2

#CDD2E2
(205,210,226)
#D1D6E4
(209,214,228)
#D5DAE6
(213,218,230)
#D9DEE8
(217,222,232)
#DDE2EA
(221,226,234)
#E1E6EC
(225,230,236)
#E5EAEE
(229,234,238)
#E9EEF0
(233,238,240)
#EDF2F2
(237,242,242)
#F1F6F4
(241,246,244)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDD2E2 color. Also use rgb(205,210,226) instead hex code.

Text Font Color

.myTextColor { color: #CDD2E2; }

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

This text font color is #CDD2E2.


Background Color

.myBgColor { background-color: #CDD2E2; }

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

This div background color is #CDD2E2.


Border color

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

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

This div border color is #CDD2E2.


Opacity

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

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

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

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

This text has shadow with #CDD2E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CDD2E2 on black background.


Color preview on white background

This text has color #CDD2E2 on white background.



Black color preview on #CDD2E2 background

This text has black color on #CDD2E2 background.


White color preview on #CDD2E2 background

This text has white color on #CDD2E2 background.