COLOR #D7E2DE

HEX: #D7E2DE RGB: (215,226,222)

Color info

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

RGB color model

#D7E2DE color RGB value is (215,226,222).

RGB: (215,226,222) (84%, 89%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 226 of 255 = 89%
B 222 of 255 = 87%

215
226
222

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

Portions of RGB colors in percentages

R + G + B = 215 + 226 + 222 = 663 (100%)
R 215 of 663 ~ 32.43%
G 226 of 663 ~ 34.09%
B 222 of 663 ~ 33.48'%

%32.43
%34.09
%33.48

CMYK color model

#D7E2DE color CMYK value is (5,0,2,11).

  • cyan value is 4.87%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%

CMYK: (5,0,2,11)
C5M0Y2K11 (5%, 0%, 2%, 11%)
(0.05 / 0.00 / 0.02 / 0.11)

CMYK percentages

%4.87
%0
%1.77
%11.37

Codes

Color #D7E2DE in popluar color models

D7 E2 DE
RGB 215 226 222
HSL 158° 15.94% 86.47%
HSB/HSV 158° 4.87% 88.63%
CMYK 4.87% 0.00% 1.77%
11.37%

Color #D7E2DE in popluar number systems.

HEX D7 E2 DE
Decimal 215 226 222
Binary 11010111 11100010 11011110
Octal 327 342 336

Shades and tints

Shades of #D7E2DE

#D7E2DE
(215,226,222)
#C4CECA
(196,206,202)
#B1BAB6
(177,186,182)
#9EA6A2
(158,166,162)
#8B928E
(139,146,142)
#787E7A
(120,126,122)
#656A66
(101,106,102)
#525652
(82,86,82)
#3F423E
(63,66,62)
#2C2E2A
(44,46,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #D7E2DE

#D7E2DE
(215,226,222)
#DAE4E1
(218,228,225)
#DDE6E4
(221,230,228)
#E0E8E7
(224,232,231)
#E3EAEA
(227,234,234)
#E6ECED
(230,236,237)
#E9EEF0
(233,238,240)
#ECF0F3
(236,240,243)
#EFF2F6
(239,242,246)
#F2F4F9
(242,244,249)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E2DE; }

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

This text font color is #D7E2DE.

Background Color

.myBgColor { background-color: #D7E2DE; }

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

This div background color is #D7E2DE.

Border color

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

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

This div border color is #D7E2DE.

Opacity

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

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

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

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

This text has shadow with #D7E2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E2DE.

Preview

Color preview on black background

This text has color #D7E2DE on black background.


Color preview on white background

This text has color #D7E2DE on white background.


Black color preview on #D7E2DE background

This text has black color on #D7E2DE background.


White color preview on #D7E2DE background

This text has white color on #D7E2DE background.


Related colors

Complementary color

Complementary color for #hex is #281D21.


I love getcolorcode.com

Triadic colors

1 #DED7E2 and #E2DED7 with #D7E2DE are triadic colors.

2 #DEE2D7 and #E2D7DE with #D7E2DE are triadic colors.