COLOR #D2E9E6

HEX: #D2E9E6 RGB: (210,233,230)

Color info

#D2E9E6 contains red, green and blue colors in about the same proportion. Web safe color of #D2E9E6 is #CCFFCC (or #CFC).

RGB color model

#D2E9E6 color RGB value is (210,233,230).

RGB: (210,233,230) (82%, 91%, 90%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 230 of 255 = 90%

210
233
230

R + G + B ~ 88%. #D2E9E6 is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 230 = 673 (100%)
R 210 of 673 ~ 31.2%
G 233 of 673 ~ 34.62%
B 230 of 673 ~ 34.18'%

%31.2
%34.62
%34.18

CMYK color model

#D2E9E6 color CMYK value is (10,0,1,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK: (10,0,1,9) C10M0Y1K9 (10%,0%,1%,9%) (0.10/0.00/0.01/0.09) 

CMYK percentages

%9.87
%0
%1.29
%8.63

Codes

Color #D2E9E6 in popluar color models

D2 E9 E6
RGB 210 233 230
HSL 172° 34.33% 86.86%
HSB/HSV 172° 9.87% 91.37%
CMYK 9.87% 0.00% 1.29%
8.63%

Color #D2E9E6 in popluar number systems.

HEX D2 E9 E6
Decimal 210 233 230
Binary 11010010 11101001 11100110
Octal 322 351 346

Shades and tints

Shades of #D2E9E6

#D2E9E6
(210,233,230)
#BFD4D2
(191,212,210)
#ACBFBE
(172,191,190)
#99AAAA
(153,170,170)
#869596
(134,149,150)
#738082
(115,128,130)
#606B6E
(96,107,110)
#4D565A
(77,86,90)
#3A4146
(58,65,70)
#272C32
(39,44,50)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #D2E9E6

#D2E9E6
(210,233,230)
#D6EBE8
(214,235,232)
#DAEDEA
(218,237,234)
#DEEFEC
(222,239,236)
#E2F1EE
(226,241,238)
#E6F3F0
(230,243,240)
#EAF5F2
(234,245,242)
#EEF7F4
(238,247,244)
#F2F9F6
(242,249,246)
#F6FBF8
(246,251,248)
#FAFDFA
(250,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E9E6 color. Also use rgb(210,233,230) instead hex code.

Text Font Color

.myTextColor { color: #D2E9E6; }

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

This text font color is #D2E9E6.

Background Color

.myBgColor { background-color: #D2E9E6; }

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

This div background color is #D2E9E6.

Border color

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

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

This div border color is #D2E9E6.

Opacity

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

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

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

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

This text has shadow with #D2E9E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9E6.

Preview

Color preview on black background

This text has color #D2E9E6 on black background.


Color preview on white background

This text has color #D2E9E6 on white background.


Black color preview on #D2E9E6 background

This text has black color on #D2E9E6 background.


White color preview on #D2E9E6 background

This text has white color on #D2E9E6 background.


Related colors

Complementary color

Complementary color for #hex is #2D1619.


I love getcolorcode.com

Triadic colors

1 #E6D2E9 and #E9E6D2 with #D2E9E6 are triadic colors.

2 #E6E9D2 and #E9D2E6 with #D2E9E6 are triadic colors.