COLOR #D4E3AB

HEX: #D4E3AB
RGB: (212,227,171)

Color info

#D4E3AB contains red, green and blue colors in about the same proportion. Web safe color of #D4E3AB is #CCCC99 (or #CC9).

RGB color model

#D4E3AB color RGB value is (212,227,171).

  • red value is 212;
  • green value is 227;
  • blue value is 171.
RGB:
(212,227,171)
(83%,89%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 171 of 255 = 67%

212
227
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 171 = 610 (100%)
R 212 of 610 ~ 34.75%
G 227 of 610 ~ 37.21%
B 171 of 610 ~ 28.03%

%34.75
%37.21
%28.03

CMYK color model

#D4E3AB color CMYK value is (7,0,25,11).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 24.67%
  • key color value is 10.98%
CMYK:
(7,0,25,11)
C7M0Y25K11 
(7%,0%,25%,11%)
(0.07/0.00/0.25/0.11)	

CMYK percentages

%6.61
%0
%24.67
%10.98

Codes

Color #D4E3AB in popluar color models

D4E3AB
RGB212227171
HSL76°50.00%78.04%
HSB/HSV76°24.67%89.02%
CMYK6.61%0.00%24.67%
10.98%

Color #D4E3AB in popluar number systems.

HEXD4E3AB
Decimal212227171
Binary110101001110001110101011
Octal324343253

Shades and tints

Shades of #D4E3AB

#D4E3AB
(212,227,171)
#C1CF9C
(193,207,156)
#AEBB8D
(174,187,141)
#9BA77E
(155,167,126)
#88936F
(136,147,111)
#757F60
(117,127,96)
#626B51
(98,107,81)
#4F5742
(79,87,66)
#3C4333
(60,67,51)
#292F24
(41,47,36)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #D4E3AB

#D4E3AB
(212,227,171)
#D7E5B2
(215,229,178)
#DAE7B9
(218,231,185)
#DDE9C0
(221,233,192)
#E0EBC7
(224,235,199)
#E3EDCE
(227,237,206)
#E6EFD5
(230,239,213)
#E9F1DC
(233,241,220)
#ECF3E3
(236,243,227)
#EFF5EA
(239,245,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3AB color. Also use rgb(212,227,171) instead hex code.

Text Font Color

.myTextColor { color: #D4E3AB; }

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

This text font color is #D4E3AB.


Background Color

.myBgColor { background-color: #D4E3AB; }

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

This div background color is #D4E3AB.


Border color

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

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

This div border color is #D4E3AB.


Opacity

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

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

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

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

This text has shadow with #D4E3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3AB on black background.


Color preview on white background

This text has color #D4E3AB on white background.



Black color preview on #D4E3AB background

This text has black color on #D4E3AB background.


White color preview on #D4E3AB background

This text has white color on #D4E3AB background.