COLOR #D0F1DD

HEX: #D0F1DD
RGB: (208,241,221)

Color info

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

RGB color model

#D0F1DD color RGB value is (208,241,221).

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

RGB channels and saturation

R 208 of 255 = 82%
G 241 of 255 = 95%
B 221 of 255 = 87%

208
241
221

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

Portions of RGB colors in percentages

R + G + B =
208 + 241 + 221 = 670 (100%)
R 208 of 670 ~ 31.04%
G 241 of 670 ~ 35.97%
B 221 of 670 ~ 32.99%

%31.04
%35.97
%32.99

CMYK color model

#D0F1DD color CMYK value is (14,0,8,5).

  • cyan value is 13.69%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(14,0,8,5)
C14M0Y8K5 
(14%,0%,8%,5%)
(0.14/0.00/0.08/0.05)	

CMYK percentages

%13.69
%0
%8.3
%5.49

Codes

Color #D0F1DD in popluar color models

D0F1DD
RGB208241221
HSL144°54.10%88.04%
HSB/HSV144°13.69%94.51%
CMYK13.69%0.00%8.30%
5.49%

Color #D0F1DD in popluar number systems.

HEXD0F1DD
Decimal208241221
Binary110100001111000111011101
Octal320361335

Shades and tints

Shades of #D0F1DD

#D0F1DD
(208,241,221)
#BEDCC9
(190,220,201)
#ACC7B5
(172,199,181)
#9AB2A1
(154,178,161)
#889D8D
(136,157,141)
#768879
(118,136,121)
#647365
(100,115,101)
#525E51
(82,94,81)
#40493D
(64,73,61)
#2E3429
(46,52,41)
#1C1F15
(28,31,21)
#000000
(0,0,0)

Tints of #D0F1DD

#D0F1DD
(208,241,221)
#D4F2E0
(212,242,224)
#D8F3E3
(216,243,227)
#DCF4E6
(220,244,230)
#E0F5E9
(224,245,233)
#E4F6EC
(228,246,236)
#E8F7EF
(232,247,239)
#ECF8F2
(236,248,242)
#F0F9F5
(240,249,245)
#F4FAF8
(244,250,248)
#F8FBFB
(248,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0F1DD; }

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

This text font color is #D0F1DD.


Background Color

.myBgColor { background-color: #D0F1DD; }

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

This div background color is #D0F1DD.


Border color

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

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

This div border color is #D0F1DD.


Opacity

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

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

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

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

This text has shadow with #D0F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F1DD on black background.


Color preview on white background

This text has color #D0F1DD on white background.



Black color preview on #D0F1DD background

This text has black color on #D0F1DD background.


White color preview on #D0F1DD background

This text has white color on #D0F1DD background.