COLOR #DCF5A1

HEX: #DCF5A1
RGB: (220,245,161)

Color info

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

RGB color model

#DCF5A1 color RGB value is (220,245,161).

  • red value is 220;
  • green value is 245;
  • blue value is 161.
RGB:
(220,245,161)
(86%,96%,63%)

RGB channels and saturation

R 220 of 255 = 86%
G 245 of 255 = 96%
B 161 of 255 = 63%

220
245
161

R + G + B ~ 82%. #DCF5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 245 + 161 = 626 (100%)
R 220 of 626 ~ 35.14%
G 245 of 626 ~ 39.14%
B 161 of 626 ~ 25.72%

%35.14
%39.14
%25.72

CMYK color model

#DCF5A1 color CMYK value is (10,0,34,4).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 3.92%
CMYK:
(10,0,34,4)
C10M0Y34K4 
(10%,0%,34%,4%)
(0.10/0.00/0.34/0.04)	

CMYK percentages

%10.2
%0
%34.29
%3.92

Codes

Color #DCF5A1 in popluar color models

DCF5A1
RGB220245161
HSL78°80.77%79.61%
HSB/HSV78°34.29%96.08%
CMYK10.20%0.00%34.29%
3.92%

Color #DCF5A1 in popluar number systems.

HEXDCF5A1
Decimal220245161
Binary110111001111010110100001
Octal334365241

Shades and tints

Shades of #DCF5A1

#DCF5A1
(220,245,161)
#C8DF93
(200,223,147)
#B4C985
(180,201,133)
#A0B377
(160,179,119)
#8C9D69
(140,157,105)
#78875B
(120,135,91)
#64714D
(100,113,77)
#505B3F
(80,91,63)
#3C4531
(60,69,49)
#282F23
(40,47,35)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCF5A1

#DCF5A1
(220,245,161)
#DFF5A9
(223,245,169)
#E2F5B1
(226,245,177)
#E5F5B9
(229,245,185)
#E8F5C1
(232,245,193)
#EBF5C9
(235,245,201)
#EEF5D1
(238,245,209)
#F1F5D9
(241,245,217)
#F4F5E1
(244,245,225)
#F7F5E9
(247,245,233)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF5A1 color. Also use rgb(220,245,161) instead hex code.

Text Font Color

.myTextColor { color: #DCF5A1; }

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

This text font color is #DCF5A1.


Background Color

.myBgColor { background-color: #DCF5A1; }

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

This div background color is #DCF5A1.


Border color

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

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

This div border color is #DCF5A1.


Opacity

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

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

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

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

This text has shadow with #DCF5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF5A1 on black background.


Color preview on white background

This text has color #DCF5A1 on white background.



Black color preview on #DCF5A1 background

This text has black color on #DCF5A1 background.


White color preview on #DCF5A1 background

This text has white color on #DCF5A1 background.