COLOR #D2E8B2

HEX: #D2E8B2 RGB: (210,232,178)

Color info

#D2E8B2 contains red, green and blue colors in about the same proportion. Web safe color of #D2E8B2 is #CCFF99 (or #CF9).

RGB color model

#D2E8B2 color RGB value is (210,232,178).

RGB: (210,232,178) (82%, 91%, 70%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 178 of 255 = 70%

210
232
178

R + G + B ~ 81%. #D2E8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 232 + 178 = 620 (100%)
R 210 of 620 ~ 33.87%
G 232 of 620 ~ 37.42%
B 178 of 620 ~ 28.71'%

%33.87
%37.42
%28.71

CMYK color model

#D2E8B2 color CMYK value is (9,0,23,9).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 9.02%

CMYK: (9,0,23,9)
C9M0Y23K9 (9%, 0%, 23%, 9%)
(0.09 / 0.00 / 0.23 / 0.09)

CMYK percentages

%9.48
%0
%23.28
%9.02

Codes

Color #D2E8B2 in popluar color models

D2 E8 B2
RGB 210 232 178
HSL 84° 54.00% 80.39%
HSB/HSV 84° 23.28% 90.98%
CMYK 9.48% 0.00% 23.28%
9.02%

Color #D2E8B2 in popluar number systems.

HEX D2 E8 B2
Decimal 210 232 178
Binary 11010010 11101000 10110010
Octal 322 350 262

Shades and tints

Shades of #D2E8B2

#D2E8B2
(210,232,178)
#BFD3A2
(191,211,162)
#ACBE92
(172,190,146)
#99A982
(153,169,130)
#869472
(134,148,114)
#737F62
(115,127,98)
#606A52
(96,106,82)
#4D5542
(77,85,66)
#3A4032
(58,64,50)
#272B22
(39,43,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #D2E8B2

#D2E8B2
(210,232,178)
#D6EAB9
(214,234,185)
#DAECC0
(218,236,192)
#DEEEC7
(222,238,199)
#E2F0CE
(226,240,206)
#E6F2D5
(230,242,213)
#EAF4DC
(234,244,220)
#EEF6E3
(238,246,227)
#F2F8EA
(242,248,234)
#F6FAF1
(246,250,241)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E8B2 color. Also use rgb(210,232,178) instead hex code.

Text Font Color

.myTextColor { color: #D2E8B2; }

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

This text font color is #D2E8B2.

Background Color

.myBgColor { background-color: #D2E8B2; }

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

This div background color is #D2E8B2.

Border color

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

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

This div border color is #D2E8B2.

Opacity

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

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

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

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

This text has shadow with #D2E8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E8B2.

Preview

Color preview on black background

This text has color #D2E8B2 on black background.


Color preview on white background

This text has color #D2E8B2 on white background.


Black color preview on #D2E8B2 background

This text has black color on #D2E8B2 background.


White color preview on #D2E8B2 background

This text has white color on #D2E8B2 background.


Related colors

Complementary color

Complementary color for #hex is #2D174D.


I love getcolorcode.com

Triadic colors

1 #B2D2E8 and #E8B2D2 with #D2E8B2 are triadic colors.

2 #B2E8D2 and #E8D2B2 with #D2E8B2 are triadic colors.