COLOR #D8EDB2

HEX: #D8EDB2
RGB: (216,237,178)

Color info

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

RGB color model

#D8EDB2 color RGB value is (216,237,178).

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

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 178 of 255 = 70%

216
237
178

R + G + B ~ 83%. #D8EDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 178 = 631 (100%)
R 216 of 631 ~ 34.23%
G 237 of 631 ~ 37.56%
B 178 of 631 ~ 28.21%

%34.23
%37.56
%28.21

CMYK color model

#D8EDB2 color CMYK value is (9,0,25,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 7.06%
CMYK:
(9,0,25,7)
C9M0Y25K7 
(9%,0%,25%,7%)
(0.09/0.00/0.25/0.07)	

CMYK percentages

%8.86
%0
%24.89
%7.06

Codes

Color #D8EDB2 in popluar color models

D8EDB2
RGB216237178
HSL81°62.11%81.37%
HSB/HSV81°24.89%92.94%
CMYK8.86%0.00%24.89%
7.06%

Color #D8EDB2 in popluar number systems.

HEXD8EDB2
Decimal216237178
Binary110110001110110110110010
Octal330355262

Shades and tints

Shades of #D8EDB2

#D8EDB2
(216,237,178)
#C5D8A2
(197,216,162)
#B2C392
(178,195,146)
#9FAE82
(159,174,130)
#8C9972
(140,153,114)
#798462
(121,132,98)
#666F52
(102,111,82)
#535A42
(83,90,66)
#404532
(64,69,50)
#2D3022
(45,48,34)
#1A1B12
(26,27,18)
#000000
(0,0,0)

Tints of #D8EDB2

#D8EDB2
(216,237,178)
#DBEEB9
(219,238,185)
#DEEFC0
(222,239,192)
#E1F0C7
(225,240,199)
#E4F1CE
(228,241,206)
#E7F2D5
(231,242,213)
#EAF3DC
(234,243,220)
#EDF4E3
(237,244,227)
#F0F5EA
(240,245,234)
#F3F6F1
(243,246,241)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDB2; }

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

This text font color is #D8EDB2.


Background Color

.myBgColor { background-color: #D8EDB2; }

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

This div background color is #D8EDB2.


Border color

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

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

This div border color is #D8EDB2.


Opacity

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

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

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

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

This text has shadow with #D8EDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDB2 on black background.


Color preview on white background

This text has color #D8EDB2 on white background.



Black color preview on #D8EDB2 background

This text has black color on #D8EDB2 background.


White color preview on #D8EDB2 background

This text has white color on #D8EDB2 background.