COLOR #D2E9E2

HEX: #D2E9E2 RGB: (210,233,226)

Color info

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

RGB color model

#D2E9E2 color RGB value is (210,233,226).

RGB: (210,233,226) (82%, 91%, 89%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 226 of 255 = 89%

210
233
226

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 226 = 669 (100%)
R 210 of 669 ~ 31.39%
G 233 of 669 ~ 34.83%
B 226 of 669 ~ 33.78'%

%31.39
%34.83
%33.78

CMYK color model

#D2E9E2 color CMYK value is (10,0,3,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 8.63%

CMYK: (10,0,3,9)
C10M0Y3K9 (10%, 0%, 3%, 9%)
(0.10 / 0.00 / 0.03 / 0.09)

CMYK percentages

%9.87
%0
%3
%8.63

Codes

Color #D2E9E2 in popluar color models

D2 E9 E2
RGB 210 233 226
HSL 162° 34.33% 86.86%
HSB/HSV 162° 9.87% 91.37%
CMYK 9.87% 0.00% 3.00%
8.63%

Color #D2E9E2 in popluar number systems.

HEX D2 E9 E2
Decimal 210 233 226
Binary 11010010 11101001 11100010
Octal 322 351 342

Shades and tints

Shades of #D2E9E2

#D2E9E2
(210,233,226)
#BFD4CE
(191,212,206)
#ACBFBA
(172,191,186)
#99AAA6
(153,170,166)
#869592
(134,149,146)
#73807E
(115,128,126)
#606B6A
(96,107,106)
#4D5656
(77,86,86)
#3A4142
(58,65,66)
#272C2E
(39,44,46)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #D2E9E2

#D2E9E2
(210,233,226)
#D6EBE4
(214,235,228)
#DAEDE6
(218,237,230)
#DEEFE8
(222,239,232)
#E2F1EA
(226,241,234)
#E6F3EC
(230,243,236)
#EAF5EE
(234,245,238)
#EEF7F0
(238,247,240)
#F2F9F2
(242,249,242)
#F6FBF4
(246,251,244)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E9E2; }

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

This text font color is #D2E9E2.

Background Color

.myBgColor { background-color: #D2E9E2; }

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

This div background color is #D2E9E2.

Border color

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

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

This div border color is #D2E9E2.

Opacity

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

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

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

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

This text has shadow with #D2E9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9E2.

Preview

Color preview on black background

This text has color #D2E9E2 on black background.


Color preview on white background

This text has color #D2E9E2 on white background.


Black color preview on #D2E9E2 background

This text has black color on #D2E9E2 background.


White color preview on #D2E9E2 background

This text has white color on #D2E9E2 background.


Related colors

Complementary color

Complementary color for #hex is #2D161D.


I love getcolorcode.com

Triadic colors

1 #E2D2E9 and #E9E2D2 with #D2E9E2 are triadic colors.

2 #E2E9D2 and #E9D2E2 with #D2E9E2 are triadic colors.