COLOR #DCE5A2

HEX: #DCE5A2
RGB: (220,229,162)

Color info

#DCE5A2 contains mainly red and green colors. Web safe color of #DCE5A2 is #CCCC99 (or #CC9).

RGB color model

#DCE5A2 color RGB value is (220,229,162).

  • red value is 220;
  • green value is 229;
  • blue value is 162.
RGB:
(220,229,162)
(86%,90%,64%)

RGB channels and saturation

R 220 of 255 = 86%
G 229 of 255 = 90%
B 162 of 255 = 64%

220
229
162

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

Portions of RGB colors in percentages

R + G + B =
220 + 229 + 162 = 611 (100%)
R 220 of 611 ~ 36.01%
G 229 of 611 ~ 37.48%
B 162 of 611 ~ 26.51%

%36.01
%37.48
%26.51

CMYK color model

#DCE5A2 color CMYK value is (4,0,29,10).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 29.26%
  • key color value is 10.20%
CMYK:
(4,0,29,10)
C4M0Y29K10 
(4%,0%,29%,10%)
(0.04/0.00/0.29/0.10)	

CMYK percentages

%3.93
%0
%29.26
%10.2

Codes

Color #DCE5A2 in popluar color models

DCE5A2
RGB220229162
HSL68°56.30%76.67%
HSB/HSV68°29.26%89.80%
CMYK3.93%0.00%29.26%
10.20%

Color #DCE5A2 in popluar number systems.

HEXDCE5A2
Decimal220229162
Binary110111001110010110100010
Octal334345242

Shades and tints

Shades of #DCE5A2

#DCE5A2
(220,229,162)
#C8D194
(200,209,148)
#B4BD86
(180,189,134)
#A0A978
(160,169,120)
#8C956A
(140,149,106)
#78815C
(120,129,92)
#646D4E
(100,109,78)
#505940
(80,89,64)
#3C4532
(60,69,50)
#283124
(40,49,36)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #DCE5A2

#DCE5A2
(220,229,162)
#DFE7AA
(223,231,170)
#E2E9B2
(226,233,178)
#E5EBBA
(229,235,186)
#E8EDC2
(232,237,194)
#EBEFCA
(235,239,202)
#EEF1D2
(238,241,210)
#F1F3DA
(241,243,218)
#F4F5E2
(244,245,226)
#F7F7EA
(247,247,234)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE5A2 color. Also use rgb(220,229,162) instead hex code.

Text Font Color

.myTextColor { color: #DCE5A2; }

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

This text font color is #DCE5A2.


Background Color

.myBgColor { background-color: #DCE5A2; }

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

This div background color is #DCE5A2.


Border color

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

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

This div border color is #DCE5A2.


Opacity

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

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

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

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

This text has shadow with #DCE5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCE5A2 on black background.


Color preview on white background

This text has color #DCE5A2 on white background.



Black color preview on #DCE5A2 background

This text has black color on #DCE5A2 background.


White color preview on #DCE5A2 background

This text has white color on #DCE5A2 background.