COLOR #D4EBA2

HEX: #D4EBA2
RGB: (212,235,162)

Color info

#D4EBA2 contains mainly red and green colors. Web safe color of #D4EBA2 is #CCFF99 (or #CF9).

RGB color model

#D4EBA2 color RGB value is (212,235,162).

  • red value is 212;
  • green value is 235;
  • blue value is 162.
RGB:
(212,235,162)
(83%,92%,64%)

RGB channels and saturation

R 212 of 255 = 83%
G 235 of 255 = 92%
B 162 of 255 = 64%

212
235
162

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

Portions of RGB colors in percentages

R + G + B =
212 + 235 + 162 = 609 (100%)
R 212 of 609 ~ 34.81%
G 235 of 609 ~ 38.59%
B 162 of 609 ~ 26.6%

%34.81
%38.59
%26.6

CMYK color model

#D4EBA2 color CMYK value is (10,0,31,8).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 31.06%
  • key color value is 7.84%
CMYK:
(10,0,31,8)
C10M0Y31K8 
(10%,0%,31%,8%)
(0.10/0.00/0.31/0.08)	

CMYK percentages

%9.79
%0
%31.06
%7.84

Codes

Color #D4EBA2 in popluar color models

D4EBA2
RGB212235162
HSL79°64.60%77.84%
HSB/HSV79°31.06%92.16%
CMYK9.79%0.00%31.06%
7.84%

Color #D4EBA2 in popluar number systems.

HEXD4EBA2
Decimal212235162
Binary110101001110101110100010
Octal324353242

Shades and tints

Shades of #D4EBA2

#D4EBA2
(212,235,162)
#C1D694
(193,214,148)
#AEC186
(174,193,134)
#9BAC78
(155,172,120)
#88976A
(136,151,106)
#75825C
(117,130,92)
#626D4E
(98,109,78)
#4F5840
(79,88,64)
#3C4332
(60,67,50)
#292E24
(41,46,36)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #D4EBA2

#D4EBA2
(212,235,162)
#D7ECAA
(215,236,170)
#DAEDB2
(218,237,178)
#DDEEBA
(221,238,186)
#E0EFC2
(224,239,194)
#E3F0CA
(227,240,202)
#E6F1D2
(230,241,210)
#E9F2DA
(233,242,218)
#ECF3E2
(236,243,226)
#EFF4EA
(239,244,234)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EBA2 color. Also use rgb(212,235,162) instead hex code.

Text Font Color

.myTextColor { color: #D4EBA2; }

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

This text font color is #D4EBA2.


Background Color

.myBgColor { background-color: #D4EBA2; }

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

This div background color is #D4EBA2.


Border color

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

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

This div border color is #D4EBA2.


Opacity

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

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

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

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

This text has shadow with #D4EBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EBA2 on black background.


Color preview on white background

This text has color #D4EBA2 on white background.



Black color preview on #D4EBA2 background

This text has black color on #D4EBA2 background.


White color preview on #D4EBA2 background

This text has white color on #D4EBA2 background.