COLOR #DCF6A9

HEX: #DCF6A9
RGB: (220,246,169)

Color info

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

RGB color model

#DCF6A9 color RGB value is (220,246,169).

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

RGB channels and saturation

R 220 of 255 = 86%
G 246 of 255 = 96%
B 169 of 255 = 66%

220
246
169

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

Portions of RGB colors in percentages

R + G + B =
220 + 246 + 169 = 635 (100%)
R 220 of 635 ~ 34.65%
G 246 of 635 ~ 38.74%
B 169 of 635 ~ 26.61%

%34.65
%38.74
%26.61

CMYK color model

#DCF6A9 color CMYK value is (11,0,31,4).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 3.53%
CMYK:
(11,0,31,4)
C11M0Y31K4 
(11%,0%,31%,4%)
(0.11/0.00/0.31/0.04)	

CMYK percentages

%10.57
%0
%31.3
%3.53

Codes

Color #DCF6A9 in popluar color models

DCF6A9
RGB220246169
HSL80°81.05%81.37%
HSB/HSV80°31.30%96.47%
CMYK10.57%0.00%31.30%
3.53%

Color #DCF6A9 in popluar number systems.

HEXDCF6A9
Decimal220246169
Binary110111001111011010101001
Octal334366251

Shades and tints

Shades of #DCF6A9

#DCF6A9
(220,246,169)
#C8E09A
(200,224,154)
#B4CA8B
(180,202,139)
#A0B47C
(160,180,124)
#8C9E6D
(140,158,109)
#78885E
(120,136,94)
#64724F
(100,114,79)
#505C40
(80,92,64)
#3C4631
(60,70,49)
#283022
(40,48,34)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #DCF6A9

#DCF6A9
(220,246,169)
#DFF6B0
(223,246,176)
#E2F6B7
(226,246,183)
#E5F6BE
(229,246,190)
#E8F6C5
(232,246,197)
#EBF6CC
(235,246,204)
#EEF6D3
(238,246,211)
#F1F6DA
(241,246,218)
#F4F6E1
(244,246,225)
#F7F6E8
(247,246,232)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF6A9; }

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

This text font color is #DCF6A9.


Background Color

.myBgColor { background-color: #DCF6A9; }

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

This div background color is #DCF6A9.


Border color

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

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

This div border color is #DCF6A9.


Opacity

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

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

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

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

This text has shadow with #DCF6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF6A9 on black background.


Color preview on white background

This text has color #DCF6A9 on white background.



Black color preview on #DCF6A9 background

This text has black color on #DCF6A9 background.


White color preview on #DCF6A9 background

This text has white color on #DCF6A9 background.