COLOR #D7E3EE

HEX: #D7E3EE RGB: (215,227,238)

Color info

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

RGB color model

#D7E3EE color RGB value is (215,227,238).

RGB: (215,227,238) (84%, 89%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 238 of 255 = 93%

215
227
238

R + G + B ~ 89%. #D7E3EE is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 227 + 238 = 680 (100%)
R 215 of 680 ~ 31.62%
G 227 of 680 ~ 33.38%
B 238 of 680 ~ 35'%

%31.62
%33.38
%35

CMYK color model

#D7E3EE color CMYK value is (10,5,0,7).

  • cyan value is 9.66%
  • magenta value is 4.62%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (10,5,0,7)
C10M5Y0K7 (10%, 5%, 0%, 7%)
(0.10 / 0.05 / 0.00 / 0.07)

CMYK percentages

%9.66
%4.62
%0
%6.67

Codes

Color #D7E3EE in popluar color models

D7 E3 EE
RGB 215 227 238
HSL 209° 40.35% 88.82%
HSB/HSV 209° 9.66% 93.33%
CMYK 9.66% 4.62% 0.00%
6.67%

Color #D7E3EE in popluar number systems.

HEX D7 E3 EE
Decimal 215 227 238
Binary 11010111 11100011 11101110
Octal 327 343 356

Shades and tints

Shades of #D7E3EE

#D7E3EE
(215,227,238)
#C4CFD9
(196,207,217)
#B1BBC4
(177,187,196)
#9EA7AF
(158,167,175)
#8B939A
(139,147,154)
#787F85
(120,127,133)
#656B70
(101,107,112)
#52575B
(82,87,91)
#3F4346
(63,67,70)
#2C2F31
(44,47,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #D7E3EE

#D7E3EE
(215,227,238)
#DAE5EF
(218,229,239)
#DDE7F0
(221,231,240)
#E0E9F1
(224,233,241)
#E3EBF2
(227,235,242)
#E6EDF3
(230,237,243)
#E9EFF4
(233,239,244)
#ECF1F5
(236,241,245)
#EFF3F6
(239,243,246)
#F2F5F7
(242,245,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E3EE; }

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

This text font color is #D7E3EE.

Background Color

.myBgColor { background-color: #D7E3EE; }

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

This div background color is #D7E3EE.

Border color

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

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

This div border color is #D7E3EE.

Opacity

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

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

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

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

This text has shadow with #D7E3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E3EE.

Preview

Color preview on black background

This text has color #D7E3EE on black background.


Color preview on white background

This text has color #D7E3EE on white background.


Black color preview on #D7E3EE background

This text has black color on #D7E3EE background.


White color preview on #D7E3EE background

This text has white color on #D7E3EE background.


Related colors

Complementary color

Complementary color for #hex is #281C11.


I love getcolorcode.com

Triadic colors

1 #EED7E3 and #E3EED7 with #D7E3EE are triadic colors.

2 #EEE3D7 and #E3D7EE with #D7E3EE are triadic colors.