COLOR #D4D8E3

HEX: #D4D8E3
RGB: (212,216,227)

Color info

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

RGB color model

#D4D8E3 color RGB value is (212,216,227).

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

RGB channels and saturation

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

212
216
227

R + G + B ~ 86%. #D4D8E3 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 227 = 655 (100%)
R 212 of 655 ~ 32.37%
G 216 of 655 ~ 32.98%
B 227 of 655 ~ 34.66%

%32.37
%32.98
%34.66

CMYK color model

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

  • cyan value is 6.61%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(7,5,0,11)
C7M5Y0K11 
(7%,5%,0%,11%)
(0.07/0.05/0.00/0.11)	

CMYK percentages

%6.61
%4.85
%0
%10.98

Codes

Color #D4D8E3 in popluar color models

D4D8E3
RGB212216227
HSL224°21.13%86.08%
HSB/HSV224°6.61%89.02%
CMYK6.61%4.85%0.00%
10.98%

Color #D4D8E3 in popluar number systems.

HEXD4D8E3
Decimal212216227
Binary110101001101100011100011
Octal324330343

Shades and tints

Shades of #D4D8E3

#D4D8E3
(212,216,227)
#C1C5CF
(193,197,207)
#AEB2BB
(174,178,187)
#9B9FA7
(155,159,167)
#888C93
(136,140,147)
#75797F
(117,121,127)
#62666B
(98,102,107)
#4F5357
(79,83,87)
#3C4043
(60,64,67)
#292D2F
(41,45,47)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #D4D8E3

#D4D8E3
(212,216,227)
#D7DBE5
(215,219,229)
#DADEE7
(218,222,231)
#DDE1E9
(221,225,233)
#E0E4EB
(224,228,235)
#E3E7ED
(227,231,237)
#E6EAEF
(230,234,239)
#E9EDF1
(233,237,241)
#ECF0F3
(236,240,243)
#EFF3F5
(239,243,245)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D8E3; }

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

This text font color is #D4D8E3.


Background Color

.myBgColor { background-color: #D4D8E3; }

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

This div background color is #D4D8E3.


Border color

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

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

This div border color is #D4D8E3.


Opacity

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

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

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

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

This text has shadow with #D4D8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D8E3 on black background.


Color preview on white background

This text has color #D4D8E3 on white background.



Black color preview on #D4D8E3 background

This text has black color on #D4D8E3 background.


White color preview on #D4D8E3 background

This text has white color on #D4D8E3 background.