COLOR #D4DCE4

HEX: #D4DCE4
RGB: (212,220,228)

Color info

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

RGB color model

#D4DCE4 color RGB value is (212,220,228).

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

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 228 of 255 = 89%

212
220
228

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

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 228 = 660 (100%)
R 212 of 660 ~ 32.12%
G 220 of 660 ~ 33.33%
B 228 of 660 ~ 34.55%

%32.12
%33.33
%34.55

CMYK color model

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

  • cyan value is 7.02%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(7,4,0,11)
C7M4Y0K11 
(7%,4%,0%,11%)
(0.07/0.04/0.00/0.11)	

CMYK percentages

%7.02
%3.51
%0
%10.59

Codes

Color #D4DCE4 in popluar color models

D4DCE4
RGB212220228
HSL210°22.86%86.27%
HSB/HSV210°7.02%89.41%
CMYK7.02%3.51%0.00%
10.59%

Color #D4DCE4 in popluar number systems.

HEXD4DCE4
Decimal212220228
Binary110101001101110011100100
Octal324334344

Shades and tints

Shades of #D4DCE4

#D4DCE4
(212,220,228)
#C1C8D0
(193,200,208)
#AEB4BC
(174,180,188)
#9BA0A8
(155,160,168)
#888C94
(136,140,148)
#757880
(117,120,128)
#62646C
(98,100,108)
#4F5058
(79,80,88)
#3C3C44
(60,60,68)
#292830
(41,40,48)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #D4DCE4

#D4DCE4
(212,220,228)
#D7DFE6
(215,223,230)
#DAE2E8
(218,226,232)
#DDE5EA
(221,229,234)
#E0E8EC
(224,232,236)
#E3EBEE
(227,235,238)
#E6EEF0
(230,238,240)
#E9F1F2
(233,241,242)
#ECF4F4
(236,244,244)
#EFF7F6
(239,247,246)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCE4; }

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

This text font color is #D4DCE4.


Background Color

.myBgColor { background-color: #D4DCE4; }

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

This div background color is #D4DCE4.


Border color

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

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

This div border color is #D4DCE4.


Opacity

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

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

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

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

This text has shadow with #D4DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCE4 on black background.


Color preview on white background

This text has color #D4DCE4 on white background.



Black color preview on #D4DCE4 background

This text has black color on #D4DCE4 background.


White color preview on #D4DCE4 background

This text has white color on #D4DCE4 background.