COLOR #D8F5EB

HEX: #D8F5EB RGB: (216,245,235)

Color info

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

RGB color model

#D8F5EB color RGB value is (216,245,235).

RGB: (216,245,235) (85%, 96%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 245 of 255 = 96%
B 235 of 255 = 92%

216
245
235

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

Portions of RGB colors in percentages

R + G + B = 216 + 245 + 235 = 696 (100%)
R 216 of 696 ~ 31.03%
G 245 of 696 ~ 35.2%
B 235 of 696 ~ 33.76'%

%31.03
%35.2
%33.76

CMYK color model

#D8F5EB color CMYK value is (12,0,4,4).

  • cyan value is 11.84%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 3.92%

CMYK: (12,0,4,4)
C12M0Y4K4 (12%, 0%, 4%, 4%)
(0.12 / 0.00 / 0.04 / 0.04)

CMYK percentages

%11.84
%0
%4.08
%3.92

Codes

Color #D8F5EB in popluar color models

D8 F5 EB
RGB 216 245 235
HSL 159° 59.18% 90.39%
HSB/HSV 159° 11.84% 96.08%
CMYK 11.84% 0.00% 4.08%
3.92%

Color #D8F5EB in popluar number systems.

HEX D8 F5 EB
Decimal 216 245 235
Binary 11011000 11110101 11101011
Octal 330 365 353

Shades and tints

Shades of #D8F5EB

#D8F5EB
(216,245,235)
#C5DFD6
(197,223,214)
#B2C9C1
(178,201,193)
#9FB3AC
(159,179,172)
#8C9D97
(140,157,151)
#798782
(121,135,130)
#66716D
(102,113,109)
#535B58
(83,91,88)
#404543
(64,69,67)
#2D2F2E
(45,47,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8F5EB

#D8F5EB
(216,245,235)
#DBF5EC
(219,245,236)
#DEF5ED
(222,245,237)
#E1F5EE
(225,245,238)
#E4F5EF
(228,245,239)
#E7F5F0
(231,245,240)
#EAF5F1
(234,245,241)
#EDF5F2
(237,245,242)
#F0F5F3
(240,245,243)
#F3F5F4
(243,245,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F5EB; }

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

This text font color is #D8F5EB.

Background Color

.myBgColor { background-color: #D8F5EB; }

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

This div background color is #D8F5EB.

Border color

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

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

This div border color is #D8F5EB.

Opacity

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

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

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

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

This text has shadow with #D8F5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F5EB.

Preview

Color preview on black background

This text has color #D8F5EB on black background.


Color preview on white background

This text has color #D8F5EB on white background.


Black color preview on #D8F5EB background

This text has black color on #D8F5EB background.


White color preview on #D8F5EB background

This text has white color on #D8F5EB background.


Related colors

Complementary color

Complementary color for #hex is #270A14.


I love getcolorcode.com

Triadic colors

1 #EBD8F5 and #F5EBD8 with #D8F5EB are triadic colors.

2 #EBF5D8 and #F5D8EB with #D8F5EB are triadic colors.