COLOR #CDDDE9

HEX: #CDDDE9
RGB: (205,221,233)

Color info

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

RGB color model

#CDDDE9 color RGB value is (205,221,233).

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

RGB channels and saturation

R 205 of 255 = 80%
G 221 of 255 = 87%
B 233 of 255 = 91%

205
221
233

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

Portions of RGB colors in percentages

R + G + B =
205 + 221 + 233 = 659 (100%)
R 205 of 659 ~ 31.11%
G 221 of 659 ~ 33.54%
B 233 of 659 ~ 35.36%

%31.11
%33.54
%35.36

CMYK color model

#CDDDE9 color CMYK value is (12,5,0,9).

  • cyan value is 12.02%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(12,5,0,9)
C12M5Y0K9 
(12%,5%,0%,9%)
(0.12/0.05/0.00/0.09)	

CMYK percentages

%12.02
%5.15
%0
%8.63

Codes

Color #CDDDE9 in popluar color models

CDDDE9
RGB205221233
HSL206°38.89%85.88%
HSB/HSV206°12.02%91.37%
CMYK12.02%5.15%0.00%
8.63%

Color #CDDDE9 in popluar number systems.

HEXCDDDE9
Decimal205221233
Binary110011011101110111101001
Octal315335351

Shades and tints

Shades of #CDDDE9

#CDDDE9
(205,221,233)
#BBC9D4
(187,201,212)
#A9B5BF
(169,181,191)
#97A1AA
(151,161,170)
#858D95
(133,141,149)
#737980
(115,121,128)
#61656B
(97,101,107)
#4F5156
(79,81,86)
#3D3D41
(61,61,65)
#2B292C
(43,41,44)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #CDDDE9

#CDDDE9
(205,221,233)
#D1E0EB
(209,224,235)
#D5E3ED
(213,227,237)
#D9E6EF
(217,230,239)
#DDE9F1
(221,233,241)
#E1ECF3
(225,236,243)
#E5EFF5
(229,239,245)
#E9F2F7
(233,242,247)
#EDF5F9
(237,245,249)
#F1F8FB
(241,248,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDDDE9 color. Also use rgb(205,221,233) instead hex code.

Text Font Color

.myTextColor { color: #CDDDE9; }

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

This text font color is #CDDDE9.


Background Color

.myBgColor { background-color: #CDDDE9; }

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

This div background color is #CDDDE9.


Border color

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

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

This div border color is #CDDDE9.


Opacity

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

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

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

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

This text has shadow with #CDDDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDDE9 on black background.


Color preview on white background

This text has color #CDDDE9 on white background.



Black color preview on #CDDDE9 background

This text has black color on #CDDDE9 background.


White color preview on #CDDDE9 background

This text has white color on #CDDDE9 background.