COLOR #D4E6B3

HEX: #D4E6B3
RGB: (212,230,179)

Color info

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

RGB color model

#D4E6B3 color RGB value is (212,230,179).

  • red value is 212;
  • green value is 230;
  • blue value is 179.
RGB:
(212,230,179)
(83%,90%,70%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 179 of 255 = 70%

212
230
179

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

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 179 = 621 (100%)
R 212 of 621 ~ 34.14%
G 230 of 621 ~ 37.04%
B 179 of 621 ~ 28.82%

%34.14
%37.04
%28.82

CMYK color model

#D4E6B3 color CMYK value is (8,0,22,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(8,0,22,10)
C8M0Y22K10 
(8%,0%,22%,10%)
(0.08/0.00/0.22/0.10)	

CMYK percentages

%7.83
%0
%22.17
%9.8

Codes

Color #D4E6B3 in popluar color models

D4E6B3
RGB212230179
HSL81°50.50%80.20%
HSB/HSV81°22.17%90.20%
CMYK7.83%0.00%22.17%
9.80%

Color #D4E6B3 in popluar number systems.

HEXD4E6B3
Decimal212230179
Binary110101001110011010110011
Octal324346263

Shades and tints

Shades of #D4E6B3

#D4E6B3
(212,230,179)
#C1D2A3
(193,210,163)
#AEBE93
(174,190,147)
#9BAA83
(155,170,131)
#889673
(136,150,115)
#758263
(117,130,99)
#626E53
(98,110,83)
#4F5A43
(79,90,67)
#3C4633
(60,70,51)
#293223
(41,50,35)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #D4E6B3

#D4E6B3
(212,230,179)
#D7E8B9
(215,232,185)
#DAEABF
(218,234,191)
#DDECC5
(221,236,197)
#E0EECB
(224,238,203)
#E3F0D1
(227,240,209)
#E6F2D7
(230,242,215)
#E9F4DD
(233,244,221)
#ECF6E3
(236,246,227)
#EFF8E9
(239,248,233)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E6B3 color. Also use rgb(212,230,179) instead hex code.

Text Font Color

.myTextColor { color: #D4E6B3; }

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

This text font color is #D4E6B3.


Background Color

.myBgColor { background-color: #D4E6B3; }

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

This div background color is #D4E6B3.


Border color

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

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

This div border color is #D4E6B3.


Opacity

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

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

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

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

This text has shadow with #D4E6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6B3 on black background.


Color preview on white background

This text has color #D4E6B3 on white background.



Black color preview on #D4E6B3 background

This text has black color on #D4E6B3 background.


White color preview on #D4E6B3 background

This text has white color on #D4E6B3 background.