COLOR #D7EAEF

HEX: #D7EAEF
RGB: (215,234,239)

Color info

#D7EAEF contains red, green and blue colors in about the same proportion. Web safe color of #D7EAEF is #CCFFFF (or #CFF).

RGB color model

#D7EAEF color RGB value is (215,234,239).

  • red value is 215;
  • green value is 234;
  • blue value is 239.
RGB:
(215,234,239)
(84%,92%,94%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 239 of 255 = 94%

215
234
239

R + G + B ~ 90%. #D7EAEF is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 234 + 239 = 688 (100%)
R 215 of 688 ~ 31.25%
G 234 of 688 ~ 34.01%
B 239 of 688 ~ 34.74%

%31.25
%34.01
%34.74

CMYK color model

#D7EAEF color CMYK value is (10,2,0,6).

  • cyan value is 10.04%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,2,0,6)
C10M2Y0K6 
(10%,2%,0%,6%)
(0.10/0.02/0.00/0.06)	

CMYK percentages

%10.04
%2.09
%0
%6.27

Codes

Color #D7EAEF in popluar color models

D7EAEF
RGB215234239
HSL193°42.86%89.02%
HSB/HSV193°10.04%93.73%
CMYK10.04%2.09%0.00%
6.27%

Color #D7EAEF in popluar number systems.

HEXD7EAEF
Decimal215234239
Binary110101111110101011101111
Octal327352357

Shades and tints

Shades of #D7EAEF

#D7EAEF
(215,234,239)
#C4D5DA
(196,213,218)
#B1C0C5
(177,192,197)
#9EABB0
(158,171,176)
#8B969B
(139,150,155)
#788186
(120,129,134)
#656C71
(101,108,113)
#52575C
(82,87,92)
#3F4247
(63,66,71)
#2C2D32
(44,45,50)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7EAEF

#D7EAEF
(215,234,239)
#DAEBF0
(218,235,240)
#DDECF1
(221,236,241)
#E0EDF2
(224,237,242)
#E3EEF3
(227,238,243)
#E6EFF4
(230,239,244)
#E9F0F5
(233,240,245)
#ECF1F6
(236,241,246)
#EFF2F7
(239,242,247)
#F2F3F8
(242,243,248)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EAEF color. Also use rgb(215,234,239) instead hex code.

Text Font Color

.myTextColor { color: #D7EAEF; }

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

This text font color is #D7EAEF.


Background Color

.myBgColor { background-color: #D7EAEF; }

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

This div background color is #D7EAEF.


Border color

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

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

This div border color is #D7EAEF.


Opacity

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

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

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

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

This text has shadow with #D7EAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EAEF on black background.


Color preview on white background

This text has color #D7EAEF on white background.



Black color preview on #D7EAEF background

This text has black color on #D7EAEF background.


White color preview on #D7EAEF background

This text has white color on #D7EAEF background.