COLOR #D8E08D

HEX: #D8E08D
RGB: (216,224,141)

Color info

#D8E08D contains mainly red and green colors. Web safe color of #D8E08D is #CCCC99 (or #CC9).

RGB color model

#D8E08D color RGB value is (216,224,141).

  • red value is 216;
  • green value is 224;
  • blue value is 141.
RGB:
(216,224,141)
(85%,88%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 141 of 255 = 55%

216
224
141

R + G + B ~ 76%. #D8E08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 141 = 581 (100%)
R 216 of 581 ~ 37.18%
G 224 of 581 ~ 38.55%
B 141 of 581 ~ 24.27%

%37.18
%38.55
%24.27

CMYK color model

#D8E08D color CMYK value is (4,0,37,12).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(4,0,37,12)
C4M0Y37K12 
(4%,0%,37%,12%)
(0.04/0.00/0.37/0.12)	

CMYK percentages

%3.57
%0
%37.05
%12.16

Codes

Color #D8E08D in popluar color models

D8E08D
RGB216224141
HSL66°57.24%71.57%
HSB/HSV66°37.05%87.84%
CMYK3.57%0.00%37.05%
12.16%

Color #D8E08D in popluar number systems.

HEXD8E08D
Decimal216224141
Binary110110001110000010001101
Octal330340215

Shades and tints

Shades of #D8E08D

#D8E08D
(216,224,141)
#C5CC81
(197,204,129)
#B2B875
(178,184,117)
#9FA469
(159,164,105)
#8C905D
(140,144,93)
#797C51
(121,124,81)
#666845
(102,104,69)
#535439
(83,84,57)
#40402D
(64,64,45)
#2D2C21
(45,44,33)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #D8E08D

#D8E08D
(216,224,141)
#DBE297
(219,226,151)
#DEE4A1
(222,228,161)
#E1E6AB
(225,230,171)
#E4E8B5
(228,232,181)
#E7EABF
(231,234,191)
#EAECC9
(234,236,201)
#EDEED3
(237,238,211)
#F0F0DD
(240,240,221)
#F3F2E7
(243,242,231)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E08D color. Also use rgb(216,224,141) instead hex code.

Text Font Color

.myTextColor { color: #D8E08D; }

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

This text font color is #D8E08D.


Background Color

.myBgColor { background-color: #D8E08D; }

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

This div background color is #D8E08D.


Border color

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

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

This div border color is #D8E08D.


Opacity

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

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

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

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

This text has shadow with #D8E08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E08D on black background.


Color preview on white background

This text has color #D8E08D on white background.



Black color preview on #D8E08D background

This text has black color on #D8E08D background.


White color preview on #D8E08D background

This text has white color on #D8E08D background.