COLOR #D8DDE9

HEX: #D8DDE9
RGB: (216,221,233)

Color info

#D8DDE9 contains red, green and blue colors in about the same proportion. Web safe color of #D8DDE9 is #CCCCFF (or #CCF).

RGB color model

#D8DDE9 color RGB value is (216,221,233).

  • red value is 216;
  • green value is 221;
  • blue value is 233.
RGB:
(216,221,233)
(85%,87%,91%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 233 of 255 = 91%

216
221
233

R + G + B ~ 88%. #D8DDE9 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 221 + 233 = 670 (100%)
R 216 of 670 ~ 32.24%
G 221 of 670 ~ 32.99%
B 233 of 670 ~ 34.78%

%32.24
%32.99
%34.78

CMYK color model

#D8DDE9 color CMYK value is (7,5,0,9).

  • cyan value is 7.30%
  • magenta value is 5.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(7,5,0,9)
C7M5Y0K9 
(7%,5%,0%,9%)
(0.07/0.05/0.00/0.09)	

CMYK percentages

%7.3
%5.15
%0
%8.63

Codes

Color #D8DDE9 in popluar color models

D8DDE9
RGB216221233
HSL222°27.87%88.04%
HSB/HSV222°7.30%91.37%
CMYK7.30%5.15%0.00%
8.63%

Color #D8DDE9 in popluar number systems.

HEXD8DDE9
Decimal216221233
Binary110110001101110111101001
Octal330335351

Shades and tints

Shades of #D8DDE9

#D8DDE9
(216,221,233)
#C5C9D4
(197,201,212)
#B2B5BF
(178,181,191)
#9FA1AA
(159,161,170)
#8C8D95
(140,141,149)
#797980
(121,121,128)
#66656B
(102,101,107)
#535156
(83,81,86)
#403D41
(64,61,65)
#2D292C
(45,41,44)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #D8DDE9

#D8DDE9
(216,221,233)
#DBE0EB
(219,224,235)
#DEE3ED
(222,227,237)
#E1E6EF
(225,230,239)
#E4E9F1
(228,233,241)
#E7ECF3
(231,236,243)
#EAEFF5
(234,239,245)
#EDF2F7
(237,242,247)
#F0F5F9
(240,245,249)
#F3F8FB
(243,248,251)
#F6FBFD
(246,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DDE9 color. Also use rgb(216,221,233) instead hex code.

Text Font Color

.myTextColor { color: #D8DDE9; }

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

This text font color is #D8DDE9.


Background Color

.myBgColor { background-color: #D8DDE9; }

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

This div background color is #D8DDE9.


Border color

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

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

This div border color is #D8DDE9.


Opacity

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

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

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

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

This text has shadow with #D8DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DDE9 on black background.


Color preview on white background

This text has color #D8DDE9 on white background.



Black color preview on #D8DDE9 background

This text has black color on #D8DDE9 background.


White color preview on #D8DDE9 background

This text has white color on #D8DDE9 background.