COLOR #D4E3D2

HEX: #D4E3D2
RGB: (212,227,210)

Color info

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

RGB color model

#D4E3D2 color RGB value is (212,227,210).

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

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 210 of 255 = 82%

212
227
210

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 210 = 649 (100%)
R 212 of 649 ~ 32.67%
G 227 of 649 ~ 34.98%
B 210 of 649 ~ 32.36%

%32.67
%34.98
%32.36

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(7,0,7,11)
C7M0Y7K11 
(7%,0%,7%,11%)
(0.07/0.00/0.07/0.11)	

CMYK percentages

%6.61
%0
%7.49
%10.98

Codes

Color #D4E3D2 in popluar color models

D4E3D2
RGB212227210
HSL113°23.29%85.69%
HSB/HSV113°7.49%89.02%
CMYK6.61%0.00%7.49%
10.98%

Color #D4E3D2 in popluar number systems.

HEXD4E3D2
Decimal212227210
Binary110101001110001111010010
Octal324343322

Shades and tints

Shades of #D4E3D2

#D4E3D2
(212,227,210)
#C1CFBF
(193,207,191)
#AEBBAC
(174,187,172)
#9BA799
(155,167,153)
#889386
(136,147,134)
#757F73
(117,127,115)
#626B60
(98,107,96)
#4F574D
(79,87,77)
#3C433A
(60,67,58)
#292F27
(41,47,39)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #D4E3D2

#D4E3D2
(212,227,210)
#D7E5D6
(215,229,214)
#DAE7DA
(218,231,218)
#DDE9DE
(221,233,222)
#E0EBE2
(224,235,226)
#E3EDE6
(227,237,230)
#E6EFEA
(230,239,234)
#E9F1EE
(233,241,238)
#ECF3F2
(236,243,242)
#EFF5F6
(239,245,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E3D2; }

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

This text font color is #D4E3D2.


Background Color

.myBgColor { background-color: #D4E3D2; }

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

This div background color is #D4E3D2.


Border color

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

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

This div border color is #D4E3D2.


Opacity

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

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

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

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

This text has shadow with #D4E3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3D2 on black background.


Color preview on white background

This text has color #D4E3D2 on white background.



Black color preview on #D4E3D2 background

This text has black color on #D4E3D2 background.


White color preview on #D4E3D2 background

This text has white color on #D4E3D2 background.