COLOR #D8EBDA

HEX: #D8EBDA
RGB: (216,235,218)

Color info

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

RGB color model

#D8EBDA color RGB value is (216,235,218).

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

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 218 of 255 = 85%

216
235
218

R + G + B ~ 87%. #D8EBDA is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 218 = 669 (100%)
R 216 of 669 ~ 32.29%
G 235 of 669 ~ 35.13%
B 218 of 669 ~ 32.59%

%32.29
%35.13
%32.59

CMYK color model

#D8EBDA color CMYK value is (8,0,7,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK:
(8,0,7,8)
C8M0Y7K8 
(8%,0%,7%,8%)
(0.08/0.00/0.07/0.08)	

CMYK percentages

%8.09
%0
%7.23
%7.84

Codes

Color #D8EBDA in popluar color models

D8EBDA
RGB216235218
HSL126°32.20%88.43%
HSB/HSV126°8.09%92.16%
CMYK8.09%0.00%7.23%
7.84%

Color #D8EBDA in popluar number systems.

HEXD8EBDA
Decimal216235218
Binary110110001110101111011010
Octal330353332

Shades and tints

Shades of #D8EBDA

#D8EBDA
(216,235,218)
#C5D6C7
(197,214,199)
#B2C1B4
(178,193,180)
#9FACA1
(159,172,161)
#8C978E
(140,151,142)
#79827B
(121,130,123)
#666D68
(102,109,104)
#535855
(83,88,85)
#404342
(64,67,66)
#2D2E2F
(45,46,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #D8EBDA

#D8EBDA
(216,235,218)
#DBECDD
(219,236,221)
#DEEDE0
(222,237,224)
#E1EEE3
(225,238,227)
#E4EFE6
(228,239,230)
#E7F0E9
(231,240,233)
#EAF1EC
(234,241,236)
#EDF2EF
(237,242,239)
#F0F3F2
(240,243,242)
#F3F4F5
(243,244,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBDA; }

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

This text font color is #D8EBDA.


Background Color

.myBgColor { background-color: #D8EBDA; }

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

This div background color is #D8EBDA.


Border color

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

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

This div border color is #D8EBDA.


Opacity

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

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

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

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

This text has shadow with #D8EBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBDA on black background.


Color preview on white background

This text has color #D8EBDA on white background.



Black color preview on #D8EBDA background

This text has black color on #D8EBDA background.


White color preview on #D8EBDA background

This text has white color on #D8EBDA background.