COLOR #D8E8B2

HEX: #D8E8B2 RGB: (216,232,178)

Color info

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

RGB color model

#D8E8B2 color RGB value is (216,232,178).

RGB: (216,232,178) (85%, 91%, 70%)

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 178 of 255 = 70%

216
232
178

R + G + B ~ 82%. #D8E8B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 232 + 178 = 626 (100%)
R 216 of 626 ~ 34.5%
G 232 of 626 ~ 37.06%
B 178 of 626 ~ 28.43'%

%34.5
%37.06
%28.43

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 23.28%
  • key color value is 9.02%
CMYK: (7,0,23,9) C7M0Y23K9 (7%,0%,23%,9%) (0.07/0.00/0.23/0.09) 

CMYK percentages

%6.9
%0
%23.28
%9.02

Codes

Color #D8E8B2 in popluar color models

D8 E8 B2
RGB 216 232 178
HSL 78° 54.00% 80.39%
HSB/HSV 78° 23.28% 90.98%
CMYK 6.90% 0.00% 23.28%
9.02%

Color #D8E8B2 in popluar number systems.

HEX D8 E8 B2
Decimal 216 232 178
Binary 11011000 11101000 10110010
Octal 330 350 262

Shades and tints

Shades of #D8E8B2

#D8E8B2
(216,232,178)
#C5D3A2
(197,211,162)
#B2BE92
(178,190,146)
#9FA982
(159,169,130)
#8C9472
(140,148,114)
#797F62
(121,127,98)
#666A52
(102,106,82)
#535542
(83,85,66)
#404032
(64,64,50)
#2D2B22
(45,43,34)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #D8E8B2

#D8E8B2
(216,232,178)
#DBEAB9
(219,234,185)
#DEECC0
(222,236,192)
#E1EEC7
(225,238,199)
#E4F0CE
(228,240,206)
#E7F2D5
(231,242,213)
#EAF4DC
(234,244,220)
#EDF6E3
(237,246,227)
#F0F8EA
(240,248,234)
#F3FAF1
(243,250,241)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E8B2; }

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

This text font color is #D8E8B2.

Background Color

.myBgColor { background-color: #D8E8B2; }

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

This div background color is #D8E8B2.

Border color

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

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

This div border color is #D8E8B2.

Opacity

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

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

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

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

This text has shadow with #D8E8B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E8B2.

Preview

Color preview on black background

This text has color #D8E8B2 on black background.


Color preview on white background

This text has color #D8E8B2 on white background.


Black color preview on #D8E8B2 background

This text has black color on #D8E8B2 background.


White color preview on #D8E8B2 background

This text has white color on #D8E8B2 background.


Related colors

Complementary color

Complementary color for #hex is #27174D.


I love getcolorcode.com

Triadic colors

1 #B2D8E8 and #E8B2D8 with #D8E8B2 are triadic colors.

2 #B2E8D8 and #E8D8B2 with #D8E8B2 are triadic colors.