COLOR #DCFFDA

HEX: #DCFFDA
RGB: (220,255,218)

Color info

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

RGB color model

#DCFFDA color RGB value is (220,255,218).

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

RGB channels and saturation

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

220
255
218

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

Portions of RGB colors in percentages

R + G + B =
220 + 255 + 218 = 693 (100%)
R 220 of 693 ~ 31.75%
G 255 of 693 ~ 36.8%
B 218 of 693 ~ 31.46%

%31.75
%36.8
%31.46

CMYK color model

#DCFFDA color CMYK value is (14,0,15,0).

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

CMYK percentages

%13.73
%0
%14.51
%0

Codes

Color #DCFFDA in popluar color models

DCFFDA
RGB220255218
HSL117°100.00%92.75%
HSB/HSV117°14.51%100.00%
CMYK13.73%0.00%14.51%
0.00%

Color #DCFFDA in popluar number systems.

HEXDCFFDA
Decimal220255218
Binary110111001111111111011010
Octal334377332

Shades and tints

Shades of #DCFFDA

#DCFFDA
(220,255,218)
#C8E8C7
(200,232,199)
#B4D1B4
(180,209,180)
#A0BAA1
(160,186,161)
#8CA38E
(140,163,142)
#788C7B
(120,140,123)
#647568
(100,117,104)
#505E55
(80,94,85)
#3C4742
(60,71,66)
#28302F
(40,48,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #DCFFDA

#DCFFDA
(220,255,218)
#DFFFDD
(223,255,221)
#E2FFE0
(226,255,224)
#E5FFE3
(229,255,227)
#E8FFE6
(232,255,230)
#EBFFE9
(235,255,233)
#EEFFEC
(238,255,236)
#F1FFEF
(241,255,239)
#F4FFF2
(244,255,242)
#F7FFF5
(247,255,245)
#FAFFF8
(250,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCFFDA; }

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

This text font color is #DCFFDA.


Background Color

.myBgColor { background-color: #DCFFDA; }

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

This div background color is #DCFFDA.


Border color

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

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

This div border color is #DCFFDA.


Opacity

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

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

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

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

This text has shadow with #DCFFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCFFDA on black background.


Color preview on white background

This text has color #DCFFDA on white background.



Black color preview on #DCFFDA background

This text has black color on #DCFFDA background.


White color preview on #DCFFDA background

This text has white color on #DCFFDA background.