COLOR #D8EFF7

HEX: #D8EFF7
RGB: (216,239,247)

Color info

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

RGB color model

#D8EFF7 color RGB value is (216,239,247).

  • red value is 216;
  • green value is 239;
  • blue value is 247.
RGB:
(216,239,247)
(85%,94%,97%)

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 247 of 255 = 97%

216
239
247

R + G + B ~ 92%. #D8EFF7 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 247 = 702 (100%)
R 216 of 702 ~ 30.77%
G 239 of 702 ~ 34.05%
B 247 of 702 ~ 35.19%

%30.77
%34.05
%35.19

CMYK color model

#D8EFF7 color CMYK value is (13,3,0,3).

  • cyan value is 12.55%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(13,3,0,3)
C13M3Y0K3 
(13%,3%,0%,3%)
(0.13/0.03/0.00/0.03)	

CMYK percentages

%12.55
%3.24
%0
%3.14

Codes

Color #D8EFF7 in popluar color models

D8EFF7
RGB216239247
HSL195°65.96%90.78%
HSB/HSV195°12.55%96.86%
CMYK12.55%3.24%0.00%
3.14%

Color #D8EFF7 in popluar number systems.

HEXD8EFF7
Decimal216239247
Binary110110001110111111110111
Octal330357367

Shades and tints

Shades of #D8EFF7

#D8EFF7
(216,239,247)
#C5DAE1
(197,218,225)
#B2C5CB
(178,197,203)
#9FB0B5
(159,176,181)
#8C9B9F
(140,155,159)
#798689
(121,134,137)
#667173
(102,113,115)
#535C5D
(83,92,93)
#404747
(64,71,71)
#2D3231
(45,50,49)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #D8EFF7

#D8EFF7
(216,239,247)
#DBF0F7
(219,240,247)
#DEF1F7
(222,241,247)
#E1F2F7
(225,242,247)
#E4F3F7
(228,243,247)
#E7F4F7
(231,244,247)
#EAF5F7
(234,245,247)
#EDF6F7
(237,246,247)
#F0F7F7
(240,247,247)
#F3F8F7
(243,248,247)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EFF7 color. Also use rgb(216,239,247) instead hex code.

Text Font Color

.myTextColor { color: #D8EFF7; }

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

This text font color is #D8EFF7.


Background Color

.myBgColor { background-color: #D8EFF7; }

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

This div background color is #D8EFF7.


Border color

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

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

This div border color is #D8EFF7.


Opacity

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

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

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

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

This text has shadow with #D8EFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFF7 on black background.


Color preview on white background

This text has color #D8EFF7 on white background.



Black color preview on #D8EFF7 background

This text has black color on #D8EFF7 background.


White color preview on #D8EFF7 background

This text has white color on #D8EFF7 background.