COLOR #D8F9EB

HEX: #D8F9EB RGB: (216,249,235)

Color info

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

RGB color model

#D8F9EB color RGB value is (216,249,235).

RGB: (216,249,235) (85%, 98%, 92%)

RGB channels and saturation

R 216 of 255 = 85%
G 249 of 255 = 98%
B 235 of 255 = 92%

216
249
235

R + G + B ~ 92%. #D8F9EB is light color.

Portions of RGB colors in percentages

R + G + B = 216 + 249 + 235 = 700 (100%)
R 216 of 700 ~ 30.86%
G 249 of 700 ~ 35.57%
B 235 of 700 ~ 33.57'%

%30.86
%35.57
%33.57

CMYK color model

#D8F9EB color CMYK value is (13,0,6,2).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%

CMYK: (13,0,6,2)
C13M0Y6K2 (13%, 0%, 6%, 2%)
(0.13 / 0.00 / 0.06 / 0.02)

CMYK percentages

%13.25
%0
%5.62
%2.35

Codes

Color #D8F9EB in popluar color models

D8 F9 EB
RGB 216 249 235
HSL 155° 73.33% 91.18%
HSB/HSV 155° 13.25% 97.65%
CMYK 13.25% 0.00% 5.62%
2.35%

Color #D8F9EB in popluar number systems.

HEX D8 F9 EB
Decimal 216 249 235
Binary 11011000 11111001 11101011
Octal 330 371 353

Shades and tints

Shades of #D8F9EB

#D8F9EB
(216,249,235)
#C5E3D6
(197,227,214)
#B2CDC1
(178,205,193)
#9FB7AC
(159,183,172)
#8CA197
(140,161,151)
#798B82
(121,139,130)
#66756D
(102,117,109)
#535F58
(83,95,88)
#404943
(64,73,67)
#2D332E
(45,51,46)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #D8F9EB

#D8F9EB
(216,249,235)
#DBF9EC
(219,249,236)
#DEF9ED
(222,249,237)
#E1F9EE
(225,249,238)
#E4F9EF
(228,249,239)
#E7F9F0
(231,249,240)
#EAF9F1
(234,249,241)
#EDF9F2
(237,249,242)
#F0F9F3
(240,249,243)
#F3F9F4
(243,249,244)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8F9EB; }

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

This text font color is #D8F9EB.

Background Color

.myBgColor { background-color: #D8F9EB; }

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

This div background color is #D8F9EB.

Border color

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

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

This div border color is #D8F9EB.

Opacity

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

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

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

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

This text has shadow with #D8F9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8F9EB.

Preview

Color preview on black background

This text has color #D8F9EB on black background.


Color preview on white background

This text has color #D8F9EB on white background.


Black color preview on #D8F9EB background

This text has black color on #D8F9EB background.


White color preview on #D8F9EB background

This text has white color on #D8F9EB background.


Related colors

Complementary color

Complementary color for #hex is #270614.


I love getcolorcode.com

Triadic colors

1 #EBD8F9 and #F9EBD8 with #D8F9EB are triadic colors.

2 #EBF9D8 and #F9D8EB with #D8F9EB are triadic colors.