COLOR #D7DBE9

HEX: #D7DBE9
RGB: (215,219,233)

Color info

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

RGB color model

#D7DBE9 color RGB value is (215,219,233).

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

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 233 of 255 = 91%

215
219
233

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 233 = 667 (100%)
R 215 of 667 ~ 32.23%
G 219 of 667 ~ 32.83%
B 233 of 667 ~ 34.93%

%32.23
%32.83
%34.93

CMYK color model

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

  • cyan value is 7.73%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(8,6,0,9)
C8M6Y0K9 
(8%,6%,0%,9%)
(0.08/0.06/0.00/0.09)	

CMYK percentages

%7.73
%6.01
%0
%8.63

Codes

Color #D7DBE9 in popluar color models

D7DBE9
RGB215219233
HSL227°29.03%87.84%
HSB/HSV227°7.73%91.37%
CMYK7.73%6.01%0.00%
8.63%

Color #D7DBE9 in popluar number systems.

HEXD7DBE9
Decimal215219233
Binary110101111101101111101001
Octal327333351

Shades and tints

Shades of #D7DBE9

#D7DBE9
(215,219,233)
#C4C8D4
(196,200,212)
#B1B5BF
(177,181,191)
#9EA2AA
(158,162,170)
#8B8F95
(139,143,149)
#787C80
(120,124,128)
#65696B
(101,105,107)
#525656
(82,86,86)
#3F4341
(63,67,65)
#2C302C
(44,48,44)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #D7DBE9

#D7DBE9
(215,219,233)
#DADEEB
(218,222,235)
#DDE1ED
(221,225,237)
#E0E4EF
(224,228,239)
#E3E7F1
(227,231,241)
#E6EAF3
(230,234,243)
#E9EDF5
(233,237,245)
#ECF0F7
(236,240,247)
#EFF3F9
(239,243,249)
#F2F6FB
(242,246,251)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBE9; }

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

This text font color is #D7DBE9.


Background Color

.myBgColor { background-color: #D7DBE9; }

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

This div background color is #D7DBE9.


Border color

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

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

This div border color is #D7DBE9.


Opacity

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

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

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

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

This text has shadow with #D7DBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBE9 on black background.


Color preview on white background

This text has color #D7DBE9 on white background.



Black color preview on #D7DBE9 background

This text has black color on #D7DBE9 background.


White color preview on #D7DBE9 background

This text has white color on #D7DBE9 background.