COLOR #DCF1A9

HEX: #DCF1A9
RGB: (220,241,169)

Color info

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

RGB color model

#DCF1A9 color RGB value is (220,241,169).

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

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 169 of 255 = 66%

220
241
169

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

Portions of RGB colors in percentages

R + G + B =
220 + 241 + 169 = 630 (100%)
R 220 of 630 ~ 34.92%
G 241 of 630 ~ 38.25%
B 169 of 630 ~ 26.83%

%34.92
%38.25
%26.83

CMYK color model

#DCF1A9 color CMYK value is (9,0,30,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 29.88%
  • key color value is 5.49%
CMYK: (9,0,30,5) C9M0Y30K5 (9%,0%,30%,5%) (0.09/0.00/0.30/0.05)

CMYK percentages

%8.71
%0
%29.88
%5.49

Codes

Color #DCF1A9 in popluar color models

DCF1A9
RGB220241169
HSL78°72.00%80.39%
HSB/HSV78°29.88%94.51%
CMYK8.71%0.00%29.88%
5.49%

Color #DCF1A9 in popluar number systems.

HEXDCF1A9
Decimal220241169
Binary110111001111000110101001
Octal334361251

Shades and tints

Shades of #DCF1A9

#DCF1A9
(220,241,169)
#C8DC9A
(200,220,154)
#B4C78B
(180,199,139)
#A0B27C
(160,178,124)
#8C9D6D
(140,157,109)
#78885E
(120,136,94)
#64734F
(100,115,79)
#505E40
(80,94,64)
#3C4931
(60,73,49)
#283422
(40,52,34)
#141F13
(20,31,19)
#000000
(0,0,0)

Tints of #DCF1A9

#DCF1A9
(220,241,169)
#DFF2B0
(223,242,176)
#E2F3B7
(226,243,183)
#E5F4BE
(229,244,190)
#E8F5C5
(232,245,197)
#EBF6CC
(235,246,204)
#EEF7D3
(238,247,211)
#F1F8DA
(241,248,218)
#F4F9E1
(244,249,225)
#F7FAE8
(247,250,232)
#FAFBEF
(250,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1A9; }

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

This text font color is #DCF1A9.


Background Color

.myBgColor { background-color: #DCF1A9; }

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

This div background color is #DCF1A9.


Border color

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

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

This div border color is #DCF1A9.


Opacity

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

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

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

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

This text has shadow with #DCF1A9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCF1A9 on black background.


Color preview on white background

This text has color #DCF1A9 on white background.



Black color preview on #DCF1A9 background

This text has black color on #DCF1A9 background.


White color preview on #DCF1A9 background

This text has white color on #DCF1A9 background.