COLOR #DCF7C2

HEX: #DCF7C2
RGB: (220,247,194)

Color info

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

RGB color model

#DCF7C2 color RGB value is (220,247,194).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 194 of 255 = 76%

220
247
194

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

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 194 = 661 (100%)
R 220 of 661 ~ 33.28%
G 247 of 661 ~ 37.37%
B 194 of 661 ~ 29.35%

%33.28
%37.37
%29.35

CMYK color model

#DCF7C2 color CMYK value is (11,0,21,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 3.14%
CMYK:
(11,0,21,3)
C11M0Y21K3 
(11%,0%,21%,3%)
(0.11/0.00/0.21/0.03)	

CMYK percentages

%10.93
%0
%21.46
%3.14

Codes

Color #DCF7C2 in popluar color models

DCF7C2
RGB220247194
HSL91°76.81%86.47%
HSB/HSV91°21.46%96.86%
CMYK10.93%0.00%21.46%
3.14%

Color #DCF7C2 in popluar number systems.

HEXDCF7C2
Decimal220247194
Binary110111001111011111000010
Octal334367302

Shades and tints

Shades of #DCF7C2

#DCF7C2
(220,247,194)
#C8E1B1
(200,225,177)
#B4CBA0
(180,203,160)
#A0B58F
(160,181,143)
#8C9F7E
(140,159,126)
#78896D
(120,137,109)
#64735C
(100,115,92)
#505D4B
(80,93,75)
#3C473A
(60,71,58)
#283129
(40,49,41)
#141B18
(20,27,24)
#000000
(0,0,0)

Tints of #DCF7C2

#DCF7C2
(220,247,194)
#DFF7C7
(223,247,199)
#E2F7CC
(226,247,204)
#E5F7D1
(229,247,209)
#E8F7D6
(232,247,214)
#EBF7DB
(235,247,219)
#EEF7E0
(238,247,224)
#F1F7E5
(241,247,229)
#F4F7EA
(244,247,234)
#F7F7EF
(247,247,239)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7C2; }

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

This text font color is #DCF7C2.


Background Color

.myBgColor { background-color: #DCF7C2; }

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

This div background color is #DCF7C2.


Border color

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

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

This div border color is #DCF7C2.


Opacity

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

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

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

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

This text has shadow with #DCF7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7C2 on black background.


Color preview on white background

This text has color #DCF7C2 on white background.



Black color preview on #DCF7C2 background

This text has black color on #DCF7C2 background.


White color preview on #DCF7C2 background

This text has white color on #DCF7C2 background.