COLOR #DCFCDA

HEX: #DCFCDA
RGB: (220,252,218)

Color info

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

RGB color model

#DCFCDA color RGB value is (220,252,218).

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

RGB channels and saturation

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

220
252
218

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

Portions of RGB colors in percentages

R + G + B =
220 + 252 + 218 = 690 (100%)
R 220 of 690 ~ 31.88%
G 252 of 690 ~ 36.52%
B 218 of 690 ~ 31.59%

%31.88
%36.52
%31.59

CMYK color model

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

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK:
(13,0,13,1)
C13M0Y13K1 
(13%,0%,13%,1%)
(0.13/0.00/0.13/0.01)	

CMYK percentages

%12.7
%0
%13.49
%1.18

Codes

Color #DCFCDA in popluar color models

DCFCDA
RGB220252218
HSL116°85.00%92.16%
HSB/HSV116°13.49%98.82%
CMYK12.70%0.00%13.49%
1.18%

Color #DCFCDA in popluar number systems.

HEXDCFCDA
Decimal220252218
Binary110111001111110011011010
Octal334374332

Shades and tints

Shades of #DCFCDA

#DCFCDA
(220,252,218)
#C8E6C7
(200,230,199)
#B4D0B4
(180,208,180)
#A0BAA1
(160,186,161)
#8CA48E
(140,164,142)
#788E7B
(120,142,123)
#647868
(100,120,104)
#506255
(80,98,85)
#3C4C42
(60,76,66)
#28362F
(40,54,47)
#14201C
(20,32,28)
#000000
(0,0,0)

Tints of #DCFCDA

#DCFCDA
(220,252,218)
#DFFCDD
(223,252,221)
#E2FCE0
(226,252,224)
#E5FCE3
(229,252,227)
#E8FCE6
(232,252,230)
#EBFCE9
(235,252,233)
#EEFCEC
(238,252,236)
#F1FCEF
(241,252,239)
#F4FCF2
(244,252,242)
#F7FCF5
(247,252,245)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFCDA; }

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

This text font color is #DCFCDA.


Background Color

.myBgColor { background-color: #DCFCDA; }

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

This div background color is #DCFCDA.


Border color

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

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

This div border color is #DCFCDA.


Opacity

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

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

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

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

This text has shadow with #DCFCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFCDA on black background.


Color preview on white background

This text has color #DCFCDA on white background.



Black color preview on #DCFCDA background

This text has black color on #DCFCDA background.


White color preview on #DCFCDA background

This text has white color on #DCFCDA background.