COLOR #D7E1E9

HEX: #D7E1E9
RGB: (215,225,233)

Color info

#D7E1E9 contains red, green and blue colors in about the same proportion. Web safe color of #D7E1E9 is #CCCCFF (or #CCF).

RGB color model

#D7E1E9 color RGB value is (215,225,233).

  • red value is 215;
  • green value is 225;
  • blue value is 233.
RGB:
(215,225,233)
(84%,88%,91%)

RGB channels and saturation

R 215 of 255 = 84%
G 225 of 255 = 88%
B 233 of 255 = 91%

215
225
233

R + G + B ~ 88%. #D7E1E9 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 225 + 233 = 673 (100%)
R 215 of 673 ~ 31.95%
G 225 of 673 ~ 33.43%
B 233 of 673 ~ 34.62%

%31.95
%33.43
%34.62

CMYK color model

#D7E1E9 color CMYK value is (8,3,0,9).

  • cyan value is 7.73%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(8,3,0,9)
C8M3Y0K9 
(8%,3%,0%,9%)
(0.08/0.03/0.00/0.09)	

CMYK percentages

%7.73
%3.43
%0
%8.63

Codes

Color #D7E1E9 in popluar color models

D7E1E9
RGB215225233
HSL207°29.03%87.84%
HSB/HSV207°7.73%91.37%
CMYK7.73%3.43%0.00%
8.63%

Color #D7E1E9 in popluar number systems.

HEXD7E1E9
Decimal215225233
Binary110101111110000111101001
Octal327341351

Shades and tints

Shades of #D7E1E9

#D7E1E9
(215,225,233)
#C4CDD4
(196,205,212)
#B1B9BF
(177,185,191)
#9EA5AA
(158,165,170)
#8B9195
(139,145,149)
#787D80
(120,125,128)
#65696B
(101,105,107)
#525556
(82,85,86)
#3F4141
(63,65,65)
#2C2D2C
(44,45,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #D7E1E9

#D7E1E9
(215,225,233)
#DAE3EB
(218,227,235)
#DDE5ED
(221,229,237)
#E0E7EF
(224,231,239)
#E3E9F1
(227,233,241)
#E6EBF3
(230,235,243)
#E9EDF5
(233,237,245)
#ECEFF7
(236,239,247)
#EFF1F9
(239,241,249)
#F2F3FB
(242,243,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E1E9 color. Also use rgb(215,225,233) instead hex code.

Text Font Color

.myTextColor { color: #D7E1E9; }

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

This text font color is #D7E1E9.


Background Color

.myBgColor { background-color: #D7E1E9; }

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

This div background color is #D7E1E9.


Border color

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

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

This div border color is #D7E1E9.


Opacity

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

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

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

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

This text has shadow with #D7E1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E1E9 on black background.


Color preview on white background

This text has color #D7E1E9 on white background.



Black color preview on #D7E1E9 background

This text has black color on #D7E1E9 background.


White color preview on #D7E1E9 background

This text has white color on #D7E1E9 background.