COLOR #D4DCE6

HEX: #D4DCE6
RGB: (212,220,230)

Color info

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

RGB color model

#D4DCE6 color RGB value is (212,220,230).

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

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 230 of 255 = 90%

212
220
230

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

Portions of RGB colors in percentages

R + G + B =
212 + 220 + 230 = 662 (100%)
R 212 of 662 ~ 32.02%
G 220 of 662 ~ 33.23%
B 230 of 662 ~ 34.74%

%32.02
%33.23
%34.74

CMYK color model

#D4DCE6 color CMYK value is (8,4,0,10).

  • cyan value is 7.83%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(8,4,0,10)
C8M4Y0K10 
(8%,4%,0%,10%)
(0.08/0.04/0.00/0.10)	

CMYK percentages

%7.83
%4.35
%0
%9.8

Codes

Color #D4DCE6 in popluar color models

D4DCE6
RGB212220230
HSL213°26.47%86.67%
HSB/HSV213°7.83%90.20%
CMYK7.83%4.35%0.00%
9.80%

Color #D4DCE6 in popluar number systems.

HEXD4DCE6
Decimal212220230
Binary110101001101110011100110
Octal324334346

Shades and tints

Shades of #D4DCE6

#D4DCE6
(212,220,230)
#C1C8D2
(193,200,210)
#AEB4BE
(174,180,190)
#9BA0AA
(155,160,170)
#888C96
(136,140,150)
#757882
(117,120,130)
#62646E
(98,100,110)
#4F505A
(79,80,90)
#3C3C46
(60,60,70)
#292832
(41,40,50)
#16141E
(22,20,30)
#000000
(0,0,0)

Tints of #D4DCE6

#D4DCE6
(212,220,230)
#D7DFE8
(215,223,232)
#DAE2EA
(218,226,234)
#DDE5EC
(221,229,236)
#E0E8EE
(224,232,238)
#E3EBF0
(227,235,240)
#E6EEF2
(230,238,242)
#E9F1F4
(233,241,244)
#ECF4F6
(236,244,246)
#EFF7F8
(239,247,248)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCE6; }

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

This text font color is #D4DCE6.


Background Color

.myBgColor { background-color: #D4DCE6; }

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

This div background color is #D4DCE6.


Border color

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

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

This div border color is #D4DCE6.


Opacity

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

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

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

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

This text has shadow with #D4DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DCE6 on black background.


Color preview on white background

This text has color #D4DCE6 on white background.



Black color preview on #D4DCE6 background

This text has black color on #D4DCE6 background.


White color preview on #D4DCE6 background

This text has white color on #D4DCE6 background.