COLOR #DCF8A7

HEX: #DCF8A7
RGB: (220,248,167)

Color info

#DCF8A7 contains mainly red and green colors. Web safe color of #DCF8A7 is #CCFF99 (or #CF9).

RGB color model

#DCF8A7 color RGB value is (220,248,167).

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

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 167 of 255 = 65%

220
248
167

R + G + B ~ 83%. #DCF8A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 167 = 635 (100%)
R 220 of 635 ~ 34.65%
G 248 of 635 ~ 39.06%
B 167 of 635 ~ 26.3%

%34.65
%39.06
%26.3

CMYK color model

#DCF8A7 color CMYK value is (11,0,33,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 32.66%
  • key color value is 2.75%
CMYK:
(11,0,33,3)
C11M0Y33K3 
(11%,0%,33%,3%)
(0.11/0.00/0.33/0.03)	

CMYK percentages

%11.29
%0
%32.66
%2.75

Codes

Color #DCF8A7 in popluar color models

DCF8A7
RGB220248167
HSL81°85.26%81.37%
HSB/HSV81°32.66%97.25%
CMYK11.29%0.00%32.66%
2.75%

Color #DCF8A7 in popluar number systems.

HEXDCF8A7
Decimal220248167
Binary110111001111100010100111
Octal334370247

Shades and tints

Shades of #DCF8A7

#DCF8A7
(220,248,167)
#C8E298
(200,226,152)
#B4CC89
(180,204,137)
#A0B67A
(160,182,122)
#8CA06B
(140,160,107)
#788A5C
(120,138,92)
#64744D
(100,116,77)
#505E3E
(80,94,62)
#3C482F
(60,72,47)
#283220
(40,50,32)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #DCF8A7

#DCF8A7
(220,248,167)
#DFF8AF
(223,248,175)
#E2F8B7
(226,248,183)
#E5F8BF
(229,248,191)
#E8F8C7
(232,248,199)
#EBF8CF
(235,248,207)
#EEF8D7
(238,248,215)
#F1F8DF
(241,248,223)
#F4F8E7
(244,248,231)
#F7F8EF
(247,248,239)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF8A7; }

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

This text font color is #DCF8A7.


Background Color

.myBgColor { background-color: #DCF8A7; }

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

This div background color is #DCF8A7.


Border color

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

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

This div border color is #DCF8A7.


Opacity

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

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

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

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

This text has shadow with #DCF8A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8A7 on black background.


Color preview on white background

This text has color #DCF8A7 on white background.



Black color preview on #DCF8A7 background

This text has black color on #DCF8A7 background.


White color preview on #DCF8A7 background

This text has white color on #DCF8A7 background.