COLOR #DCFCD9

HEX: #DCFCD9 RGB: (220,252,217)

Color info

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

RGB color model

#DCFCD9 color RGB value is (220,252,217).

RGB: (220,252,217) (86%, 99%, 85%)

RGB channels and saturation

R 220 of 255 = 86%
G 252 of 255 = 99%
B 217 of 255 = 85%

220
252
217

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

Portions of RGB colors in percentages

R + G + B = 220 + 252 + 217 = 689 (100%)
R 220 of 689 ~ 31.93%
G 252 of 689 ~ 36.57%
B 217 of 689 ~ 31.49'%

%31.93
%36.57
%31.49

CMYK color model

#DCFCD9 color CMYK value is (13,0,14,1).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 1.18%

CMYK: (13,0,14,1)
C13M0Y14K1 (13%, 0%, 14%, 1%)
(0.13 / 0.00 / 0.14 / 0.01)

CMYK percentages

%12.7
%0
%13.89
%1.18

Codes

Color #DCFCD9 in popluar color models

DC FC D9
RGB 220 252 217
HSL 115° 85.37% 91.96%
HSB/HSV 115° 13.89% 98.82%
CMYK 12.70% 0.00% 13.89%
1.18%

Color #DCFCD9 in popluar number systems.

HEX DC FC D9
Decimal 220 252 217
Binary 11011100 11111100 11011001
Octal 334 374 331

Shades and tints

Shades of #DCFCD9

#DCFCD9
(220,252,217)
#C8E6C6
(200,230,198)
#B4D0B3
(180,208,179)
#A0BAA0
(160,186,160)
#8CA48D
(140,164,141)
#788E7A
(120,142,122)
#647867
(100,120,103)
#506254
(80,98,84)
#3C4C41
(60,76,65)
#28362E
(40,54,46)
#14201B
(20,32,27)
#000000
(0,0,0)

Tints of #DCFCD9

#DCFCD9
(220,252,217)
#DFFCDC
(223,252,220)
#E2FCDF
(226,252,223)
#E5FCE2
(229,252,226)
#E8FCE5
(232,252,229)
#EBFCE8
(235,252,232)
#EEFCEB
(238,252,235)
#F1FCEE
(241,252,238)
#F4FCF1
(244,252,241)
#F7FCF4
(247,252,244)
#FAFCF7
(250,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFCD9; }

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

This text font color is #DCFCD9.

Background Color

.myBgColor { background-color: #DCFCD9; }

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

This div background color is #DCFCD9.

Border color

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

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

This div border color is #DCFCD9.

Opacity

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

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

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

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

This text has shadow with #DCFCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCFCD9.

Preview

Color preview on black background

This text has color #DCFCD9 on black background.


Color preview on white background

This text has color #DCFCD9 on white background.


Black color preview on #DCFCD9 background

This text has black color on #DCFCD9 background.


White color preview on #DCFCD9 background

This text has white color on #DCFCD9 background.


Related colors

Complementary color

Complementary color for #hex is #230326.


I love getcolorcode.com

Triadic colors

1 #D9DCFC and #FCD9DC with #DCFCD9 are triadic colors.

2 #D9FCDC and #FCDCD9 with #DCFCD9 are triadic colors.