COLOR #DCFFDC

HEX: #DCFFDC
RGB: (220,255,220)

Color info

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

RGB color model

#DCFFDC color RGB value is (220,255,220).

  • red value is 220;
  • green value is 255;
  • blue value is 220.
RGB:
(220,255,220)
(86%,100%,86%)

RGB channels and saturation

R 220 of 255 = 86%
G 255 of 255 = 100%
B 220 of 255 = 86%

220
255
220

R + G + B ~ 91%. #DCFFDC is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 255 + 220 = 695 (100%)
R 220 of 695 ~ 31.65%
G 255 of 695 ~ 36.69%
B 220 of 695 ~ 31.65%

%31.65
%36.69
%31.65

CMYK color model

#DCFFDC color CMYK value is (14,0,14,0).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(14,0,14,0)
C14M0Y14K0 
(14%,0%,14%,0%)
(0.14/0.00/0.14/0.00)	

CMYK percentages

%13.73
%0
%13.73
%0

Codes

Color #DCFFDC in popluar color models

DCFFDC
RGB220255220
HSL120°100.00%93.14%
HSB/HSV120°13.73%100.00%
CMYK13.73%0.00%13.73%
0.00%

Color #DCFFDC in popluar number systems.

HEXDCFFDC
Decimal220255220
Binary110111001111111111011100
Octal334377334

Shades and tints

Shades of #DCFFDC

#DCFFDC
(220,255,220)
#C8E8C8
(200,232,200)
#B4D1B4
(180,209,180)
#A0BAA0
(160,186,160)
#8CA38C
(140,163,140)
#788C78
(120,140,120)
#647564
(100,117,100)
#505E50
(80,94,80)
#3C473C
(60,71,60)
#283028
(40,48,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCFFDC

#DCFFDC
(220,255,220)
#DFFFDF
(223,255,223)
#E2FFE2
(226,255,226)
#E5FFE5
(229,255,229)
#E8FFE8
(232,255,232)
#EBFFEB
(235,255,235)
#EEFFEE
(238,255,238)
#F1FFF1
(241,255,241)
#F4FFF4
(244,255,244)
#F7FFF7
(247,255,247)
#FAFFFA
(250,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFFDC; }

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

This text font color is #DCFFDC.


Background Color

.myBgColor { background-color: #DCFFDC; }

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

This div background color is #DCFFDC.


Border color

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

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

This div border color is #DCFFDC.


Opacity

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

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

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

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

This text has shadow with #DCFFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFFDC on black background.


Color preview on white background

This text has color #DCFFDC on white background.



Black color preview on #DCFFDC background

This text has black color on #DCFFDC background.


White color preview on #DCFFDC background

This text has white color on #DCFFDC background.