COLOR #D7DEE9

HEX: #D7DEE9
RGB: (215,222,233)

Color info

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

RGB color model

#D7DEE9 color RGB value is (215,222,233).

  • red value is 215;
  • green value is 222;
  • blue value is 233.
RGB:
(215,222,233)
(84%,87%,91%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 233 of 255 = 91%

215
222
233

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 233 = 670 (100%)
R 215 of 670 ~ 32.09%
G 222 of 670 ~ 33.13%
B 233 of 670 ~ 34.78%

%32.09
%33.13
%34.78

CMYK color model

#D7DEE9 color CMYK value is (8,5,0,9).

  • cyan value is 7.73%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(8,5,0,9)
C8M5Y0K9 
(8%,5%,0%,9%)
(0.08/0.05/0.00/0.09)	

CMYK percentages

%7.73
%4.72
%0
%8.63

Codes

Color #D7DEE9 in popluar color models

D7DEE9
RGB215222233
HSL217°29.03%87.84%
HSB/HSV217°7.73%91.37%
CMYK7.73%4.72%0.00%
8.63%

Color #D7DEE9 in popluar number systems.

HEXD7DEE9
Decimal215222233
Binary110101111101111011101001
Octal327336351

Shades and tints

Shades of #D7DEE9

#D7DEE9
(215,222,233)
#C4CAD4
(196,202,212)
#B1B6BF
(177,182,191)
#9EA2AA
(158,162,170)
#8B8E95
(139,142,149)
#787A80
(120,122,128)
#65666B
(101,102,107)
#525256
(82,82,86)
#3F3E41
(63,62,65)
#2C2A2C
(44,42,44)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #D7DEE9

#D7DEE9
(215,222,233)
#DAE1EB
(218,225,235)
#DDE4ED
(221,228,237)
#E0E7EF
(224,231,239)
#E3EAF1
(227,234,241)
#E6EDF3
(230,237,243)
#E9F0F5
(233,240,245)
#ECF3F7
(236,243,247)
#EFF6F9
(239,246,249)
#F2F9FB
(242,249,251)
#F5FCFD
(245,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DEE9 color. Also use rgb(215,222,233) instead hex code.

Text Font Color

.myTextColor { color: #D7DEE9; }

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

This text font color is #D7DEE9.


Background Color

.myBgColor { background-color: #D7DEE9; }

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

This div background color is #D7DEE9.


Border color

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

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

This div border color is #D7DEE9.


Opacity

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

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

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

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

This text has shadow with #D7DEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEE9 on black background.


Color preview on white background

This text has color #D7DEE9 on white background.



Black color preview on #D7DEE9 background

This text has black color on #D7DEE9 background.


White color preview on #D7DEE9 background

This text has white color on #D7DEE9 background.