COLOR #D0F8DB

HEX: #D0F8DB
RGB: (208,248,219)

Color info

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

RGB color model

#D0F8DB color RGB value is (208,248,219).

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

RGB channels and saturation

R 208 of 255 = 82%
G 248 of 255 = 97%
B 219 of 255 = 86%

208
248
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 248 + 219 = 675 (100%)
R 208 of 675 ~ 30.81%
G 248 of 675 ~ 36.74%
B 219 of 675 ~ 32.44%

%30.81
%36.74
%32.44

CMYK color model

#D0F8DB color CMYK value is (16,0,12,3).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(16,0,12,3)
C16M0Y12K3 
(16%,0%,12%,3%)
(0.16/0.00/0.12/0.03)	

CMYK percentages

%16.13
%0
%11.69
%2.75

Codes

Color #D0F8DB in popluar color models

D0F8DB
RGB208248219
HSL137°74.07%89.41%
HSB/HSV137°16.13%97.25%
CMYK16.13%0.00%11.69%
2.75%

Color #D0F8DB in popluar number systems.

HEXD0F8DB
Decimal208248219
Binary110100001111100011011011
Octal320370333

Shades and tints

Shades of #D0F8DB

#D0F8DB
(208,248,219)
#BEE2C8
(190,226,200)
#ACCCB5
(172,204,181)
#9AB6A2
(154,182,162)
#88A08F
(136,160,143)
#768A7C
(118,138,124)
#647469
(100,116,105)
#525E56
(82,94,86)
#404843
(64,72,67)
#2E3230
(46,50,48)
#1C1C1D
(28,28,29)
#000000
(0,0,0)

Tints of #D0F8DB

#D0F8DB
(208,248,219)
#D4F8DE
(212,248,222)
#D8F8E1
(216,248,225)
#DCF8E4
(220,248,228)
#E0F8E7
(224,248,231)
#E4F8EA
(228,248,234)
#E8F8ED
(232,248,237)
#ECF8F0
(236,248,240)
#F0F8F3
(240,248,243)
#F4F8F6
(244,248,246)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F8DB; }

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

This text font color is #D0F8DB.


Background Color

.myBgColor { background-color: #D0F8DB; }

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

This div background color is #D0F8DB.


Border color

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

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

This div border color is #D0F8DB.


Opacity

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

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

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

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

This text has shadow with #D0F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F8DB on black background.


Color preview on white background

This text has color #D0F8DB on white background.



Black color preview on #D0F8DB background

This text has black color on #D0F8DB background.


White color preview on #D0F8DB background

This text has white color on #D0F8DB background.