COLOR #DCF09A

HEX: #DCF09A
RGB: (220,240,154)

Color info

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

RGB color model

#DCF09A color RGB value is (220,240,154).

  • red value is 220;
  • green value is 240;
  • blue value is 154.
RGB:
(220,240,154)
(86%,94%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 154 of 255 = 60%

220
240
154

R + G + B ~ 80%. #DCF09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 154 = 614 (100%)
R 220 of 614 ~ 35.83%
G 240 of 614 ~ 39.09%
B 154 of 614 ~ 25.08%

%35.83
%39.09
%25.08

CMYK color model

#DCF09A color CMYK value is (8,0,36,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(8,0,36,6)
C8M0Y36K6 
(8%,0%,36%,6%)
(0.08/0.00/0.36/0.06)	

CMYK percentages

%8.33
%0
%35.83
%5.88

Codes

Color #DCF09A in popluar color models

DCF09A
RGB220240154
HSL74°74.14%77.25%
HSB/HSV74°35.83%94.12%
CMYK8.33%0.00%35.83%
5.88%

Color #DCF09A in popluar number systems.

HEXDCF09A
Decimal220240154
Binary110111001111000010011010
Octal334360232

Shades and tints

Shades of #DCF09A

#DCF09A
(220,240,154)
#C8DB8C
(200,219,140)
#B4C67E
(180,198,126)
#A0B170
(160,177,112)
#8C9C62
(140,156,98)
#788754
(120,135,84)
#647246
(100,114,70)
#505D38
(80,93,56)
#3C482A
(60,72,42)
#28331C
(40,51,28)
#141E0E
(20,30,14)
#000000
(0,0,0)

Tints of #DCF09A

#DCF09A
(220,240,154)
#DFF1A3
(223,241,163)
#E2F2AC
(226,242,172)
#E5F3B5
(229,243,181)
#E8F4BE
(232,244,190)
#EBF5C7
(235,245,199)
#EEF6D0
(238,246,208)
#F1F7D9
(241,247,217)
#F4F8E2
(244,248,226)
#F7F9EB
(247,249,235)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF09A color. Also use rgb(220,240,154) instead hex code.

Text Font Color

.myTextColor { color: #DCF09A; }

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

This text font color is #DCF09A.


Background Color

.myBgColor { background-color: #DCF09A; }

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

This div background color is #DCF09A.


Border color

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

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

This div border color is #DCF09A.


Opacity

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

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

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

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

This text has shadow with #DCF09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF09A on black background.


Color preview on white background

This text has color #DCF09A on white background.



Black color preview on #DCF09A background

This text has black color on #DCF09A background.


White color preview on #DCF09A background

This text has white color on #DCF09A background.