COLOR #D7E7DB

HEX: #D7E7DB RGB: (215,231,219)

Color info

#D7E7DB contains red, green and blue colors in about the same proportion. Web safe color of #D7E7DB is #CCFFCC (or #CFC).

RGB color model

#D7E7DB color RGB value is (215,231,219).

RGB: (215,231,219) (84%, 91%, 86%)

RGB channels and saturation

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

215
231
219

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

Portions of RGB colors in percentages

R + G + B = 215 + 231 + 219 = 665 (100%)
R 215 of 665 ~ 32.33%
G 231 of 665 ~ 34.74%
B 219 of 665 ~ 32.93'%

%32.33
%34.74
%32.93

CMYK color model

#D7E7DB color CMYK value is (7,0,5,9).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%

CMYK: (7,0,5,9)
C7M0Y5K9 (7%, 0%, 5%, 9%)
(0.07 / 0.00 / 0.05 / 0.09)

CMYK percentages

%6.93
%0
%5.19
%9.41

Codes

Color #D7E7DB in popluar color models

D7 E7 DB
RGB 215 231 219
HSL 135° 25.00% 87.45%
HSB/HSV 135° 6.93% 90.59%
CMYK 6.93% 0.00% 5.19%
9.41%

Color #D7E7DB in popluar number systems.

HEX D7 E7 DB
Decimal 215 231 219
Binary 11010111 11100111 11011011
Octal 327 347 333

Shades and tints

Shades of #D7E7DB

#D7E7DB
(215,231,219)
#C4D2C8
(196,210,200)
#B1BDB5
(177,189,181)
#9EA8A2
(158,168,162)
#8B938F
(139,147,143)
#787E7C
(120,126,124)
#656969
(101,105,105)
#525456
(82,84,86)
#3F3F43
(63,63,67)
#2C2A30
(44,42,48)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #D7E7DB

#D7E7DB
(215,231,219)
#DAE9DE
(218,233,222)
#DDEBE1
(221,235,225)
#E0EDE4
(224,237,228)
#E3EFE7
(227,239,231)
#E6F1EA
(230,241,234)
#E9F3ED
(233,243,237)
#ECF5F0
(236,245,240)
#EFF7F3
(239,247,243)
#F2F9F6
(242,249,246)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E7DB; }

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

This text font color is #D7E7DB.

Background Color

.myBgColor { background-color: #D7E7DB; }

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

This div background color is #D7E7DB.

Border color

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

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

This div border color is #D7E7DB.

Opacity

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

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

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

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

This text has shadow with #D7E7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E7DB.

Preview

Color preview on black background

This text has color #D7E7DB on black background.


Color preview on white background

This text has color #D7E7DB on white background.


Black color preview on #D7E7DB background

This text has black color on #D7E7DB background.


White color preview on #D7E7DB background

This text has white color on #D7E7DB background.


Related colors

Complementary color

Complementary color for #hex is #281824.


I love getcolorcode.com

Triadic colors

1 #DBD7E7 and #E7DBD7 with #D7E7DB are triadic colors.

2 #DBE7D7 and #E7D7DB with #D7E7DB are triadic colors.