COLOR #DCF0AE

HEX: #DCF0AE
RGB: (220,240,174)

Color info

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

RGB color model

#DCF0AE color RGB value is (220,240,174).

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

RGB channels and saturation

R 220 of 255 = 86%
G 240 of 255 = 94%
B 174 of 255 = 68%

220
240
174

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

Portions of RGB colors in percentages

R + G + B =
220 + 240 + 174 = 634 (100%)
R 220 of 634 ~ 34.7%
G 240 of 634 ~ 37.85%
B 174 of 634 ~ 27.44%

%34.7
%37.85
%27.44

CMYK color model

#DCF0AE color CMYK value is (8,0,28,6).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(8,0,28,6)
C8M0Y28K6 
(8%,0%,28%,6%)
(0.08/0.00/0.28/0.06)	

CMYK percentages

%8.33
%0
%27.5
%5.88

Codes

Color #DCF0AE in popluar color models

DCF0AE
RGB220240174
HSL78°68.75%81.18%
HSB/HSV78°27.50%94.12%
CMYK8.33%0.00%27.50%
5.88%

Color #DCF0AE in popluar number systems.

HEXDCF0AE
Decimal220240174
Binary110111001111000010101110
Octal334360256

Shades and tints

Shades of #DCF0AE

#DCF0AE
(220,240,174)
#C8DB9F
(200,219,159)
#B4C690
(180,198,144)
#A0B181
(160,177,129)
#8C9C72
(140,156,114)
#788763
(120,135,99)
#647254
(100,114,84)
#505D45
(80,93,69)
#3C4836
(60,72,54)
#283327
(40,51,39)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #DCF0AE

#DCF0AE
(220,240,174)
#DFF1B5
(223,241,181)
#E2F2BC
(226,242,188)
#E5F3C3
(229,243,195)
#E8F4CA
(232,244,202)
#EBF5D1
(235,245,209)
#EEF6D8
(238,246,216)
#F1F7DF
(241,247,223)
#F4F8E6
(244,248,230)
#F7F9ED
(247,249,237)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF0AE; }

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

This text font color is #DCF0AE.


Background Color

.myBgColor { background-color: #DCF0AE; }

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

This div background color is #DCF0AE.


Border color

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

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

This div border color is #DCF0AE.


Opacity

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

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

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

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

This text has shadow with #DCF0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCF0AE on black background.


Color preview on white background

This text has color #DCF0AE on white background.



Black color preview on #DCF0AE background

This text has black color on #DCF0AE background.


White color preview on #DCF0AE background

This text has white color on #DCF0AE background.