COLOR #DCF7D9

HEX: #DCF7D9
RGB: (220,247,217)

Color info

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

RGB color model

#DCF7D9 color RGB value is (220,247,217).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 217 of 255 = 85%

220
247
217

R + G + B ~ 89%. #DCF7D9 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 217 = 684 (100%)
R 220 of 684 ~ 32.16%
G 247 of 684 ~ 36.11%
B 217 of 684 ~ 31.73%

%32.16
%36.11
%31.73

CMYK color model

#DCF7D9 color CMYK value is (11,0,12,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 12.15%
  • key color value is 3.14%
CMYK:
(11,0,12,3)
C11M0Y12K3 
(11%,0%,12%,3%)
(0.11/0.00/0.12/0.03)	

CMYK percentages

%10.93
%0
%12.15
%3.14

Codes

Color #DCF7D9 in popluar color models

DCF7D9
RGB220247217
HSL114°65.22%90.98%
HSB/HSV114°12.15%96.86%
CMYK10.93%0.00%12.15%
3.14%

Color #DCF7D9 in popluar number systems.

HEXDCF7D9
Decimal220247217
Binary110111001111011111011001
Octal334367331

Shades and tints

Shades of #DCF7D9

#DCF7D9
(220,247,217)
#C8E1C6
(200,225,198)
#B4CBB3
(180,203,179)
#A0B5A0
(160,181,160)
#8C9F8D
(140,159,141)
#78897A
(120,137,122)
#647367
(100,115,103)
#505D54
(80,93,84)
#3C4741
(60,71,65)
#28312E
(40,49,46)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #DCF7D9

#DCF7D9
(220,247,217)
#DFF7DC
(223,247,220)
#E2F7DF
(226,247,223)
#E5F7E2
(229,247,226)
#E8F7E5
(232,247,229)
#EBF7E8
(235,247,232)
#EEF7EB
(238,247,235)
#F1F7EE
(241,247,238)
#F4F7F1
(244,247,241)
#F7F7F4
(247,247,244)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7D9; }

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

This text font color is #DCF7D9.


Background Color

.myBgColor { background-color: #DCF7D9; }

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

This div background color is #DCF7D9.


Border color

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

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

This div border color is #DCF7D9.


Opacity

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

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

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

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

This text has shadow with #DCF7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7D9 on black background.


Color preview on white background

This text has color #DCF7D9 on white background.



Black color preview on #DCF7D9 background

This text has black color on #DCF7D9 background.


White color preview on #DCF7D9 background

This text has white color on #DCF7D9 background.