COLOR #D4EAAF

HEX: #D4EAAF
RGB: (212,234,175)

Color info

#D4EAAF contains red, green and blue colors in about the same proportion. Web safe color of #D4EAAF is #CCFF99 (or #CF9).

RGB color model

#D4EAAF color RGB value is (212,234,175).

  • red value is 212;
  • green value is 234;
  • blue value is 175.
RGB:
(212,234,175)
(83%,92%,69%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 175 of 255 = 69%

212
234
175

R + G + B ~ 81%. #D4EAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 175 = 621 (100%)
R 212 of 621 ~ 34.14%
G 234 of 621 ~ 37.68%
B 175 of 621 ~ 28.18%

%34.14
%37.68
%28.18

CMYK color model

#D4EAAF color CMYK value is (9,0,25,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 25.21%
  • key color value is 8.24%
CMYK:
(9,0,25,8)
C9M0Y25K8 
(9%,0%,25%,8%)
(0.09/0.00/0.25/0.08)	

CMYK percentages

%9.4
%0
%25.21
%8.24

Codes

Color #D4EAAF in popluar color models

D4EAAF
RGB212234175
HSL82°58.42%80.20%
HSB/HSV82°25.21%91.76%
CMYK9.40%0.00%25.21%
8.24%

Color #D4EAAF in popluar number systems.

HEXD4EAAF
Decimal212234175
Binary110101001110101010101111
Octal324352257

Shades and tints

Shades of #D4EAAF

#D4EAAF
(212,234,175)
#C1D5A0
(193,213,160)
#AEC091
(174,192,145)
#9BAB82
(155,171,130)
#889673
(136,150,115)
#758164
(117,129,100)
#626C55
(98,108,85)
#4F5746
(79,87,70)
#3C4237
(60,66,55)
#292D28
(41,45,40)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #D4EAAF

#D4EAAF
(212,234,175)
#D7EBB6
(215,235,182)
#DAECBD
(218,236,189)
#DDEDC4
(221,237,196)
#E0EECB
(224,238,203)
#E3EFD2
(227,239,210)
#E6F0D9
(230,240,217)
#E9F1E0
(233,241,224)
#ECF2E7
(236,242,231)
#EFF3EE
(239,243,238)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EAAF color. Also use rgb(212,234,175) instead hex code.

Text Font Color

.myTextColor { color: #D4EAAF; }

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

This text font color is #D4EAAF.


Background Color

.myBgColor { background-color: #D4EAAF; }

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

This div background color is #D4EAAF.


Border color

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

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

This div border color is #D4EAAF.


Opacity

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

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

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

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

This text has shadow with #D4EAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAAF on black background.


Color preview on white background

This text has color #D4EAAF on white background.



Black color preview on #D4EAAF background

This text has black color on #D4EAAF background.


White color preview on #D4EAAF background

This text has white color on #D4EAAF background.