COLOR #D8F8DB

HEX: #D8F8DB
RGB: (216,248,219)

Color info

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

RGB color model

#D8F8DB color RGB value is (216,248,219).

  • red value is 216;
  • green value is 248;
  • blue value is 219.
RGB:
(216,248,219)
(85%,97%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 248 of 255 = 97%
B 219 of 255 = 86%

216
248
219

R + G + B ~ 89%. #D8F8DB is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 248 + 219 = 683 (100%)
R 216 of 683 ~ 31.63%
G 248 of 683 ~ 36.31%
B 219 of 683 ~ 32.06%

%31.63
%36.31
%32.06

CMYK color model

#D8F8DB color CMYK value is (13,0,12,3).

  • cyan value is 12.90%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(13,0,12,3)
C13M0Y12K3 
(13%,0%,12%,3%)
(0.13/0.00/0.12/0.03)	

CMYK percentages

%12.9
%0
%11.69
%2.75

Codes

Color #D8F8DB in popluar color models

D8F8DB
RGB216248219
HSL126°69.57%90.98%
HSB/HSV126°12.90%97.25%
CMYK12.90%0.00%11.69%
2.75%

Color #D8F8DB in popluar number systems.

HEXD8F8DB
Decimal216248219
Binary110110001111100011011011
Octal330370333

Shades and tints

Shades of #D8F8DB

#D8F8DB
(216,248,219)
#C5E2C8
(197,226,200)
#B2CCB5
(178,204,181)
#9FB6A2
(159,182,162)
#8CA08F
(140,160,143)
#798A7C
(121,138,124)
#667469
(102,116,105)
#535E56
(83,94,86)
#404843
(64,72,67)
#2D3230
(45,50,48)
#1A1C1D
(26,28,29)
#000000
(0,0,0)

Tints of #D8F8DB

#D8F8DB
(216,248,219)
#DBF8DE
(219,248,222)
#DEF8E1
(222,248,225)
#E1F8E4
(225,248,228)
#E4F8E7
(228,248,231)
#E7F8EA
(231,248,234)
#EAF8ED
(234,248,237)
#EDF8F0
(237,248,240)
#F0F8F3
(240,248,243)
#F3F8F6
(243,248,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F8DB color. Also use rgb(216,248,219) instead hex code.

Text Font Color

.myTextColor { color: #D8F8DB; }

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

This text font color is #D8F8DB.


Background Color

.myBgColor { background-color: #D8F8DB; }

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

This div background color is #D8F8DB.


Border color

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

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

This div border color is #D8F8DB.


Opacity

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

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

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

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

This text has shadow with #D8F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F8DB on black background.


Color preview on white background

This text has color #D8F8DB on white background.



Black color preview on #D8F8DB background

This text has black color on #D8F8DB background.


White color preview on #D8F8DB background

This text has white color on #D8F8DB background.