COLOR #D2D9EA

HEX: #D2D9EA
RGB: (210,217,234)

Color info

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

RGB color model

#D2D9EA color RGB value is (210,217,234).

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

RGB channels and saturation

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

210
217
234

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

Portions of RGB colors in percentages

R + G + B =
210 + 217 + 234 = 661 (100%)
R 210 of 661 ~ 31.77%
G 217 of 661 ~ 32.83%
B 234 of 661 ~ 35.4%

%31.77
%32.83
%35.4

CMYK color model

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

  • cyan value is 10.26%
  • magenta value is 7.26%
  • 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
%7.26
%0
%8.24

Codes

Color #D2D9EA in popluar color models

D2D9EA
RGB210217234
HSL223°36.36%87.06%
HSB/HSV223°10.26%91.76%
CMYK10.26%7.26%0.00%
8.24%

Color #D2D9EA in popluar number systems.

HEXD2D9EA
Decimal210217234
Binary110100101101100111101010
Octal322331352

Shades and tints

Shades of #D2D9EA

#D2D9EA
(210,217,234)
#BFC6D5
(191,198,213)
#ACB3C0
(172,179,192)
#99A0AB
(153,160,171)
#868D96
(134,141,150)
#737A81
(115,122,129)
#60676C
(96,103,108)
#4D5457
(77,84,87)
#3A4142
(58,65,66)
#272E2D
(39,46,45)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #D2D9EA

#D2D9EA
(210,217,234)
#D6DCEB
(214,220,235)
#DADFEC
(218,223,236)
#DEE2ED
(222,226,237)
#E2E5EE
(226,229,238)
#E6E8EF
(230,232,239)
#EAEBF0
(234,235,240)
#EEEEF1
(238,238,241)
#F2F1F2
(242,241,242)
#F6F4F3
(246,244,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9EA; }

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

This text font color is #D2D9EA.


Background Color

.myBgColor { background-color: #D2D9EA; }

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

This div background color is #D2D9EA.


Border color

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

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

This div border color is #D2D9EA.


Opacity

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

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

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

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

This text has shadow with #D2D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D9EA on black background.


Color preview on white background

This text has color #D2D9EA on white background.



Black color preview on #D2D9EA background

This text has black color on #D2D9EA background.


White color preview on #D2D9EA background

This text has white color on #D2D9EA background.