COLOR #D7DDE9

HEX: #D7DDE9
RGB: (215,221,233)

Color info

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

RGB color model

#D7DDE9 color RGB value is (215,221,233).

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

RGB channels and saturation

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

215
221
233

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 233 = 669 (100%)
R 215 of 669 ~ 32.14%
G 221 of 669 ~ 33.03%
B 233 of 669 ~ 34.83%

%32.14
%33.03
%34.83

CMYK color model

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

  • cyan value is 7.73%
  • magenta value is 5.15%
  • 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
%5.15
%0
%8.63

Codes

Color #D7DDE9 in popluar color models

D7DDE9
RGB215221233
HSL220°29.03%87.84%
HSB/HSV220°7.73%91.37%
CMYK7.73%5.15%0.00%
8.63%

Color #D7DDE9 in popluar number systems.

HEXD7DDE9
Decimal215221233
Binary110101111101110111101001
Octal327335351

Shades and tints

Shades of #D7DDE9

#D7DDE9
(215,221,233)
#C4C9D4
(196,201,212)
#B1B5BF
(177,181,191)
#9EA1AA
(158,161,170)
#8B8D95
(139,141,149)
#787980
(120,121,128)
#65656B
(101,101,107)
#525156
(82,81,86)
#3F3D41
(63,61,65)
#2C292C
(44,41,44)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7DDE9

#D7DDE9
(215,221,233)
#DAE0EB
(218,224,235)
#DDE3ED
(221,227,237)
#E0E6EF
(224,230,239)
#E3E9F1
(227,233,241)
#E6ECF3
(230,236,243)
#E9EFF5
(233,239,245)
#ECF2F7
(236,242,247)
#EFF5F9
(239,245,249)
#F2F8FB
(242,248,251)
#F5FBFD
(245,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDE9; }

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

This text font color is #D7DDE9.


Background Color

.myBgColor { background-color: #D7DDE9; }

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

This div background color is #D7DDE9.


Border color

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

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

This div border color is #D7DDE9.


Opacity

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

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

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

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

This text has shadow with #D7DDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDE9 on black background.


Color preview on white background

This text has color #D7DDE9 on white background.



Black color preview on #D7DDE9 background

This text has black color on #D7DDE9 background.


White color preview on #D7DDE9 background

This text has white color on #D7DDE9 background.