COLOR #D0F1DB

HEX: #D0F1DB
RGB: (208,241,219)

Color info

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

RGB color model

#D0F1DB color RGB value is (208,241,219).

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

RGB channels and saturation

R 208 of 255 = 82%
G 241 of 255 = 95%
B 219 of 255 = 86%

208
241
219

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

Portions of RGB colors in percentages

R + G + B =
208 + 241 + 219 = 668 (100%)
R 208 of 668 ~ 31.14%
G 241 of 668 ~ 36.08%
B 219 of 668 ~ 32.78%

%31.14
%36.08
%32.78

CMYK color model

#D0F1DB color CMYK value is (14,0,9,5).

  • cyan value is 13.69%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(14,0,9,5)
C14M0Y9K5 
(14%,0%,9%,5%)
(0.14/0.00/0.09/0.05)	

CMYK percentages

%13.69
%0
%9.13
%5.49

Codes

Color #D0F1DB in popluar color models

D0F1DB
RGB208241219
HSL140°54.10%88.04%
HSB/HSV140°13.69%94.51%
CMYK13.69%0.00%9.13%
5.49%

Color #D0F1DB in popluar number systems.

HEXD0F1DB
Decimal208241219
Binary110100001111000111011011
Octal320361333

Shades and tints

Shades of #D0F1DB

#D0F1DB
(208,241,219)
#BEDCC8
(190,220,200)
#ACC7B5
(172,199,181)
#9AB2A2
(154,178,162)
#889D8F
(136,157,143)
#76887C
(118,136,124)
#647369
(100,115,105)
#525E56
(82,94,86)
#404943
(64,73,67)
#2E3430
(46,52,48)
#1C1F1D
(28,31,29)
#000000
(0,0,0)

Tints of #D0F1DB

#D0F1DB
(208,241,219)
#D4F2DE
(212,242,222)
#D8F3E1
(216,243,225)
#DCF4E4
(220,244,228)
#E0F5E7
(224,245,231)
#E4F6EA
(228,246,234)
#E8F7ED
(232,247,237)
#ECF8F0
(236,248,240)
#F0F9F3
(240,249,243)
#F4FAF6
(244,250,246)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F1DB; }

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

This text font color is #D0F1DB.


Background Color

.myBgColor { background-color: #D0F1DB; }

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

This div background color is #D0F1DB.


Border color

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

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

This div border color is #D0F1DB.


Opacity

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

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

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

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

This text has shadow with #D0F1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F1DB on black background.


Color preview on white background

This text has color #D0F1DB on white background.



Black color preview on #D0F1DB background

This text has black color on #D0F1DB background.


White color preview on #D0F1DB background

This text has white color on #D0F1DB background.