COLOR #D8ED84

HEX: #D8ED84
RGB: (216,237,132)

Color info

#D8ED84 contains mainly red and green colors. Web safe color of #D8ED84 is #CCFF99 (or #CF9).

RGB color model

#D8ED84 color RGB value is (216,237,132).

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

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 132 of 255 = 52%

216
237
132

R + G + B ~ 77%. #D8ED84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 132 = 585 (100%)
R 216 of 585 ~ 36.92%
G 237 of 585 ~ 40.51%
B 132 of 585 ~ 22.56%

%36.92
%40.51
%22.56

CMYK color model

#D8ED84 color CMYK value is (9,0,44,7).

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 7.06%
CMYK:
(9,0,44,7)
C9M0Y44K7 
(9%,0%,44%,7%)
(0.09/0.00/0.44/0.07)	

CMYK percentages

%8.86
%0
%44.3
%7.06

Codes

Color #D8ED84 in popluar color models

D8ED84
RGB216237132
HSL72°74.47%72.35%
HSB/HSV72°44.30%92.94%
CMYK8.86%0.00%44.30%
7.06%

Color #D8ED84 in popluar number systems.

HEXD8ED84
Decimal216237132
Binary110110001110110110000100
Octal330355204

Shades and tints

Shades of #D8ED84

#D8ED84
(216,237,132)
#C5D878
(197,216,120)
#B2C36C
(178,195,108)
#9FAE60
(159,174,96)
#8C9954
(140,153,84)
#798448
(121,132,72)
#666F3C
(102,111,60)
#535A30
(83,90,48)
#404524
(64,69,36)
#2D3018
(45,48,24)
#1A1B0C
(26,27,12)
#000000
(0,0,0)

Tints of #D8ED84

#D8ED84
(216,237,132)
#DBEE8F
(219,238,143)
#DEEF9A
(222,239,154)
#E1F0A5
(225,240,165)
#E4F1B0
(228,241,176)
#E7F2BB
(231,242,187)
#EAF3C6
(234,243,198)
#EDF4D1
(237,244,209)
#F0F5DC
(240,245,220)
#F3F6E7
(243,246,231)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ED84; }

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

This text font color is #D8ED84.


Background Color

.myBgColor { background-color: #D8ED84; }

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

This div background color is #D8ED84.


Border color

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

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

This div border color is #D8ED84.


Opacity

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

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

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

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

This text has shadow with #D8ED84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ED84 on black background.


Color preview on white background

This text has color #D8ED84 on white background.



Black color preview on #D8ED84 background

This text has black color on #D8ED84 background.


White color preview on #D8ED84 background

This text has white color on #D8ED84 background.