COLOR #D8EFEB

HEX: #D8EFEB
RGB: (216,239,235)

Color info

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

RGB color model

#D8EFEB color RGB value is (216,239,235).

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

RGB channels and saturation

R 216 of 255 = 85%
G 239 of 255 = 94%
B 235 of 255 = 92%

216
239
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 239 + 235 = 690 (100%)
R 216 of 690 ~ 31.3%
G 239 of 690 ~ 34.64%
B 235 of 690 ~ 34.06%

%31.3
%34.64
%34.06

CMYK color model

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

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

CMYK percentages

%9.62
%0
%1.67
%6.27

Codes

Color #D8EFEB in popluar color models

D8EFEB
RGB216239235
HSL170°41.82%89.22%
HSB/HSV170°9.62%93.73%
CMYK9.62%0.00%1.67%
6.27%

Color #D8EFEB in popluar number systems.

HEXD8EFEB
Decimal216239235
Binary110110001110111111101011
Octal330357353

Shades and tints

Shades of #D8EFEB

#D8EFEB
(216,239,235)
#C5DAD6
(197,218,214)
#B2C5C1
(178,197,193)
#9FB0AC
(159,176,172)
#8C9B97
(140,155,151)
#798682
(121,134,130)
#66716D
(102,113,109)
#535C58
(83,92,88)
#404743
(64,71,67)
#2D322E
(45,50,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #D8EFEB

#D8EFEB
(216,239,235)
#DBF0EC
(219,240,236)
#DEF1ED
(222,241,237)
#E1F2EE
(225,242,238)
#E4F3EF
(228,243,239)
#E7F4F0
(231,244,240)
#EAF5F1
(234,245,241)
#EDF6F2
(237,246,242)
#F0F7F3
(240,247,243)
#F3F8F4
(243,248,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EFEB; }

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

This text font color is #D8EFEB.


Background Color

.myBgColor { background-color: #D8EFEB; }

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

This div background color is #D8EFEB.


Border color

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

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

This div border color is #D8EFEB.


Opacity

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

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

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

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

This text has shadow with #D8EFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EFEB on black background.


Color preview on white background

This text has color #D8EFEB on white background.



Black color preview on #D8EFEB background

This text has black color on #D8EFEB background.


White color preview on #D8EFEB background

This text has white color on #D8EFEB background.