COLOR #D8E29A

HEX: #D8E29A RGB: (216,226,154)

Color info

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

RGB color model

#D8E29A color RGB value is (216,226,154).

RGB: (216,226,154) (85%, 89%, 60%)

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 154 of 255 = 60%

216
226
154

R + G + B ~ 78%. #D8E29A is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 226 + 154 = 596 (100%)
R 216 of 596 ~ 36.24%
G 226 of 596 ~ 37.92%
B 154 of 596 ~ 25.84'%

%36.24
%37.92
%25.84

CMYK color model

#D8E29A color CMYK value is (4,0,32,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 11.37%

CMYK: (4,0,32,11)
C4M0Y32K11 (4%, 0%, 32%, 11%)
(0.04 / 0.00 / 0.32 / 0.11)

CMYK percentages

%4.42
%0
%31.86
%11.37

Codes

Color #D8E29A in popluar color models

D8 E2 9A
RGB 216 226 154
HSL 68° 55.38% 74.51%
HSB/HSV 68° 31.86% 88.63%
CMYK 4.42% 0.00% 31.86%
11.37%

Color #D8E29A in popluar number systems.

HEX D8 E2 9A
Decimal 216 226 154
Binary 11011000 11100010 10011010
Octal 330 342 232

Shades and tints

Shades of #D8E29A

#D8E29A
(216,226,154)
#C5CE8C
(197,206,140)
#B2BA7E
(178,186,126)
#9FA670
(159,166,112)
#8C9262
(140,146,98)
#797E54
(121,126,84)
#666A46
(102,106,70)
#535638
(83,86,56)
#40422A
(64,66,42)
#2D2E1C
(45,46,28)
#1A1A0E
(26,26,14)
#000000
(0,0,0)

Tints of #D8E29A

#D8E29A
(216,226,154)
#DBE4A3
(219,228,163)
#DEE6AC
(222,230,172)
#E1E8B5
(225,232,181)
#E4EABE
(228,234,190)
#E7ECC7
(231,236,199)
#EAEED0
(234,238,208)
#EDF0D9
(237,240,217)
#F0F2E2
(240,242,226)
#F3F4EB
(243,244,235)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E29A color. Also use rgb(216,226,154) instead hex code.

Text Font Color

.myTextColor { color: #D8E29A; }

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

This text font color is #D8E29A.

Background Color

.myBgColor { background-color: #D8E29A; }

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

This div background color is #D8E29A.

Border color

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

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

This div border color is #D8E29A.

Opacity

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

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

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

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

This text has shadow with #D8E29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8E29A.

Preview

Color preview on black background

This text has color #D8E29A on black background.


Color preview on white background

This text has color #D8E29A on white background.


Black color preview on #D8E29A background

This text has black color on #D8E29A background.


White color preview on #D8E29A background

This text has white color on #D8E29A background.


Related colors

Complementary color

Complementary color for #hex is #271D65.


I love getcolorcode.com

Triadic colors

1 #9AD8E2 and #E29AD8 with #D8E29A are triadic colors.

2 #9AE2D8 and #E2D89A with #D8E29A are triadic colors.