COLOR #DCF5DC

HEX: #DCF5DC RGB: (220,245,220)

Color info

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

RGB color model

#DCF5DC color RGB value is (220,245,220).

RGB: (220,245,220) (86%, 96%, 86%)

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 220 of 255 = 86%

220
245
220

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

Portions of RGB colors in percentages

R + G + B = 220 + 245 + 220 = 685 (100%)
R 220 of 685 ~ 32.12%
G 245 of 685 ~ 35.77%
B 220 of 685 ~ 32.12'%

%32.12
%35.77
%32.12

CMYK color model

#DCF5DC color CMYK value is (10,0,10,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 3.92%

CMYK: (10,0,10,4)
C10M0Y10K4 (10%, 0%, 10%, 4%)
(0.10 / 0.00 / 0.10 / 0.04)

CMYK percentages

%10.2
%0
%10.2
%3.92

Codes

Color #DCF5DC in popluar color models

DC F5 DC
RGB 220 245 220
HSL 120° 55.56% 91.18%
HSB/HSV 120° 10.20% 96.08%
CMYK 10.20% 0.00% 10.20%
3.92%

Color #DCF5DC in popluar number systems.

HEX DC F5 DC
Decimal 220 245 220
Binary 11011100 11110101 11011100
Octal 334 365 334

Shades and tints

Shades of #DCF5DC

#DCF5DC
(220,245,220)
#C8DFC8
(200,223,200)
#B4C9B4
(180,201,180)
#A0B3A0
(160,179,160)
#8C9D8C
(140,157,140)
#788778
(120,135,120)
#647164
(100,113,100)
#505B50
(80,91,80)
#3C453C
(60,69,60)
#282F28
(40,47,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCF5DC

#DCF5DC
(220,245,220)
#DFF5DF
(223,245,223)
#E2F5E2
(226,245,226)
#E5F5E5
(229,245,229)
#E8F5E8
(232,245,232)
#EBF5EB
(235,245,235)
#EEF5EE
(238,245,238)
#F1F5F1
(241,245,241)
#F4F5F4
(244,245,244)
#F7F5F7
(247,245,247)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF5DC; }

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

This text font color is #DCF5DC.

Background Color

.myBgColor { background-color: #DCF5DC; }

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

This div background color is #DCF5DC.

Border color

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

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

This div border color is #DCF5DC.

Opacity

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

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

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

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

This text has shadow with #DCF5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF5DC.

Preview

Color preview on black background

This text has color #DCF5DC on black background.


Color preview on white background

This text has color #DCF5DC on white background.


Black color preview on #DCF5DC background

This text has black color on #DCF5DC background.


White color preview on #DCF5DC background

This text has white color on #DCF5DC background.


Related colors

Complementary color

Complementary color for #hex is #230A23.


I love getcolorcode.com

Triadic colors

1 #DCDCF5 and #F5DCDC with #DCF5DC are triadic colors.

2 #DCF5DC and #F5DCDC with #DCF5DC are triadic colors.