COLOR #DCF8A5

HEX: #DCF8A5
RGB: (220,248,165)

Color info

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

RGB color model

#DCF8A5 color RGB value is (220,248,165).

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

RGB channels and saturation

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

220
248
165

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

Portions of RGB colors in percentages

R + G + B =
220 + 248 + 165 = 633 (100%)
R 220 of 633 ~ 34.76%
G 248 of 633 ~ 39.18%
B 165 of 633 ~ 26.07%

%34.76
%39.18
%26.07

CMYK color model

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

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • 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
%33.47
%2.75

Codes

Color #DCF8A5 in popluar color models

DCF8A5
RGB220248165
HSL80°85.57%80.98%
HSB/HSV80°33.47%97.25%
CMYK11.29%0.00%33.47%
2.75%

Color #DCF8A5 in popluar number systems.

HEXDCF8A5
Decimal220248165
Binary110111001111100010100101
Octal334370245

Shades and tints

Shades of #DCF8A5

#DCF8A5
(220,248,165)
#C8E296
(200,226,150)
#B4CC87
(180,204,135)
#A0B678
(160,182,120)
#8CA069
(140,160,105)
#788A5A
(120,138,90)
#64744B
(100,116,75)
#505E3C
(80,94,60)
#3C482D
(60,72,45)
#28321E
(40,50,30)
#141C0F
(20,28,15)
#000000
(0,0,0)

Tints of #DCF8A5

#DCF8A5
(220,248,165)
#DFF8AD
(223,248,173)
#E2F8B5
(226,248,181)
#E5F8BD
(229,248,189)
#E8F8C5
(232,248,197)
#EBF8CD
(235,248,205)
#EEF8D5
(238,248,213)
#F1F8DD
(241,248,221)
#F4F8E5
(244,248,229)
#F7F8ED
(247,248,237)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF8A5; }

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

This text font color is #DCF8A5.


Background Color

.myBgColor { background-color: #DCF8A5; }

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

This div background color is #DCF8A5.


Border color

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

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

This div border color is #DCF8A5.


Opacity

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

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

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

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

This text has shadow with #DCF8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF8A5 on black background.


Color preview on white background

This text has color #DCF8A5 on white background.



Black color preview on #DCF8A5 background

This text has black color on #DCF8A5 background.


White color preview on #DCF8A5 background

This text has white color on #DCF8A5 background.