COLOR #D4DE8A

HEX: #D4DE8A
RGB: (212,222,138)

Color info

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

RGB color model

#D4DE8A color RGB value is (212,222,138).

  • red value is 212;
  • green value is 222;
  • blue value is 138.
RGB:
(212,222,138)
(83%,87%,54%)

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 138 of 255 = 54%

212
222
138

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 138 = 572 (100%)
R 212 of 572 ~ 37.06%
G 222 of 572 ~ 38.81%
B 138 of 572 ~ 24.13%

%37.06
%38.81
%24.13

CMYK color model

#D4DE8A color CMYK value is (5,0,38,13).

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 12.94%
CMYK:
(5,0,38,13)
C5M0Y38K13 
(5%,0%,38%,13%)
(0.05/0.00/0.38/0.13)	

CMYK percentages

%4.5
%0
%37.84
%12.94

Codes

Color #D4DE8A in popluar color models

D4DE8A
RGB212222138
HSL67°56.00%70.59%
HSB/HSV67°37.84%87.06%
CMYK4.50%0.00%37.84%
12.94%

Color #D4DE8A in popluar number systems.

HEXD4DE8A
Decimal212222138
Binary110101001101111010001010
Octal324336212

Shades and tints

Shades of #D4DE8A

#D4DE8A
(212,222,138)
#C1CA7E
(193,202,126)
#AEB672
(174,182,114)
#9BA266
(155,162,102)
#888E5A
(136,142,90)
#757A4E
(117,122,78)
#626642
(98,102,66)
#4F5236
(79,82,54)
#3C3E2A
(60,62,42)
#292A1E
(41,42,30)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #D4DE8A

#D4DE8A
(212,222,138)
#D7E194
(215,225,148)
#DAE49E
(218,228,158)
#DDE7A8
(221,231,168)
#E0EAB2
(224,234,178)
#E3EDBC
(227,237,188)
#E6F0C6
(230,240,198)
#E9F3D0
(233,243,208)
#ECF6DA
(236,246,218)
#EFF9E4
(239,249,228)
#F2FCEE
(242,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DE8A color. Also use rgb(212,222,138) instead hex code.

Text Font Color

.myTextColor { color: #D4DE8A; }

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

This text font color is #D4DE8A.


Background Color

.myBgColor { background-color: #D4DE8A; }

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

This div background color is #D4DE8A.


Border color

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

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

This div border color is #D4DE8A.


Opacity

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

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

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

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

This text has shadow with #D4DE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DE8A on black background.


Color preview on white background

This text has color #D4DE8A on white background.



Black color preview on #D4DE8A background

This text has black color on #D4DE8A background.


White color preview on #D4DE8A background

This text has white color on #D4DE8A background.