COLOR #DCF8D7

HEX: #DCF8D7
RGB: (220,248,215)

Color info

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

RGB color model

#DCF8D7 color RGB value is (220,248,215).

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

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 215 of 255 = 84%

220
248
215

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

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 215 = 683 (100%)
R 220 of 683 ~ 32.21%
G 248 of 683 ~ 36.31%
B 215 of 683 ~ 31.48%

%32.21
%36.31
%31.48

CMYK color model

#DCF8D7 color CMYK value is (11,0,13,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 13.31%
  • key color value is 2.75%
CMYK:
(11,0,13,3)
C11M0Y13K3 
(11%,0%,13%,3%)
(0.11/0.00/0.13/0.03)	

CMYK percentages

%11.29
%0
%13.31
%2.75

Codes

Color #DCF8D7 in popluar color models

DCF8D7
RGB220248215
HSL111°70.21%90.78%
HSB/HSV111°13.31%97.25%
CMYK11.29%0.00%13.31%
2.75%

Color #DCF8D7 in popluar number systems.

HEXDCF8D7
Decimal220248215
Binary110111001111100011010111
Octal334370327

Shades and tints

Shades of #DCF8D7

#DCF8D7
(220,248,215)
#C8E2C4
(200,226,196)
#B4CCB1
(180,204,177)
#A0B69E
(160,182,158)
#8CA08B
(140,160,139)
#788A78
(120,138,120)
#647465
(100,116,101)
#505E52
(80,94,82)
#3C483F
(60,72,63)
#28322C
(40,50,44)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #DCF8D7

#DCF8D7
(220,248,215)
#DFF8DA
(223,248,218)
#E2F8DD
(226,248,221)
#E5F8E0
(229,248,224)
#E8F8E3
(232,248,227)
#EBF8E6
(235,248,230)
#EEF8E9
(238,248,233)
#F1F8EC
(241,248,236)
#F4F8EF
(244,248,239)
#F7F8F2
(247,248,242)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF8D7; }

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

This text font color is #DCF8D7.


Background Color

.myBgColor { background-color: #DCF8D7; }

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

This div background color is #DCF8D7.


Border color

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

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

This div border color is #DCF8D7.


Opacity

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

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

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

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

This text has shadow with #DCF8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8D7 on black background.


Color preview on white background

This text has color #DCF8D7 on white background.



Black color preview on #DCF8D7 background

This text has black color on #DCF8D7 background.


White color preview on #DCF8D7 background

This text has white color on #DCF8D7 background.