COLOR #D4E29C

HEX: #D4E29C
RGB: (212,226,156)

Color info

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

RGB color model

#D4E29C color RGB value is (212,226,156).

  • red value is 212;
  • green value is 226;
  • blue value is 156.
RGB:
(212,226,156)
(83%,89%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 156 of 255 = 61%

212
226
156

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

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 156 = 594 (100%)
R 212 of 594 ~ 35.69%
G 226 of 594 ~ 38.05%
B 156 of 594 ~ 26.26%

%35.69
%38.05
%26.26

CMYK color model

#D4E29C color CMYK value is (6,0,31,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 11.37%
CMYK:
(6,0,31,11)
C6M0Y31K11 
(6%,0%,31%,11%)
(0.06/0.00/0.31/0.11)	

CMYK percentages

%6.19
%0
%30.97
%11.37

Codes

Color #D4E29C in popluar color models

D4E29C
RGB212226156
HSL72°54.69%74.90%
HSB/HSV72°30.97%88.63%
CMYK6.19%0.00%30.97%
11.37%

Color #D4E29C in popluar number systems.

HEXD4E29C
Decimal212226156
Binary110101001110001010011100
Octal324342234

Shades and tints

Shades of #D4E29C

#D4E29C
(212,226,156)
#C1CE8E
(193,206,142)
#AEBA80
(174,186,128)
#9BA672
(155,166,114)
#889264
(136,146,100)
#757E56
(117,126,86)
#626A48
(98,106,72)
#4F563A
(79,86,58)
#3C422C
(60,66,44)
#292E1E
(41,46,30)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #D4E29C

#D4E29C
(212,226,156)
#D7E4A5
(215,228,165)
#DAE6AE
(218,230,174)
#DDE8B7
(221,232,183)
#E0EAC0
(224,234,192)
#E3ECC9
(227,236,201)
#E6EED2
(230,238,210)
#E9F0DB
(233,240,219)
#ECF2E4
(236,242,228)
#EFF4ED
(239,244,237)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E29C color. Also use rgb(212,226,156) instead hex code.

Text Font Color

.myTextColor { color: #D4E29C; }

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

This text font color is #D4E29C.


Background Color

.myBgColor { background-color: #D4E29C; }

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

This div background color is #D4E29C.


Border color

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

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

This div border color is #D4E29C.


Opacity

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

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

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

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

This text has shadow with #D4E29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E29C on black background.


Color preview on white background

This text has color #D4E29C on white background.



Black color preview on #D4E29C background

This text has black color on #D4E29C background.


White color preview on #D4E29C background

This text has white color on #D4E29C background.