COLOR #DCF7DF

HEX: #DCF7DF
RGB: (220,247,223)

Color info

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

RGB color model

#DCF7DF color RGB value is (220,247,223).

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

RGB channels and saturation

R 220 of 255 = 86%
G 247 of 255 = 97%
B 223 of 255 = 87%

220
247
223

R + G + B ~ 90%. #DCF7DF is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 247 + 223 = 690 (100%)
R 220 of 690 ~ 31.88%
G 247 of 690 ~ 35.8%
B 223 of 690 ~ 32.32%

%31.88
%35.8
%32.32

CMYK color model

#DCF7DF color CMYK value is (11,0,10,3).

  • cyan value is 10.93%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(11,0,10,3)
C11M0Y10K3 
(11%,0%,10%,3%)
(0.11/0.00/0.10/0.03)	

CMYK percentages

%10.93
%0
%9.72
%3.14

Codes

Color #DCF7DF in popluar color models

DCF7DF
RGB220247223
HSL127°62.79%91.57%
HSB/HSV127°10.93%96.86%
CMYK10.93%0.00%9.72%
3.14%

Color #DCF7DF in popluar number systems.

HEXDCF7DF
Decimal220247223
Binary110111001111011111011111
Octal334367337

Shades and tints

Shades of #DCF7DF

#DCF7DF
(220,247,223)
#C8E1CB
(200,225,203)
#B4CBB7
(180,203,183)
#A0B5A3
(160,181,163)
#8C9F8F
(140,159,143)
#78897B
(120,137,123)
#647367
(100,115,103)
#505D53
(80,93,83)
#3C473F
(60,71,63)
#28312B
(40,49,43)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #DCF7DF

#DCF7DF
(220,247,223)
#DFF7E1
(223,247,225)
#E2F7E3
(226,247,227)
#E5F7E5
(229,247,229)
#E8F7E7
(232,247,231)
#EBF7E9
(235,247,233)
#EEF7EB
(238,247,235)
#F1F7ED
(241,247,237)
#F4F7EF
(244,247,239)
#F7F7F1
(247,247,241)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF7DF; }

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

This text font color is #DCF7DF.


Background Color

.myBgColor { background-color: #DCF7DF; }

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

This div background color is #DCF7DF.


Border color

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

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

This div border color is #DCF7DF.


Opacity

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

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

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

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

This text has shadow with #DCF7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF7DF on black background.


Color preview on white background

This text has color #DCF7DF on white background.



Black color preview on #DCF7DF background

This text has black color on #DCF7DF background.


White color preview on #DCF7DF background

This text has white color on #DCF7DF background.