COLOR #D4E6A8

HEX: #D4E6A8
RGB: (212,230,168)

Color info

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

RGB color model

#D4E6A8 color RGB value is (212,230,168).

  • red value is 212;
  • green value is 230;
  • blue value is 168.
RGB:
(212,230,168)
(83%,90%,66%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 168 of 255 = 66%

212
230
168

R + G + B ~ 80%. #D4E6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 168 = 610 (100%)
R 212 of 610 ~ 34.75%
G 230 of 610 ~ 37.7%
B 168 of 610 ~ 27.54%

%34.75
%37.7
%27.54

CMYK color model

#D4E6A8 color CMYK value is (8,0,27,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 9.80%
CMYK:
(8,0,27,10)
C8M0Y27K10 
(8%,0%,27%,10%)
(0.08/0.00/0.27/0.10)	

CMYK percentages

%7.83
%0
%26.96
%9.8

Codes

Color #D4E6A8 in popluar color models

D4E6A8
RGB212230168
HSL77°55.36%78.04%
HSB/HSV77°26.96%90.20%
CMYK7.83%0.00%26.96%
9.80%

Color #D4E6A8 in popluar number systems.

HEXD4E6A8
Decimal212230168
Binary110101001110011010101000
Octal324346250

Shades and tints

Shades of #D4E6A8

#D4E6A8
(212,230,168)
#C1D299
(193,210,153)
#AEBE8A
(174,190,138)
#9BAA7B
(155,170,123)
#88966C
(136,150,108)
#75825D
(117,130,93)
#626E4E
(98,110,78)
#4F5A3F
(79,90,63)
#3C4630
(60,70,48)
#293221
(41,50,33)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #D4E6A8

#D4E6A8
(212,230,168)
#D7E8AF
(215,232,175)
#DAEAB6
(218,234,182)
#DDECBD
(221,236,189)
#E0EEC4
(224,238,196)
#E3F0CB
(227,240,203)
#E6F2D2
(230,242,210)
#E9F4D9
(233,244,217)
#ECF6E0
(236,246,224)
#EFF8E7
(239,248,231)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6A8 color. Also use rgb(212,230,168) instead hex code.

Text Font Color

.myTextColor { color: #D4E6A8; }

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

This text font color is #D4E6A8.


Background Color

.myBgColor { background-color: #D4E6A8; }

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

This div background color is #D4E6A8.


Border color

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

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

This div border color is #D4E6A8.


Opacity

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

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

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

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

This text has shadow with #D4E6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6A8 on black background.


Color preview on white background

This text has color #D4E6A8 on white background.



Black color preview on #D4E6A8 background

This text has black color on #D4E6A8 background.


White color preview on #D4E6A8 background

This text has white color on #D4E6A8 background.