COLOR #D7DEE3

HEX: #D7DEE3 RGB: (215,222,227)

Color info

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

RGB color model

#D7DEE3 color RGB value is (215,222,227).

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

RGB channels and saturation

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

215
222
227

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

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 227 = 664 (100%)
R 215 of 664 ~ 32.38%
G 222 of 664 ~ 33.43%
B 227 of 664 ~ 34.19'%

%32.38
%33.43
%34.19

CMYK color model

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

  • cyan value is 5.29%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%

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

CMYK percentages

%5.29
%2.2
%0
%10.98

Codes

Color #D7DEE3 in popluar color models

D7 DE E3
RGB 215 222 227
HSL 205° 17.65% 86.67%
HSB/HSV 205° 5.29% 89.02%
CMYK 5.29% 2.20% 0.00%
10.98%

Color #D7DEE3 in popluar number systems.

HEX D7 DE E3
Decimal 215 222 227
Binary 11010111 11011110 11100011
Octal 327 336 343

Shades and tints

Shades of #D7DEE3

#D7DEE3
(215,222,227)
#C4CACF
(196,202,207)
#B1B6BB
(177,182,187)
#9EA2A7
(158,162,167)
#8B8E93
(139,142,147)
#787A7F
(120,122,127)
#65666B
(101,102,107)
#525257
(82,82,87)
#3F3E43
(63,62,67)
#2C2A2F
(44,42,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #D7DEE3

#D7DEE3
(215,222,227)
#DAE1E5
(218,225,229)
#DDE4E7
(221,228,231)
#E0E7E9
(224,231,233)
#E3EAEB
(227,234,235)
#E6EDED
(230,237,237)
#E9F0EF
(233,240,239)
#ECF3F1
(236,243,241)
#EFF6F3
(239,246,243)
#F2F9F5
(242,249,245)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEE3; }

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

This text font color is #D7DEE3.

Background Color

.myBgColor { background-color: #D7DEE3; }

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

This div background color is #D7DEE3.

Border color

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

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

This div border color is #D7DEE3.

Opacity

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

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

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

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

This text has shadow with #D7DEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DEE3.

Preview

Color preview on black background

This text has color #D7DEE3 on black background.


Color preview on white background

This text has color #D7DEE3 on white background.


Black color preview on #D7DEE3 background

This text has black color on #D7DEE3 background.


White color preview on #D7DEE3 background

This text has white color on #D7DEE3 background.


Related colors

Complementary color

Complementary color for #hex is #28211C.


I love getcolorcode.com

Triadic colors

1 #E3D7DE and #DEE3D7 with #D7DEE3 are triadic colors.

2 #E3DED7 and #DED7E3 with #D7DEE3 are triadic colors.