COLOR #D7DDEB

HEX: #D7DDEB
RGB: (215,221,235)

Color info

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

RGB color model

#D7DDEB color RGB value is (215,221,235).

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

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 235 of 255 = 92%

215
221
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 235 = 671 (100%)
R 215 of 671 ~ 32.04%
G 221 of 671 ~ 32.94%
B 235 of 671 ~ 35.02%

%32.04
%32.94
%35.02

CMYK color model

#D7DDEB color CMYK value is (9,6,0,8).

  • cyan value is 8.51%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,6,0,8)
C9M6Y0K8 
(9%,6%,0%,8%)
(0.09/0.06/0.00/0.08)	

CMYK percentages

%8.51
%5.96
%0
%7.84

Codes

Color #D7DDEB in popluar color models

D7DDEB
RGB215221235
HSL222°33.33%88.24%
HSB/HSV222°8.51%92.16%
CMYK8.51%5.96%0.00%
7.84%

Color #D7DDEB in popluar number systems.

HEXD7DDEB
Decimal215221235
Binary110101111101110111101011
Octal327335353

Shades and tints

Shades of #D7DDEB

#D7DDEB
(215,221,235)
#C4C9D6
(196,201,214)
#B1B5C1
(177,181,193)
#9EA1AC
(158,161,172)
#8B8D97
(139,141,151)
#787982
(120,121,130)
#65656D
(101,101,109)
#525158
(82,81,88)
#3F3D43
(63,61,67)
#2C292E
(44,41,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #D7DDEB

#D7DDEB
(215,221,235)
#DAE0EC
(218,224,236)
#DDE3ED
(221,227,237)
#E0E6EE
(224,230,238)
#E3E9EF
(227,233,239)
#E6ECF0
(230,236,240)
#E9EFF1
(233,239,241)
#ECF2F2
(236,242,242)
#EFF5F3
(239,245,243)
#F2F8F4
(242,248,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDEB; }

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

This text font color is #D7DDEB.


Background Color

.myBgColor { background-color: #D7DDEB; }

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

This div background color is #D7DDEB.


Border color

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

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

This div border color is #D7DDEB.


Opacity

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

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

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

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

This text has shadow with #D7DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDEB on black background.


Color preview on white background

This text has color #D7DDEB on white background.



Black color preview on #D7DDEB background

This text has black color on #D7DDEB background.


White color preview on #D7DDEB background

This text has white color on #D7DDEB background.