COLOR #D8DFE6

HEX: #D8DFE6 RGB: (216,223,230)

Color info

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

RGB color model

#D8DFE6 color RGB value is (216,223,230).

RGB: (216,223,230) (85%, 87%, 90%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 230 of 255 = 90%

216
223
230

R + G + B ~ 87%. #D8DFE6 is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 230 = 669 (100%)
R 216 of 669 ~ 32.29%
G 223 of 669 ~ 33.33%
B 230 of 669 ~ 34.38'%

%32.29
%33.33
%34.38

CMYK color model

#D8DFE6 color CMYK value is (6,3,0,10).

  • cyan value is 6.09%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (6,3,0,10)
C6M3Y0K10 (6%, 3%, 0%, 10%)
(0.06 / 0.03 / 0.00 / 0.10)

CMYK percentages

%6.09
%3.04
%0
%9.8

Codes

Color #D8DFE6 in popluar color models

D8 DF E6
RGB 216 223 230
HSL 210° 21.88% 87.45%
HSB/HSV 210° 6.09% 90.20%
CMYK 6.09% 3.04% 0.00%
9.80%

Color #D8DFE6 in popluar number systems.

HEX D8 DF E6
Decimal 216 223 230
Binary 11011000 11011111 11100110
Octal 330 337 346

Shades and tints

Shades of #D8DFE6

#D8DFE6
(216,223,230)
#C5CBD2
(197,203,210)
#B2B7BE
(178,183,190)
#9FA3AA
(159,163,170)
#8C8F96
(140,143,150)
#797B82
(121,123,130)
#66676E
(102,103,110)
#53535A
(83,83,90)
#403F46
(64,63,70)
#2D2B32
(45,43,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #D8DFE6

#D8DFE6
(216,223,230)
#DBE1E8
(219,225,232)
#DEE3EA
(222,227,234)
#E1E5EC
(225,229,236)
#E4E7EE
(228,231,238)
#E7E9F0
(231,233,240)
#EAEBF2
(234,235,242)
#EDEDF4
(237,237,244)
#F0EFF6
(240,239,246)
#F3F1F8
(243,241,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DFE6 color. Also use rgb(216,223,230) instead hex code.

Text Font Color

.myTextColor { color: #D8DFE6; }

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

This text font color is #D8DFE6.

Background Color

.myBgColor { background-color: #D8DFE6; }

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

This div background color is #D8DFE6.

Border color

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

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

This div border color is #D8DFE6.

Opacity

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

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

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

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

This text has shadow with #D8DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DFE6.

Preview

Color preview on black background

This text has color #D8DFE6 on black background.


Color preview on white background

This text has color #D8DFE6 on white background.


Black color preview on #D8DFE6 background

This text has black color on #D8DFE6 background.


White color preview on #D8DFE6 background

This text has white color on #D8DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #272019.


I love getcolorcode.com

Triadic colors

1 #E6D8DF and #DFE6D8 with #D8DFE6 are triadic colors.

2 #E6DFD8 and #DFD8E6 with #D8DFE6 are triadic colors.