COLOR #DCF0D9

HEX: #DCF0D9
RGB: (220,240,217)

Color info

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

RGB color model

#DCF0D9 color RGB value is (220,240,217).

  • red value is 220;
  • green value is 240;
  • blue value is 217.
RGB:
(220,240,217)
(86%,94%,85%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 217 of 255 = 85%

220
240
217

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

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 217 = 677 (100%)
R 220 of 677 ~ 32.5%
G 240 of 677 ~ 35.45%
B 217 of 677 ~ 32.05%

%32.5
%35.45
%32.05

CMYK color model

#DCF0D9 color CMYK value is (8,0,10,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 9.58%
  • key color value is 5.88%
CMYK:
(8,0,10,6)
C8M0Y10K6 
(8%,0%,10%,6%)
(0.08/0.00/0.10/0.06)	

CMYK percentages

%8.33
%0
%9.58
%5.88

Codes

Color #DCF0D9 in popluar color models

DCF0D9
RGB220240217
HSL112°43.40%89.61%
HSB/HSV112°9.58%94.12%
CMYK8.33%0.00%9.58%
5.88%

Color #DCF0D9 in popluar number systems.

HEXDCF0D9
Decimal220240217
Binary110111001111000011011001
Octal334360331

Shades and tints

Shades of #DCF0D9

#DCF0D9
(220,240,217)
#C8DBC6
(200,219,198)
#B4C6B3
(180,198,179)
#A0B1A0
(160,177,160)
#8C9C8D
(140,156,141)
#78877A
(120,135,122)
#647267
(100,114,103)
#505D54
(80,93,84)
#3C4841
(60,72,65)
#28332E
(40,51,46)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #DCF0D9

#DCF0D9
(220,240,217)
#DFF1DC
(223,241,220)
#E2F2DF
(226,242,223)
#E5F3E2
(229,243,226)
#E8F4E5
(232,244,229)
#EBF5E8
(235,245,232)
#EEF6EB
(238,246,235)
#F1F7EE
(241,247,238)
#F4F8F1
(244,248,241)
#F7F9F4
(247,249,244)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF0D9 color. Also use rgb(220,240,217) instead hex code.

Text Font Color

.myTextColor { color: #DCF0D9; }

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

This text font color is #DCF0D9.


Background Color

.myBgColor { background-color: #DCF0D9; }

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

This div background color is #DCF0D9.


Border color

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

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

This div border color is #DCF0D9.


Opacity

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

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

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

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

This text has shadow with #DCF0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0D9 on black background.


Color preview on white background

This text has color #DCF0D9 on white background.



Black color preview on #DCF0D9 background

This text has black color on #DCF0D9 background.


White color preview on #DCF0D9 background

This text has white color on #DCF0D9 background.