COLOR #D7E2DB

HEX: #D7E2DB
RGB: (215,226,219)

Color info

#D7E2DB contains red, green and blue colors in about the same proportion. Web safe color of #D7E2DB is #CCCCCC (or #CCC).

RGB color model

#D7E2DB color RGB value is (215,226,219).

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

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 219 of 255 = 86%

215
226
219

R + G + B ~ 86%. #D7E2DB is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 226 + 219 = 660 (100%)
R 215 of 660 ~ 32.58%
G 226 of 660 ~ 34.24%
B 219 of 660 ~ 33.18%

%32.58
%34.24
%33.18

CMYK color model

#D7E2DB color CMYK value is (5,0,3,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(5,0,3,11)
C5M0Y3K11 
(5%,0%,3%,11%)
(0.05/0.00/0.03/0.11)	

CMYK percentages

%4.87
%0
%3.1
%11.37

Codes

Color #D7E2DB in popluar color models

D7E2DB
RGB215226219
HSL142°15.94%86.47%
HSB/HSV142°4.87%88.63%
CMYK4.87%0.00%3.10%
11.37%

Color #D7E2DB in popluar number systems.

HEXD7E2DB
Decimal215226219
Binary110101111110001011011011
Octal327342333

Shades and tints

Shades of #D7E2DB

#D7E2DB
(215,226,219)
#C4CEC8
(196,206,200)
#B1BAB5
(177,186,181)
#9EA6A2
(158,166,162)
#8B928F
(139,146,143)
#787E7C
(120,126,124)
#656A69
(101,106,105)
#525656
(82,86,86)
#3F4243
(63,66,67)
#2C2E30
(44,46,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #D7E2DB

#D7E2DB
(215,226,219)
#DAE4DE
(218,228,222)
#DDE6E1
(221,230,225)
#E0E8E4
(224,232,228)
#E3EAE7
(227,234,231)
#E6ECEA
(230,236,234)
#E9EEED
(233,238,237)
#ECF0F0
(236,240,240)
#EFF2F3
(239,242,243)
#F2F4F6
(242,244,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2DB; }

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

This text font color is #D7E2DB.


Background Color

.myBgColor { background-color: #D7E2DB; }

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

This div background color is #D7E2DB.


Border color

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

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

This div border color is #D7E2DB.


Opacity

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

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

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

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

This text has shadow with #D7E2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E2DB on black background.


Color preview on white background

This text has color #D7E2DB on white background.



Black color preview on #D7E2DB background

This text has black color on #D7E2DB background.


White color preview on #D7E2DB background

This text has white color on #D7E2DB background.