COLOR #D4E3D4

HEX: #D4E3D4
RGB: (212,227,212)

Color info

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

RGB color model

#D4E3D4 color RGB value is (212,227,212).

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

RGB channels and saturation

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

212
227
212

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 212 = 651 (100%)
R 212 of 651 ~ 32.57%
G 227 of 651 ~ 34.87%
B 212 of 651 ~ 32.57%

%32.57
%34.87
%32.57

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 6.61%
  • 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
%6.61
%10.98

Codes

Color #D4E3D4 in popluar color models

D4E3D4
RGB212227212
HSL120°21.13%86.08%
HSB/HSV120°6.61%89.02%
CMYK6.61%0.00%6.61%
10.98%

Color #D4E3D4 in popluar number systems.

HEXD4E3D4
Decimal212227212
Binary110101001110001111010100
Octal324343324

Shades and tints

Shades of #D4E3D4

#D4E3D4
(212,227,212)
#C1CFC1
(193,207,193)
#AEBBAE
(174,187,174)
#9BA79B
(155,167,155)
#889388
(136,147,136)
#757F75
(117,127,117)
#626B62
(98,107,98)
#4F574F
(79,87,79)
#3C433C
(60,67,60)
#292F29
(41,47,41)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #D4E3D4

#D4E3D4
(212,227,212)
#D7E5D7
(215,229,215)
#DAE7DA
(218,231,218)
#DDE9DD
(221,233,221)
#E0EBE0
(224,235,224)
#E3EDE3
(227,237,227)
#E6EFE6
(230,239,230)
#E9F1E9
(233,241,233)
#ECF3EC
(236,243,236)
#EFF5EF
(239,245,239)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E3D4; }

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

This text font color is #D4E3D4.


Background Color

.myBgColor { background-color: #D4E3D4; }

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

This div background color is #D4E3D4.


Border color

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

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

This div border color is #D4E3D4.


Opacity

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

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

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

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

This text has shadow with #D4E3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3D4 on black background.


Color preview on white background

This text has color #D4E3D4 on white background.



Black color preview on #D4E3D4 background

This text has black color on #D4E3D4 background.


White color preview on #D4E3D4 background

This text has white color on #D4E3D4 background.