COLOR #D7DEE2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

215
222
226

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

Portions of RGB colors in percentages

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

%32.43
%33.48
%34.09

CMYK color model

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

  • cyan value is 4.87%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(5,2,0,11)
C5M2Y0K11 
(5%,2%,0%,11%)
(0.05/0.02/0.00/0.11)	

CMYK percentages

%4.87
%1.77
%0
%11.37

Codes

Color #D7DEE2 in popluar color models

D7DEE2
RGB215222226
HSL202°15.94%86.47%
HSB/HSV202°4.87%88.63%
CMYK4.87%1.77%0.00%
11.37%

Color #D7DEE2 in popluar number systems.

HEXD7DEE2
Decimal215222226
Binary110101111101111011100010
Octal327336342

Shades and tints

Shades of #D7DEE2

#D7DEE2
(215,222,226)
#C4CACE
(196,202,206)
#B1B6BA
(177,182,186)
#9EA2A6
(158,162,166)
#8B8E92
(139,142,146)
#787A7E
(120,122,126)
#65666A
(101,102,106)
#525256
(82,82,86)
#3F3E42
(63,62,66)
#2C2A2E
(44,42,46)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #D7DEE2

#D7DEE2
(215,222,226)
#DAE1E4
(218,225,228)
#DDE4E6
(221,228,230)
#E0E7E8
(224,231,232)
#E3EAEA
(227,234,234)
#E6EDEC
(230,237,236)
#E9F0EE
(233,240,238)
#ECF3F0
(236,243,240)
#EFF6F2
(239,246,242)
#F2F9F4
(242,249,244)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEE2; }

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

This text font color is #D7DEE2.


Background Color

.myBgColor { background-color: #D7DEE2; }

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

This div background color is #D7DEE2.


Border color

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

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

This div border color is #D7DEE2.


Opacity

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

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

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

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

This text has shadow with #D7DEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEE2 on black background.


Color preview on white background

This text has color #D7DEE2 on white background.



Black color preview on #D7DEE2 background

This text has black color on #D7DEE2 background.


White color preview on #D7DEE2 background

This text has white color on #D7DEE2 background.