COLOR #D8EEF1

HEX: #D8EEF1
RGB: (216,238,241)

Color info

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

RGB color model

#D8EEF1 color RGB value is (216,238,241).

  • red value is 216;
  • green value is 238;
  • blue value is 241.
RGB:
(216,238,241)
(85%,93%,95%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 241 of 255 = 95%

216
238
241

R + G + B ~ 91%. #D8EEF1 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 241 = 695 (100%)
R 216 of 695 ~ 31.08%
G 238 of 695 ~ 34.24%
B 241 of 695 ~ 34.68%

%31.08
%34.24
%34.68

CMYK color model

#D8EEF1 color CMYK value is (10,1,0,5).

  • cyan value is 10.37%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,1,0,5)
C10M1Y0K5 
(10%,1%,0%,5%)
(0.10/0.01/0.00/0.05)	

CMYK percentages

%10.37
%1.24
%0
%5.49

Codes

Color #D8EEF1 in popluar color models

D8EEF1
RGB216238241
HSL187°47.17%89.61%
HSB/HSV187°10.37%94.51%
CMYK10.37%1.24%0.00%
5.49%

Color #D8EEF1 in popluar number systems.

HEXD8EEF1
Decimal216238241
Binary110110001110111011110001
Octal330356361

Shades and tints

Shades of #D8EEF1

#D8EEF1
(216,238,241)
#C5D9DC
(197,217,220)
#B2C4C7
(178,196,199)
#9FAFB2
(159,175,178)
#8C9A9D
(140,154,157)
#798588
(121,133,136)
#667073
(102,112,115)
#535B5E
(83,91,94)
#404649
(64,70,73)
#2D3134
(45,49,52)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #D8EEF1

#D8EEF1
(216,238,241)
#DBEFF2
(219,239,242)
#DEF0F3
(222,240,243)
#E1F1F4
(225,241,244)
#E4F2F5
(228,242,245)
#E7F3F6
(231,243,246)
#EAF4F7
(234,244,247)
#EDF5F8
(237,245,248)
#F0F6F9
(240,246,249)
#F3F7FA
(243,247,250)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EEF1 color. Also use rgb(216,238,241) instead hex code.

Text Font Color

.myTextColor { color: #D8EEF1; }

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

This text font color is #D8EEF1.


Background Color

.myBgColor { background-color: #D8EEF1; }

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

This div background color is #D8EEF1.


Border color

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

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

This div border color is #D8EEF1.


Opacity

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

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

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

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

This text has shadow with #D8EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EEF1 on black background.


Color preview on white background

This text has color #D8EEF1 on white background.



Black color preview on #D8EEF1 background

This text has black color on #D8EEF1 background.


White color preview on #D8EEF1 background

This text has white color on #D8EEF1 background.