COLOR #DCF8D1

HEX: #DCF8D1
RGB: (220,248,209)

Color info

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

RGB color model

#DCF8D1 color RGB value is (220,248,209).

  • red value is 220;
  • green value is 248;
  • blue value is 209.
RGB:
(220,248,209)
(86%,97%,82%)

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 209 of 255 = 82%

220
248
209

R + G + B ~ 88%. #DCF8D1 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 209 = 677 (100%)
R 220 of 677 ~ 32.5%
G 248 of 677 ~ 36.63%
B 209 of 677 ~ 30.87%

%32.5
%36.63
%30.87

CMYK color model

#DCF8D1 color CMYK value is (11,0,16,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(11,0,16,3)
C11M0Y16K3 
(11%,0%,16%,3%)
(0.11/0.00/0.16/0.03)	

CMYK percentages

%11.29
%0
%15.73
%2.75

Codes

Color #DCF8D1 in popluar color models

DCF8D1
RGB220248209
HSL103°73.58%89.61%
HSB/HSV103°15.73%97.25%
CMYK11.29%0.00%15.73%
2.75%

Color #DCF8D1 in popluar number systems.

HEXDCF8D1
Decimal220248209
Binary110111001111100011010001
Octal334370321

Shades and tints

Shades of #DCF8D1

#DCF8D1
(220,248,209)
#C8E2BE
(200,226,190)
#B4CCAB
(180,204,171)
#A0B698
(160,182,152)
#8CA085
(140,160,133)
#788A72
(120,138,114)
#64745F
(100,116,95)
#505E4C
(80,94,76)
#3C4839
(60,72,57)
#283226
(40,50,38)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #DCF8D1

#DCF8D1
(220,248,209)
#DFF8D5
(223,248,213)
#E2F8D9
(226,248,217)
#E5F8DD
(229,248,221)
#E8F8E1
(232,248,225)
#EBF8E5
(235,248,229)
#EEF8E9
(238,248,233)
#F1F8ED
(241,248,237)
#F4F8F1
(244,248,241)
#F7F8F5
(247,248,245)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF8D1; }

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

This text font color is #DCF8D1.


Background Color

.myBgColor { background-color: #DCF8D1; }

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

This div background color is #DCF8D1.


Border color

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

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

This div border color is #DCF8D1.


Opacity

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

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

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

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

This text has shadow with #DCF8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8D1 on black background.


Color preview on white background

This text has color #DCF8D1 on white background.



Black color preview on #DCF8D1 background

This text has black color on #DCF8D1 background.


White color preview on #DCF8D1 background

This text has white color on #DCF8D1 background.