COLOR #D4E2D0

HEX: #D4E2D0
RGB: (212,226,208)

Color info

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

RGB color model

#D4E2D0 color RGB value is (212,226,208).

  • red value is 212;
  • green value is 226;
  • blue value is 208.
RGB:
(212,226,208)
(83%,89%,82%)

RGB channels and saturation

R 212 of 255 = 83%
G 226 of 255 = 89%
B 208 of 255 = 82%

212
226
208

R + G + B ~ 85%. #D4E2D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 226 + 208 = 646 (100%)
R 212 of 646 ~ 32.82%
G 226 of 646 ~ 34.98%
B 208 of 646 ~ 32.2%

%32.82
%34.98
%32.2

CMYK color model

#D4E2D0 color CMYK value is (6,0,8,11).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK:
(6,0,8,11)
C6M0Y8K11 
(6%,0%,8%,11%)
(0.06/0.00/0.08/0.11)	

CMYK percentages

%6.19
%0
%7.96
%11.37

Codes

Color #D4E2D0 in popluar color models

D4E2D0
RGB212226208
HSL107°23.68%85.10%
HSB/HSV107°7.96%88.63%
CMYK6.19%0.00%7.96%
11.37%

Color #D4E2D0 in popluar number systems.

HEXD4E2D0
Decimal212226208
Binary110101001110001011010000
Octal324342320

Shades and tints

Shades of #D4E2D0

#D4E2D0
(212,226,208)
#C1CEBE
(193,206,190)
#AEBAAC
(174,186,172)
#9BA69A
(155,166,154)
#889288
(136,146,136)
#757E76
(117,126,118)
#626A64
(98,106,100)
#4F5652
(79,86,82)
#3C4240
(60,66,64)
#292E2E
(41,46,46)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #D4E2D0

#D4E2D0
(212,226,208)
#D7E4D4
(215,228,212)
#DAE6D8
(218,230,216)
#DDE8DC
(221,232,220)
#E0EAE0
(224,234,224)
#E3ECE4
(227,236,228)
#E6EEE8
(230,238,232)
#E9F0EC
(233,240,236)
#ECF2F0
(236,242,240)
#EFF4F4
(239,244,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E2D0 color. Also use rgb(212,226,208) instead hex code.

Text Font Color

.myTextColor { color: #D4E2D0; }

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

This text font color is #D4E2D0.


Background Color

.myBgColor { background-color: #D4E2D0; }

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

This div background color is #D4E2D0.


Border color

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

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

This div border color is #D4E2D0.


Opacity

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

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

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

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

This text has shadow with #D4E2D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E2D0 on black background.


Color preview on white background

This text has color #D4E2D0 on white background.



Black color preview on #D4E2D0 background

This text has black color on #D4E2D0 background.


White color preview on #D4E2D0 background

This text has white color on #D4E2D0 background.