COLOR #DCF4DA

HEX: #DCF4DA
RGB: (220,244,218)

Color info

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

RGB color model

#DCF4DA color RGB value is (220,244,218).

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

RGB channels and saturation

R 220 of 255 = 86%
G 244 of 255 = 96%
B 218 of 255 = 85%

220
244
218

R + G + B ~ 89%. #DCF4DA is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 244 + 218 = 682 (100%)
R 220 of 682 ~ 32.26%
G 244 of 682 ~ 35.78%
B 218 of 682 ~ 31.96%

%32.26
%35.78
%31.96

CMYK color model

#DCF4DA color CMYK value is (10,0,11,4).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(10,0,11,4)
C10M0Y11K4 
(10%,0%,11%,4%)
(0.10/0.00/0.11/0.04)	

CMYK percentages

%9.84
%0
%10.66
%4.31

Codes

Color #DCF4DA in popluar color models

DCF4DA
RGB220244218
HSL115°54.17%90.59%
HSB/HSV115°10.66%95.69%
CMYK9.84%0.00%10.66%
4.31%

Color #DCF4DA in popluar number systems.

HEXDCF4DA
Decimal220244218
Binary110111001111010011011010
Octal334364332

Shades and tints

Shades of #DCF4DA

#DCF4DA
(220,244,218)
#C8DEC7
(200,222,199)
#B4C8B4
(180,200,180)
#A0B2A1
(160,178,161)
#8C9C8E
(140,156,142)
#78867B
(120,134,123)
#647068
(100,112,104)
#505A55
(80,90,85)
#3C4442
(60,68,66)
#282E2F
(40,46,47)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #DCF4DA

#DCF4DA
(220,244,218)
#DFF5DD
(223,245,221)
#E2F6E0
(226,246,224)
#E5F7E3
(229,247,227)
#E8F8E6
(232,248,230)
#EBF9E9
(235,249,233)
#EEFAEC
(238,250,236)
#F1FBEF
(241,251,239)
#F4FCF2
(244,252,242)
#F7FDF5
(247,253,245)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF4DA; }

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

This text font color is #DCF4DA.


Background Color

.myBgColor { background-color: #DCF4DA; }

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

This div background color is #DCF4DA.


Border color

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

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

This div border color is #DCF4DA.


Opacity

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

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

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

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

This text has shadow with #DCF4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF4DA on black background.


Color preview on white background

This text has color #DCF4DA on white background.



Black color preview on #DCF4DA background

This text has black color on #DCF4DA background.


White color preview on #DCF4DA background

This text has white color on #DCF4DA background.