COLOR #D4EFAB

HEX: #D4EFAB
RGB: (212,239,171)

Color info

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

RGB color model

#D4EFAB color RGB value is (212,239,171).

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

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 171 of 255 = 67%

212
239
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 239 + 171 = 622 (100%)
R 212 of 622 ~ 34.08%
G 239 of 622 ~ 38.42%
B 171 of 622 ~ 27.49%

%34.08
%38.42
%27.49

CMYK color model

#D4EFAB color CMYK value is (11,0,28,6).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 6.27%
CMYK:
(11,0,28,6)
C11M0Y28K6 
(11%,0%,28%,6%)
(0.11/0.00/0.28/0.06)	

CMYK percentages

%11.3
%0
%28.45
%6.27

Codes

Color #D4EFAB in popluar color models

D4EFAB
RGB212239171
HSL84°68.00%80.39%
HSB/HSV84°28.45%93.73%
CMYK11.30%0.00%28.45%
6.27%

Color #D4EFAB in popluar number systems.

HEXD4EFAB
Decimal212239171
Binary110101001110111110101011
Octal324357253

Shades and tints

Shades of #D4EFAB

#D4EFAB
(212,239,171)
#C1DA9C
(193,218,156)
#AEC58D
(174,197,141)
#9BB07E
(155,176,126)
#889B6F
(136,155,111)
#758660
(117,134,96)
#627151
(98,113,81)
#4F5C42
(79,92,66)
#3C4733
(60,71,51)
#293224
(41,50,36)
#161D15
(22,29,21)
#000000
(0,0,0)

Tints of #D4EFAB

#D4EFAB
(212,239,171)
#D7F0B2
(215,240,178)
#DAF1B9
(218,241,185)
#DDF2C0
(221,242,192)
#E0F3C7
(224,243,199)
#E3F4CE
(227,244,206)
#E6F5D5
(230,245,213)
#E9F6DC
(233,246,220)
#ECF7E3
(236,247,227)
#EFF8EA
(239,248,234)
#F2F9F1
(242,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EFAB; }

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

This text font color is #D4EFAB.


Background Color

.myBgColor { background-color: #D4EFAB; }

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

This div background color is #D4EFAB.


Border color

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

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

This div border color is #D4EFAB.


Opacity

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

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

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

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

This text has shadow with #D4EFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EFAB on black background.


Color preview on white background

This text has color #D4EFAB on white background.



Black color preview on #D4EFAB background

This text has black color on #D4EFAB background.


White color preview on #D4EFAB background

This text has white color on #D4EFAB background.