COLOR #D2D9ED

HEX: #D2D9ED RGB: (210,217,237)

Color info

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

RGB color model

#D2D9ED color RGB value is (210,217,237).

RGB: (210,217,237) (82%, 85%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 217 of 255 = 85%
B 237 of 255 = 93%

210
217
237

R + G + B ~ 87%. #D2D9ED is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 217 + 237 = 664 (100%)
R 210 of 664 ~ 31.63%
G 217 of 664 ~ 32.68%
B 237 of 664 ~ 35.69'%

%31.63
%32.68
%35.69

CMYK color model

#D2D9ED color CMYK value is (11,8,0,7).

  • cyan value is 11.39%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (11,8,0,7) C11M8Y0K7 (11%,8%,0%,7%) (0.11/0.08/0.00/0.07) 

CMYK percentages

%11.39
%8.44
%0
%7.06

Codes

Color #D2D9ED in popluar color models

D2 D9 ED
RGB 210 217 237
HSL 224° 42.86% 87.65%
HSB/HSV 224° 11.39% 92.94%
CMYK 11.39% 8.44% 0.00%
7.06%

Color #D2D9ED in popluar number systems.

HEX D2 D9 ED
Decimal 210 217 237
Binary 11010010 11011001 11101101
Octal 322 331 355

Shades and tints

Shades of #D2D9ED

#D2D9ED
(210,217,237)
#BFC6D8
(191,198,216)
#ACB3C3
(172,179,195)
#99A0AE
(153,160,174)
#868D99
(134,141,153)
#737A84
(115,122,132)
#60676F
(96,103,111)
#4D545A
(77,84,90)
#3A4145
(58,65,69)
#272E30
(39,46,48)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #D2D9ED

#D2D9ED
(210,217,237)
#D6DCEE
(214,220,238)
#DADFEF
(218,223,239)
#DEE2F0
(222,226,240)
#E2E5F1
(226,229,241)
#E6E8F2
(230,232,242)
#EAEBF3
(234,235,243)
#EEEEF4
(238,238,244)
#F2F1F5
(242,241,245)
#F6F4F6
(246,244,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D9ED; }

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

This text font color is #D2D9ED.

Background Color

.myBgColor { background-color: #D2D9ED; }

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

This div background color is #D2D9ED.

Border color

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

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

This div border color is #D2D9ED.

Opacity

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

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

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

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

This text has shadow with #D2D9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2D9ED.

Preview

Color preview on black background

This text has color #D2D9ED on black background.


Color preview on white background

This text has color #D2D9ED on white background.


Black color preview on #D2D9ED background

This text has black color on #D2D9ED background.


White color preview on #D2D9ED background

This text has white color on #D2D9ED background.


Related colors

Complementary color

Complementary color for #hex is #2D2612.


I love getcolorcode.com

Triadic colors

1 #EDD2D9 and #D9EDD2 with #D2D9ED are triadic colors.

2 #EDD9D2 and #D9D2ED with #D2D9ED are triadic colors.