COLOR #DCF7C0

HEX: #DCF7C0
RGB: (220,247,192)

Color info

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

RGB color model

#DCF7C0 color RGB value is (220,247,192).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 192 of 255 = 75%

220
247
192

R + G + B ~ 86%. #DCF7C0 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 192 = 659 (100%)
R 220 of 659 ~ 33.38%
G 247 of 659 ~ 37.48%
B 192 of 659 ~ 29.14%

%33.38
%37.48
%29.14

CMYK color model

#DCF7C0 color CMYK value is (11,0,22,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 22.27%
  • key color value is 3.14%
CMYK:
(11,0,22,3)
C11M0Y22K3 
(11%,0%,22%,3%)
(0.11/0.00/0.22/0.03)	

CMYK percentages

%10.93
%0
%22.27
%3.14

Codes

Color #DCF7C0 in popluar color models

DCF7C0
RGB220247192
HSL89°77.46%86.08%
HSB/HSV89°22.27%96.86%
CMYK10.93%0.00%22.27%
3.14%

Color #DCF7C0 in popluar number systems.

HEXDCF7C0
Decimal220247192
Binary110111001111011111000000
Octal334367300

Shades and tints

Shades of #DCF7C0

#DCF7C0
(220,247,192)
#C8E1AF
(200,225,175)
#B4CB9E
(180,203,158)
#A0B58D
(160,181,141)
#8C9F7C
(140,159,124)
#78896B
(120,137,107)
#64735A
(100,115,90)
#505D49
(80,93,73)
#3C4738
(60,71,56)
#283127
(40,49,39)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #DCF7C0

#DCF7C0
(220,247,192)
#DFF7C5
(223,247,197)
#E2F7CA
(226,247,202)
#E5F7CF
(229,247,207)
#E8F7D4
(232,247,212)
#EBF7D9
(235,247,217)
#EEF7DE
(238,247,222)
#F1F7E3
(241,247,227)
#F4F7E8
(244,247,232)
#F7F7ED
(247,247,237)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7C0; }

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

This text font color is #DCF7C0.


Background Color

.myBgColor { background-color: #DCF7C0; }

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

This div background color is #DCF7C0.


Border color

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

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

This div border color is #DCF7C0.


Opacity

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

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

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

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

This text has shadow with #DCF7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7C0 on black background.


Color preview on white background

This text has color #DCF7C0 on white background.



Black color preview on #DCF7C0 background

This text has black color on #DCF7C0 background.


White color preview on #DCF7C0 background

This text has white color on #DCF7C0 background.