COLOR #CDDAE4

HEX: #CDDAE4
RGB: (205,218,228)

Color info

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

RGB color model

#CDDAE4 color RGB value is (205,218,228).

  • red value is 205;
  • green value is 218;
  • blue value is 228.
RGB:
(205,218,228)
(80%,85%,89%)

RGB channels and saturation

R 205 of 255 = 80%
G 218 of 255 = 85%
B 228 of 255 = 89%

205
218
228

R + G + B ~ 85%. #CDDAE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 218 + 228 = 651 (100%)
R 205 of 651 ~ 31.49%
G 218 of 651 ~ 33.49%
B 228 of 651 ~ 35.02%

%31.49
%33.49
%35.02

CMYK color model

#CDDAE4 color CMYK value is (10,4,0,11).

  • cyan value is 10.09%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(10,4,0,11)
C10M4Y0K11 
(10%,4%,0%,11%)
(0.10/0.04/0.00/0.11)	

CMYK percentages

%10.09
%4.39
%0
%10.59

Codes

Color #CDDAE4 in popluar color models

CDDAE4
RGB205218228
HSL206°29.87%84.90%
HSB/HSV206°10.09%89.41%
CMYK10.09%4.39%0.00%
10.59%

Color #CDDAE4 in popluar number systems.

HEXCDDAE4
Decimal205218228
Binary110011011101101011100100
Octal315332344

Shades and tints

Shades of #CDDAE4

#CDDAE4
(205,218,228)
#BBC7D0
(187,199,208)
#A9B4BC
(169,180,188)
#97A1A8
(151,161,168)
#858E94
(133,142,148)
#737B80
(115,123,128)
#61686C
(97,104,108)
#4F5558
(79,85,88)
#3D4244
(61,66,68)
#2B2F30
(43,47,48)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #CDDAE4

#CDDAE4
(205,218,228)
#D1DDE6
(209,221,230)
#D5E0E8
(213,224,232)
#D9E3EA
(217,227,234)
#DDE6EC
(221,230,236)
#E1E9EE
(225,233,238)
#E5ECF0
(229,236,240)
#E9EFF2
(233,239,242)
#EDF2F4
(237,242,244)
#F1F5F6
(241,245,246)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDDAE4 color. Also use rgb(205,218,228) instead hex code.

Text Font Color

.myTextColor { color: #CDDAE4; }

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

This text font color is #CDDAE4.


Background Color

.myBgColor { background-color: #CDDAE4; }

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

This div background color is #CDDAE4.


Border color

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

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

This div border color is #CDDAE4.


Opacity

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

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

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

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

This text has shadow with #CDDAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDDAE4 on black background.


Color preview on white background

This text has color #CDDAE4 on white background.



Black color preview on #CDDAE4 background

This text has black color on #CDDAE4 background.


White color preview on #CDDAE4 background

This text has white color on #CDDAE4 background.