COLOR #DCF7D0

HEX: #DCF7D0
RGB: (220,247,208)

Color info

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

RGB color model

#DCF7D0 color RGB value is (220,247,208).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 208 of 255 = 82%

220
247
208

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

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 208 = 675 (100%)
R 220 of 675 ~ 32.59%
G 247 of 675 ~ 36.59%
B 208 of 675 ~ 30.81%

%32.59
%36.59
%30.81

CMYK color model

#DCF7D0 color CMYK value is (11,0,16,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 3.14%
CMYK:
(11,0,16,3)
C11M0Y16K3 
(11%,0%,16%,3%)
(0.11/0.00/0.16/0.03)	

CMYK percentages

%10.93
%0
%15.79
%3.14

Codes

Color #DCF7D0 in popluar color models

DCF7D0
RGB220247208
HSL102°70.91%89.22%
HSB/HSV102°15.79%96.86%
CMYK10.93%0.00%15.79%
3.14%

Color #DCF7D0 in popluar number systems.

HEXDCF7D0
Decimal220247208
Binary110111001111011111010000
Octal334367320

Shades and tints

Shades of #DCF7D0

#DCF7D0
(220,247,208)
#C8E1BE
(200,225,190)
#B4CBAC
(180,203,172)
#A0B59A
(160,181,154)
#8C9F88
(140,159,136)
#788976
(120,137,118)
#647364
(100,115,100)
#505D52
(80,93,82)
#3C4740
(60,71,64)
#28312E
(40,49,46)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #DCF7D0

#DCF7D0
(220,247,208)
#DFF7D4
(223,247,212)
#E2F7D8
(226,247,216)
#E5F7DC
(229,247,220)
#E8F7E0
(232,247,224)
#EBF7E4
(235,247,228)
#EEF7E8
(238,247,232)
#F1F7EC
(241,247,236)
#F4F7F0
(244,247,240)
#F7F7F4
(247,247,244)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7D0; }

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

This text font color is #DCF7D0.


Background Color

.myBgColor { background-color: #DCF7D0; }

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

This div background color is #DCF7D0.


Border color

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

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

This div border color is #DCF7D0.


Opacity

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

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

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

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

This text has shadow with #DCF7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7D0 on black background.


Color preview on white background

This text has color #DCF7D0 on white background.



Black color preview on #DCF7D0 background

This text has black color on #DCF7D0 background.


White color preview on #DCF7D0 background

This text has white color on #DCF7D0 background.