COLOR #DCFDD9

HEX: #DCFDD9
RGB: (220,253,217)

Color info

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

RGB color model

#DCFDD9 color RGB value is (220,253,217).

  • red value is 220;
  • green value is 253;
  • blue value is 217.
RGB:
(220,253,217)
(86%,99%,85%)

RGB channels and saturation

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

220
253
217

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

Portions of RGB colors in percentages

R + G + B =
220 + 253 + 217 = 690 (100%)
R 220 of 690 ~ 31.88%
G 253 of 690 ~ 36.67%
B 217 of 690 ~ 31.45%

%31.88
%36.67
%31.45

CMYK color model

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

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(13,0,14,1)
C13M0Y14K1 
(13%,0%,14%,1%)
(0.13/0.00/0.14/0.01)	

CMYK percentages

%13.04
%0
%14.23
%0.78

Codes

Color #DCFDD9 in popluar color models

DCFDD9
RGB220253217
HSL115°90.00%92.16%
HSB/HSV115°14.23%99.22%
CMYK13.04%0.00%14.23%
0.78%

Color #DCFDD9 in popluar number systems.

HEXDCFDD9
Decimal220253217
Binary110111001111110111011001
Octal334375331

Shades and tints

Shades of #DCFDD9

#DCFDD9
(220,253,217)
#C8E6C6
(200,230,198)
#B4CFB3
(180,207,179)
#A0B8A0
(160,184,160)
#8CA18D
(140,161,141)
#788A7A
(120,138,122)
#647367
(100,115,103)
#505C54
(80,92,84)
#3C4541
(60,69,65)
#282E2E
(40,46,46)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #DCFDD9

#DCFDD9
(220,253,217)
#DFFDDC
(223,253,220)
#E2FDDF
(226,253,223)
#E5FDE2
(229,253,226)
#E8FDE5
(232,253,229)
#EBFDE8
(235,253,232)
#EEFDEB
(238,253,235)
#F1FDEE
(241,253,238)
#F4FDF1
(244,253,241)
#F7FDF4
(247,253,244)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFDD9; }

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

This text font color is #DCFDD9.


Background Color

.myBgColor { background-color: #DCFDD9; }

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

This div background color is #DCFDD9.


Border color

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

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

This div border color is #DCFDD9.


Opacity

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

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

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

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

This text has shadow with #DCFDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFDD9 on black background.


Color preview on white background

This text has color #DCFDD9 on white background.



Black color preview on #DCFDD9 background

This text has black color on #DCFDD9 background.


White color preview on #DCFDD9 background

This text has white color on #DCFDD9 background.