COLOR #D8E6B2

HEX: #D8E6B2
RGB: (216,230,178)

Color info

#D8E6B2 contains red, green and blue colors in about the same proportion. Web safe color of #D8E6B2 is #CCCC99 (or #CC9).

RGB color model

#D8E6B2 color RGB value is (216,230,178).

  • red value is 216;
  • green value is 230;
  • blue value is 178.
RGB:
(216,230,178)
(85%,90%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 230 of 255 = 90%
B 178 of 255 = 70%

216
230
178

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

Portions of RGB colors in percentages

R + G + B =
216 + 230 + 178 = 624 (100%)
R 216 of 624 ~ 34.62%
G 230 of 624 ~ 36.86%
B 178 of 624 ~ 28.53%

%34.62
%36.86
%28.53

CMYK color model

#D8E6B2 color CMYK value is (6,0,23,10).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 9.80%
CMYK:
(6,0,23,10)
C6M0Y23K10 
(6%,0%,23%,10%)
(0.06/0.00/0.23/0.10)	

CMYK percentages

%6.09
%0
%22.61
%9.8

Codes

Color #D8E6B2 in popluar color models

D8E6B2
RGB216230178
HSL76°50.98%80.00%
HSB/HSV76°22.61%90.20%
CMYK6.09%0.00%22.61%
9.80%

Color #D8E6B2 in popluar number systems.

HEXD8E6B2
Decimal216230178
Binary110110001110011010110010
Octal330346262

Shades and tints

Shades of #D8E6B2

#D8E6B2
(216,230,178)
#C5D2A2
(197,210,162)
#B2BE92
(178,190,146)
#9FAA82
(159,170,130)
#8C9672
(140,150,114)
#798262
(121,130,98)
#666E52
(102,110,82)
#535A42
(83,90,66)
#404632
(64,70,50)
#2D3222
(45,50,34)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #D8E6B2

#D8E6B2
(216,230,178)
#DBE8B9
(219,232,185)
#DEEAC0
(222,234,192)
#E1ECC7
(225,236,199)
#E4EECE
(228,238,206)
#E7F0D5
(231,240,213)
#EAF2DC
(234,242,220)
#EDF4E3
(237,244,227)
#F0F6EA
(240,246,234)
#F3F8F1
(243,248,241)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E6B2; }

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

This text font color is #D8E6B2.


Background Color

.myBgColor { background-color: #D8E6B2; }

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

This div background color is #D8E6B2.


Border color

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

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

This div border color is #D8E6B2.


Opacity

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

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

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

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

This text has shadow with #D8E6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E6B2 on black background.


Color preview on white background

This text has color #D8E6B2 on white background.



Black color preview on #D8E6B2 background

This text has black color on #D8E6B2 background.


White color preview on #D8E6B2 background

This text has white color on #D8E6B2 background.