COLOR #D4E08D

HEX: #D4E08D
RGB: (212,224,141)

Color info

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

RGB color model

#D4E08D color RGB value is (212,224,141).

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

RGB channels and saturation

R 212 of 255 = 83%
G 224 of 255 = 88%
B 141 of 255 = 55%

212
224
141

R + G + B ~ 75%. #D4E08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 224 + 141 = 577 (100%)
R 212 of 577 ~ 36.74%
G 224 of 577 ~ 38.82%
B 141 of 577 ~ 24.44%

%36.74
%38.82
%24.44

CMYK color model

#D4E08D color CMYK value is (5,0,37,12).

  • cyan value is 5.36%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%
CMYK:
(5,0,37,12)
C5M0Y37K12 
(5%,0%,37%,12%)
(0.05/0.00/0.37/0.12)	

CMYK percentages

%5.36
%0
%37.05
%12.16

Codes

Color #D4E08D in popluar color models

D4E08D
RGB212224141
HSL69°57.24%71.57%
HSB/HSV69°37.05%87.84%
CMYK5.36%0.00%37.05%
12.16%

Color #D4E08D in popluar number systems.

HEXD4E08D
Decimal212224141
Binary110101001110000010001101
Octal324340215

Shades and tints

Shades of #D4E08D

#D4E08D
(212,224,141)
#C1CC81
(193,204,129)
#AEB875
(174,184,117)
#9BA469
(155,164,105)
#88905D
(136,144,93)
#757C51
(117,124,81)
#626845
(98,104,69)
#4F5439
(79,84,57)
#3C402D
(60,64,45)
#292C21
(41,44,33)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4E08D

#D4E08D
(212,224,141)
#D7E297
(215,226,151)
#DAE4A1
(218,228,161)
#DDE6AB
(221,230,171)
#E0E8B5
(224,232,181)
#E3EABF
(227,234,191)
#E6ECC9
(230,236,201)
#E9EED3
(233,238,211)
#ECF0DD
(236,240,221)
#EFF2E7
(239,242,231)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E08D; }

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

This text font color is #D4E08D.


Background Color

.myBgColor { background-color: #D4E08D; }

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

This div background color is #D4E08D.


Border color

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

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

This div border color is #D4E08D.


Opacity

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

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

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

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

This text has shadow with #D4E08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E08D on black background.


Color preview on white background

This text has color #D4E08D on white background.



Black color preview on #D4E08D background

This text has black color on #D4E08D background.


White color preview on #D4E08D background

This text has white color on #D4E08D background.