COLOR #D2DAEA

HEX: #D2DAEA
RGB: (210,218,234)

Color info

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

RGB color model

#D2DAEA color RGB value is (210,218,234).

  • red value is 210;
  • green value is 218;
  • blue value is 234.
RGB:
(210,218,234)
(82%,85%,92%)

RGB channels and saturation

R 210 of 255 = 82%
G 218 of 255 = 85%
B 234 of 255 = 92%

210
218
234

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

Portions of RGB colors in percentages

R + G + B =
210 + 218 + 234 = 662 (100%)
R 210 of 662 ~ 31.72%
G 218 of 662 ~ 32.93%
B 234 of 662 ~ 35.35%

%31.72
%32.93
%35.35

CMYK color model

#D2DAEA color CMYK value is (10,7,0,8).

  • cyan value is 10.26%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(10,7,0,8)
C10M7Y0K8 
(10%,7%,0%,8%)
(0.10/0.07/0.00/0.08)	

CMYK percentages

%10.26
%6.84
%0
%8.24

Codes

Color #D2DAEA in popluar color models

D2DAEA
RGB210218234
HSL220°36.36%87.06%
HSB/HSV220°10.26%91.76%
CMYK10.26%6.84%0.00%
8.24%

Color #D2DAEA in popluar number systems.

HEXD2DAEA
Decimal210218234
Binary110100101101101011101010
Octal322332352

Shades and tints

Shades of #D2DAEA

#D2DAEA
(210,218,234)
#BFC7D5
(191,199,213)
#ACB4C0
(172,180,192)
#99A1AB
(153,161,171)
#868E96
(134,142,150)
#737B81
(115,123,129)
#60686C
(96,104,108)
#4D5557
(77,85,87)
#3A4242
(58,66,66)
#272F2D
(39,47,45)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #D2DAEA

#D2DAEA
(210,218,234)
#D6DDEB
(214,221,235)
#DAE0EC
(218,224,236)
#DEE3ED
(222,227,237)
#E2E6EE
(226,230,238)
#E6E9EF
(230,233,239)
#EAECF0
(234,236,240)
#EEEFF1
(238,239,241)
#F2F2F2
(242,242,242)
#F6F5F3
(246,245,243)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DAEA color. Also use rgb(210,218,234) instead hex code.

Text Font Color

.myTextColor { color: #D2DAEA; }

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

This text font color is #D2DAEA.


Background Color

.myBgColor { background-color: #D2DAEA; }

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

This div background color is #D2DAEA.


Border color

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

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

This div border color is #D2DAEA.


Opacity

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

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

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

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

This text has shadow with #D2DAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DAEA on black background.


Color preview on white background

This text has color #D2DAEA on white background.



Black color preview on #D2DAEA background

This text has black color on #D2DAEA background.


White color preview on #D2DAEA background

This text has white color on #D2DAEA background.