COLOR #D7E1EB

HEX: #D7E1EB
RGB: (215,225,235)

Color info

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

RGB color model

#D7E1EB color RGB value is (215,225,235).

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

RGB channels and saturation

R 215 of 255 = 84%
G 225 of 255 = 88%
B 235 of 255 = 92%

215
225
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 225 + 235 = 675 (100%)
R 215 of 675 ~ 31.85%
G 225 of 675 ~ 33.33%
B 235 of 675 ~ 34.81%

%31.85
%33.33
%34.81

CMYK color model

#D7E1EB color CMYK value is (9,4,0,8).

  • cyan value is 8.51%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,4,0,8)
C9M4Y0K8 
(9%,4%,0%,8%)
(0.09/0.04/0.00/0.08)	

CMYK percentages

%8.51
%4.26
%0
%7.84

Codes

Color #D7E1EB in popluar color models

D7E1EB
RGB215225235
HSL210°33.33%88.24%
HSB/HSV210°8.51%92.16%
CMYK8.51%4.26%0.00%
7.84%

Color #D7E1EB in popluar number systems.

HEXD7E1EB
Decimal215225235
Binary110101111110000111101011
Octal327341353

Shades and tints

Shades of #D7E1EB

#D7E1EB
(215,225,235)
#C4CDD6
(196,205,214)
#B1B9C1
(177,185,193)
#9EA5AC
(158,165,172)
#8B9197
(139,145,151)
#787D82
(120,125,130)
#65696D
(101,105,109)
#525558
(82,85,88)
#3F4143
(63,65,67)
#2C2D2E
(44,45,46)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #D7E1EB

#D7E1EB
(215,225,235)
#DAE3EC
(218,227,236)
#DDE5ED
(221,229,237)
#E0E7EE
(224,231,238)
#E3E9EF
(227,233,239)
#E6EBF0
(230,235,240)
#E9EDF1
(233,237,241)
#ECEFF2
(236,239,242)
#EFF1F3
(239,241,243)
#F2F3F4
(242,243,244)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E1EB; }

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

This text font color is #D7E1EB.


Background Color

.myBgColor { background-color: #D7E1EB; }

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

This div background color is #D7E1EB.


Border color

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

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

This div border color is #D7E1EB.


Opacity

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

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

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

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

This text has shadow with #D7E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E1EB on black background.


Color preview on white background

This text has color #D7E1EB on white background.



Black color preview on #D7E1EB background

This text has black color on #D7E1EB background.


White color preview on #D7E1EB background

This text has white color on #D7E1EB background.