COLOR #DCF0DF

HEX: #DCF0DF RGB: (220,240,223)

Color info

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

RGB color model

#DCF0DF color RGB value is (220,240,223).

RGB: (220,240,223) (86%, 94%, 87%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 223 of 255 = 87%

220
240
223

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

Portions of RGB colors in percentages

R + G + B = 220 + 240 + 223 = 683 (100%)
R 220 of 683 ~ 32.21%
G 240 of 683 ~ 35.14%
B 223 of 683 ~ 32.65'%

%32.21
%35.14
%32.65

CMYK color model

#DCF0DF color CMYK value is (8,0,7,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK: (8,0,7,6) C8M0Y7K6 (8%,0%,7%,6%) (0.08/0.00/0.07/0.06) 

CMYK percentages

%8.33
%0
%7.08
%5.88

Codes

Color #DCF0DF in popluar color models

DC F0 DF
RGB 220 240 223
HSL 129° 40.00% 90.20%
HSB/HSV 129° 8.33% 94.12%
CMYK 8.33% 0.00% 7.08%
5.88%

Color #DCF0DF in popluar number systems.

HEX DC F0 DF
Decimal 220 240 223
Binary 11011100 11110000 11011111
Octal 334 360 337

Shades and tints

Shades of #DCF0DF

#DCF0DF
(220,240,223)
#C8DBCB
(200,219,203)
#B4C6B7
(180,198,183)
#A0B1A3
(160,177,163)
#8C9C8F
(140,156,143)
#78877B
(120,135,123)
#647267
(100,114,103)
#505D53
(80,93,83)
#3C483F
(60,72,63)
#28332B
(40,51,43)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #DCF0DF

#DCF0DF
(220,240,223)
#DFF1E1
(223,241,225)
#E2F2E3
(226,242,227)
#E5F3E5
(229,243,229)
#E8F4E7
(232,244,231)
#EBF5E9
(235,245,233)
#EEF6EB
(238,246,235)
#F1F7ED
(241,247,237)
#F4F8EF
(244,248,239)
#F7F9F1
(247,249,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0DF; }

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

This text font color is #DCF0DF.

Background Color

.myBgColor { background-color: #DCF0DF; }

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

This div background color is #DCF0DF.

Border color

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

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

This div border color is #DCF0DF.

Opacity

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

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

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

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

This text has shadow with #DCF0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF0DF.

Preview

Color preview on black background

This text has color #DCF0DF on black background.


Color preview on white background

This text has color #DCF0DF on white background.


Black color preview on #DCF0DF background

This text has black color on #DCF0DF background.


White color preview on #DCF0DF background

This text has white color on #DCF0DF background.


Related colors

Complementary color

Complementary color for #hex is #230F20.


I love getcolorcode.com

Triadic colors

1 #DFDCF0 and #F0DFDC with #DCF0DF are triadic colors.

2 #DFF0DC and #F0DCDF with #DCF0DF are triadic colors.