COLOR #D0FFDD

HEX: #D0FFDD
RGB: (208,255,221)

Color info

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

RGB color model

#D0FFDD color RGB value is (208,255,221).

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

RGB channels and saturation

R 208 of 255 = 82%
G 255 of 255 = 100%
B 221 of 255 = 87%

208
255
221

R + G + B ~ 90%. #D0FFDD is light color.

Portions of RGB colors in percentages

R + G + B =
208 + 255 + 221 = 684 (100%)
R 208 of 684 ~ 30.41%
G 255 of 684 ~ 37.28%
B 221 of 684 ~ 32.31%

%30.41
%37.28
%32.31

CMYK color model

#D0FFDD color CMYK value is (18,0,13,0).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(18,0,13,0)
C18M0Y13K0 
(18%,0%,13%,0%)
(0.18/0.00/0.13/0.00)	

CMYK percentages

%18.43
%0
%13.33
%0

Codes

Color #D0FFDD in popluar color models

D0FFDD
RGB208255221
HSL137°100.00%90.78%
HSB/HSV137°18.43%100.00%
CMYK18.43%0.00%13.33%
0.00%

Color #D0FFDD in popluar number systems.

HEXD0FFDD
Decimal208255221
Binary110100001111111111011101
Octal320377335

Shades and tints

Shades of #D0FFDD

#D0FFDD
(208,255,221)
#BEE8C9
(190,232,201)
#ACD1B5
(172,209,181)
#9ABAA1
(154,186,161)
#88A38D
(136,163,141)
#768C79
(118,140,121)
#647565
(100,117,101)
#525E51
(82,94,81)
#40473D
(64,71,61)
#2E3029
(46,48,41)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #D0FFDD

#D0FFDD
(208,255,221)
#D4FFE0
(212,255,224)
#D8FFE3
(216,255,227)
#DCFFE6
(220,255,230)
#E0FFE9
(224,255,233)
#E4FFEC
(228,255,236)
#E8FFEF
(232,255,239)
#ECFFF2
(236,255,242)
#F0FFF5
(240,255,245)
#F4FFF8
(244,255,248)
#F8FFFB
(248,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FFDD; }

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

This text font color is #D0FFDD.


Background Color

.myBgColor { background-color: #D0FFDD; }

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

This div background color is #D0FFDD.


Border color

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

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

This div border color is #D0FFDD.


Opacity

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

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

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

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

This text has shadow with #D0FFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FFDD on black background.


Color preview on white background

This text has color #D0FFDD on white background.



Black color preview on #D0FFDD background

This text has black color on #D0FFDD background.


White color preview on #D0FFDD background

This text has white color on #D0FFDD background.