COLOR #D4E3D5

HEX: #D4E3D5
RGB: (212,227,213)

Color info

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

RGB color model

#D4E3D5 color RGB value is (212,227,213).

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

RGB channels and saturation

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

212
227
213

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 213 = 652 (100%)
R 212 of 652 ~ 32.52%
G 227 of 652 ~ 34.82%
B 213 of 652 ~ 32.67%

%32.52
%34.82
%32.67

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 10.98%
CMYK:
(7,0,6,11)
C7M0Y6K11 
(7%,0%,6%,11%)
(0.07/0.00/0.06/0.11)	

CMYK percentages

%6.61
%0
%6.17
%10.98

Codes

Color #D4E3D5 in popluar color models

D4E3D5
RGB212227213
HSL124°21.13%86.08%
HSB/HSV124°6.61%89.02%
CMYK6.61%0.00%6.17%
10.98%

Color #D4E3D5 in popluar number systems.

HEXD4E3D5
Decimal212227213
Binary110101001110001111010101
Octal324343325

Shades and tints

Shades of #D4E3D5

#D4E3D5
(212,227,213)
#C1CFC2
(193,207,194)
#AEBBAF
(174,187,175)
#9BA79C
(155,167,156)
#889389
(136,147,137)
#757F76
(117,127,118)
#626B63
(98,107,99)
#4F5750
(79,87,80)
#3C433D
(60,67,61)
#292F2A
(41,47,42)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4E3D5

#D4E3D5
(212,227,213)
#D7E5D8
(215,229,216)
#DAE7DB
(218,231,219)
#DDE9DE
(221,233,222)
#E0EBE1
(224,235,225)
#E3EDE4
(227,237,228)
#E6EFE7
(230,239,231)
#E9F1EA
(233,241,234)
#ECF3ED
(236,243,237)
#EFF5F0
(239,245,240)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E3D5; }

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

This text font color is #D4E3D5.


Background Color

.myBgColor { background-color: #D4E3D5; }

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

This div background color is #D4E3D5.


Border color

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

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

This div border color is #D4E3D5.


Opacity

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

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

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

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

This text has shadow with #D4E3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3D5 on black background.


Color preview on white background

This text has color #D4E3D5 on white background.



Black color preview on #D4E3D5 background

This text has black color on #D4E3D5 background.


White color preview on #D4E3D5 background

This text has white color on #D4E3D5 background.