COLOR #D7E3E9

HEX: #D7E3E9
RGB: (215,227,233)

Color info

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

RGB color model

#D7E3E9 color RGB value is (215,227,233).

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

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 233 of 255 = 91%

215
227
233

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

Portions of RGB colors in percentages

R + G + B =
215 + 227 + 233 = 675 (100%)
R 215 of 675 ~ 31.85%
G 227 of 675 ~ 33.63%
B 233 of 675 ~ 34.52%

%31.85
%33.63
%34.52

CMYK color model

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

  • cyan value is 7.73%
  • magenta value is 2.58%
  • 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
%2.58
%0
%8.63

Codes

Color #D7E3E9 in popluar color models

D7E3E9
RGB215227233
HSL200°29.03%87.84%
HSB/HSV200°7.73%91.37%
CMYK7.73%2.58%0.00%
8.63%

Color #D7E3E9 in popluar number systems.

HEXD7E3E9
Decimal215227233
Binary110101111110001111101001
Octal327343351

Shades and tints

Shades of #D7E3E9

#D7E3E9
(215,227,233)
#C4CFD4
(196,207,212)
#B1BBBF
(177,187,191)
#9EA7AA
(158,167,170)
#8B9395
(139,147,149)
#787F80
(120,127,128)
#656B6B
(101,107,107)
#525756
(82,87,86)
#3F4341
(63,67,65)
#2C2F2C
(44,47,44)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #D7E3E9

#D7E3E9
(215,227,233)
#DAE5EB
(218,229,235)
#DDE7ED
(221,231,237)
#E0E9EF
(224,233,239)
#E3EBF1
(227,235,241)
#E6EDF3
(230,237,243)
#E9EFF5
(233,239,245)
#ECF1F7
(236,241,247)
#EFF3F9
(239,243,249)
#F2F5FB
(242,245,251)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E3E9; }

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

This text font color is #D7E3E9.


Background Color

.myBgColor { background-color: #D7E3E9; }

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

This div background color is #D7E3E9.


Border color

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

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

This div border color is #D7E3E9.


Opacity

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

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

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

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

This text has shadow with #D7E3E9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7E3E9 on black background.


Color preview on white background

This text has color #D7E3E9 on white background.



Black color preview on #D7E3E9 background

This text has black color on #D7E3E9 background.


White color preview on #D7E3E9 background

This text has white color on #D7E3E9 background.