COLOR #D7D9ED

HEX: #D7D9ED
RGB: (215,217,237)

Color info

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

RGB color model

#D7D9ED color RGB value is (215,217,237).

  • red value is 215;
  • green value is 217;
  • blue value is 237.
RGB:
(215,217,237)
(84%,85%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 217 of 255 = 85%
B 237 of 255 = 93%

215
217
237

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

Portions of RGB colors in percentages

R + G + B =
215 + 217 + 237 = 669 (100%)
R 215 of 669 ~ 32.14%
G 217 of 669 ~ 32.44%
B 237 of 669 ~ 35.43%

%32.14
%32.44
%35.43

CMYK color model

#D7D9ED color CMYK value is (9,8,0,7).

  • cyan value is 9.28%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,8,0,7)
C9M8Y0K7 
(9%,8%,0%,7%)
(0.09/0.08/0.00/0.07)	

CMYK percentages

%9.28
%8.44
%0
%7.06

Codes

Color #D7D9ED in popluar color models

D7D9ED
RGB215217237
HSL235°37.93%88.63%
HSB/HSV235°9.28%92.94%
CMYK9.28%8.44%0.00%
7.06%

Color #D7D9ED in popluar number systems.

HEXD7D9ED
Decimal215217237
Binary110101111101100111101101
Octal327331355

Shades and tints

Shades of #D7D9ED

#D7D9ED
(215,217,237)
#C4C6D8
(196,198,216)
#B1B3C3
(177,179,195)
#9EA0AE
(158,160,174)
#8B8D99
(139,141,153)
#787A84
(120,122,132)
#65676F
(101,103,111)
#52545A
(82,84,90)
#3F4145
(63,65,69)
#2C2E30
(44,46,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7D9ED

#D7D9ED
(215,217,237)
#DADCEE
(218,220,238)
#DDDFEF
(221,223,239)
#E0E2F0
(224,226,240)
#E3E5F1
(227,229,241)
#E6E8F2
(230,232,242)
#E9EBF3
(233,235,243)
#ECEEF4
(236,238,244)
#EFF1F5
(239,241,245)
#F2F4F6
(242,244,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D9ED color. Also use rgb(215,217,237) instead hex code.

Text Font Color

.myTextColor { color: #D7D9ED; }

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

This text font color is #D7D9ED.


Background Color

.myBgColor { background-color: #D7D9ED; }

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

This div background color is #D7D9ED.


Border color

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

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

This div border color is #D7D9ED.


Opacity

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

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

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

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

This text has shadow with #D7D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D9ED on black background.


Color preview on white background

This text has color #D7D9ED on white background.



Black color preview on #D7D9ED background

This text has black color on #D7D9ED background.


White color preview on #D7D9ED background

This text has white color on #D7D9ED background.