COLOR #D4E6C3

HEX: #D4E6C3
RGB: (212,230,195)

Color info

#D4E6C3 contains red, green and blue colors in about the same proportion. Web safe color of #D4E6C3 is #CCCCCC (or #CCC).

RGB color model

#D4E6C3 color RGB value is (212,230,195).

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

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 195 of 255 = 76%

212
230
195

R + G + B ~ 83%. #D4E6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 195 = 637 (100%)
R 212 of 637 ~ 33.28%
G 230 of 637 ~ 36.11%
B 195 of 637 ~ 30.61%

%33.28
%36.11
%30.61

CMYK color model

#D4E6C3 color CMYK value is (8,0,15,10).

  • cyan value is 7.83%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK:
(8,0,15,10)
C8M0Y15K10 
(8%,0%,15%,10%)
(0.08/0.00/0.15/0.10)	

CMYK percentages

%7.83
%0
%15.22
%9.8

Codes

Color #D4E6C3 in popluar color models

D4E6C3
RGB212230195
HSL91°41.18%83.33%
HSB/HSV91°15.22%90.20%
CMYK7.83%0.00%15.22%
9.80%

Color #D4E6C3 in popluar number systems.

HEXD4E6C3
Decimal212230195
Binary110101001110011011000011
Octal324346303

Shades and tints

Shades of #D4E6C3

#D4E6C3
(212,230,195)
#C1D2B2
(193,210,178)
#AEBEA1
(174,190,161)
#9BAA90
(155,170,144)
#88967F
(136,150,127)
#75826E
(117,130,110)
#626E5D
(98,110,93)
#4F5A4C
(79,90,76)
#3C463B
(60,70,59)
#29322A
(41,50,42)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #D4E6C3

#D4E6C3
(212,230,195)
#D7E8C8
(215,232,200)
#DAEACD
(218,234,205)
#DDECD2
(221,236,210)
#E0EED7
(224,238,215)
#E3F0DC
(227,240,220)
#E6F2E1
(230,242,225)
#E9F4E6
(233,244,230)
#ECF6EB
(236,246,235)
#EFF8F0
(239,248,240)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6C3; }

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

This text font color is #D4E6C3.


Background Color

.myBgColor { background-color: #D4E6C3; }

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

This div background color is #D4E6C3.


Border color

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

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

This div border color is #D4E6C3.


Opacity

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

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

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

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

This text has shadow with #D4E6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6C3 on black background.


Color preview on white background

This text has color #D4E6C3 on white background.



Black color preview on #D4E6C3 background

This text has black color on #D4E6C3 background.


White color preview on #D4E6C3 background

This text has white color on #D4E6C3 background.