COLOR #DCF6A1

HEX: #DCF6A1
RGB: (220,246,161)

Color info

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

RGB color model

#DCF6A1 color RGB value is (220,246,161).

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

RGB channels and saturation

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

220
246
161

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

Portions of RGB colors in percentages

R + G + B =
220 + 246 + 161 = 627 (100%)
R 220 of 627 ~ 35.09%
G 246 of 627 ~ 39.23%
B 161 of 627 ~ 25.68%

%35.09
%39.23
%25.68

CMYK color model

#DCF6A1 color CMYK value is (11,0,35,4).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 3.53%
CMYK:
(11,0,35,4)
C11M0Y35K4 
(11%,0%,35%,4%)
(0.11/0.00/0.35/0.04)	

CMYK percentages

%10.57
%0
%34.55
%3.53

Codes

Color #DCF6A1 in popluar color models

DCF6A1
RGB220246161
HSL78°82.52%79.80%
HSB/HSV78°34.55%96.47%
CMYK10.57%0.00%34.55%
3.53%

Color #DCF6A1 in popluar number systems.

HEXDCF6A1
Decimal220246161
Binary110111001111011010100001
Octal334366241

Shades and tints

Shades of #DCF6A1

#DCF6A1
(220,246,161)
#C8E093
(200,224,147)
#B4CA85
(180,202,133)
#A0B477
(160,180,119)
#8C9E69
(140,158,105)
#78885B
(120,136,91)
#64724D
(100,114,77)
#505C3F
(80,92,63)
#3C4631
(60,70,49)
#283023
(40,48,35)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #DCF6A1

#DCF6A1
(220,246,161)
#DFF6A9
(223,246,169)
#E2F6B1
(226,246,177)
#E5F6B9
(229,246,185)
#E8F6C1
(232,246,193)
#EBF6C9
(235,246,201)
#EEF6D1
(238,246,209)
#F1F6D9
(241,246,217)
#F4F6E1
(244,246,225)
#F7F6E9
(247,246,233)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6A1; }

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

This text font color is #DCF6A1.


Background Color

.myBgColor { background-color: #DCF6A1; }

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

This div background color is #DCF6A1.


Border color

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

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

This div border color is #DCF6A1.


Opacity

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

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

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

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

This text has shadow with #DCF6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF6A1 on black background.


Color preview on white background

This text has color #DCF6A1 on white background.



Black color preview on #DCF6A1 background

This text has black color on #DCF6A1 background.


White color preview on #DCF6A1 background

This text has white color on #DCF6A1 background.