COLOR #D8EBDE

HEX: #D8EBDE
RGB: (216,235,222)

Color info

#D8EBDE contains red, green and blue colors in about the same proportion. Web safe color of #D8EBDE is #CCFFCC (or #CFC).

RGB color model

#D8EBDE color RGB value is (216,235,222).

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

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 222 of 255 = 87%

216
235
222

R + G + B ~ 88%. #D8EBDE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 222 = 673 (100%)
R 216 of 673 ~ 32.1%
G 235 of 673 ~ 34.92%
B 222 of 673 ~ 32.99%

%32.1
%34.92
%32.99

CMYK color model

#D8EBDE color CMYK value is (8,0,6,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 7.84%
CMYK:
(8,0,6,8)
C8M0Y6K8 
(8%,0%,6%,8%)
(0.08/0.00/0.06/0.08)	

CMYK percentages

%8.09
%0
%5.53
%7.84

Codes

Color #D8EBDE in popluar color models

D8EBDE
RGB216235222
HSL139°32.20%88.43%
HSB/HSV139°8.09%92.16%
CMYK8.09%0.00%5.53%
7.84%

Color #D8EBDE in popluar number systems.

HEXD8EBDE
Decimal216235222
Binary110110001110101111011110
Octal330353336

Shades and tints

Shades of #D8EBDE

#D8EBDE
(216,235,222)
#C5D6CA
(197,214,202)
#B2C1B6
(178,193,182)
#9FACA2
(159,172,162)
#8C978E
(140,151,142)
#79827A
(121,130,122)
#666D66
(102,109,102)
#535852
(83,88,82)
#40433E
(64,67,62)
#2D2E2A
(45,46,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8EBDE

#D8EBDE
(216,235,222)
#DBECE1
(219,236,225)
#DEEDE4
(222,237,228)
#E1EEE7
(225,238,231)
#E4EFEA
(228,239,234)
#E7F0ED
(231,240,237)
#EAF1F0
(234,241,240)
#EDF2F3
(237,242,243)
#F0F3F6
(240,243,246)
#F3F4F9
(243,244,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBDE; }

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

This text font color is #D8EBDE.


Background Color

.myBgColor { background-color: #D8EBDE; }

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

This div background color is #D8EBDE.


Border color

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

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

This div border color is #D8EBDE.


Opacity

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

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

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

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

This text has shadow with #D8EBDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBDE on black background.


Color preview on white background

This text has color #D8EBDE on white background.



Black color preview on #D8EBDE background

This text has black color on #D8EBDE background.


White color preview on #D8EBDE background

This text has white color on #D8EBDE background.