COLOR #DCE6AE

HEX: #DCE6AE
RGB: (220,230,174)

Color info

#DCE6AE contains red, green and blue colors in about the same proportion. Web safe color of #DCE6AE is #CCCC99 (or #CC9).

RGB color model

#DCE6AE color RGB value is (220,230,174).

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

RGB channels and saturation

R 220 of 255 = 86%
G 230 of 255 = 90%
B 174 of 255 = 68%

220
230
174

R + G + B ~ 81%. #DCE6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 230 + 174 = 624 (100%)
R 220 of 624 ~ 35.26%
G 230 of 624 ~ 36.86%
B 174 of 624 ~ 27.88%

%35.26
%36.86
%27.88

CMYK color model

#DCE6AE color CMYK value is (4,0,24,10).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 9.80%
CMYK:
(4,0,24,10)
C4M0Y24K10 
(4%,0%,24%,10%)
(0.04/0.00/0.24/0.10)	

CMYK percentages

%4.35
%0
%24.35
%9.8

Codes

Color #DCE6AE in popluar color models

DCE6AE
RGB220230174
HSL71°52.83%79.22%
HSB/HSV71°24.35%90.20%
CMYK4.35%0.00%24.35%
9.80%

Color #DCE6AE in popluar number systems.

HEXDCE6AE
Decimal220230174
Binary110111001110011010101110
Octal334346256

Shades and tints

Shades of #DCE6AE

#DCE6AE
(220,230,174)
#C8D29F
(200,210,159)
#B4BE90
(180,190,144)
#A0AA81
(160,170,129)
#8C9672
(140,150,114)
#788263
(120,130,99)
#646E54
(100,110,84)
#505A45
(80,90,69)
#3C4636
(60,70,54)
#283227
(40,50,39)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #DCE6AE

#DCE6AE
(220,230,174)
#DFE8B5
(223,232,181)
#E2EABC
(226,234,188)
#E5ECC3
(229,236,195)
#E8EECA
(232,238,202)
#EBF0D1
(235,240,209)
#EEF2D8
(238,242,216)
#F1F4DF
(241,244,223)
#F4F6E6
(244,246,230)
#F7F8ED
(247,248,237)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE6AE; }

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

This text font color is #DCE6AE.


Background Color

.myBgColor { background-color: #DCE6AE; }

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

This div background color is #DCE6AE.


Border color

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

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

This div border color is #DCE6AE.


Opacity

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

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

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

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

This text has shadow with #DCE6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE6AE on black background.


Color preview on white background

This text has color #DCE6AE on white background.



Black color preview on #DCE6AE background

This text has black color on #DCE6AE background.


White color preview on #DCE6AE background

This text has white color on #DCE6AE background.