COLOR #E6D0A2

HEX: #E6D0A2
RGB: (230,208,162)

Color info

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

RGB color model

#E6D0A2 color RGB value is (230,208,162).

  • red value is 230;
  • green value is 208;
  • blue value is 162.
RGB:
(230,208,162)
(90%,82%,64%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 162 of 255 = 64%

230
208
162

R + G + B ~ 79%. #E6D0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 208 + 162 = 600 (100%)
R 230 of 600 ~ 38.33%
G 208 of 600 ~ 34.67%
B 162 of 600 ~ 27%

%38.33
%34.67
%27

CMYK color model

#E6D0A2 color CMYK value is (0,10,30,10).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 29.57%
  • key color value is 9.80%
CMYK:
(0,10,30,10)
C0M10Y30K10 
(0%,10%,30%,10%)
(0.00/0.10/0.30/0.10)	

CMYK percentages

%0
%9.57
%29.57
%9.8

Codes

Color #E6D0A2 in popluar color models

E6D0A2
RGB230208162
HSL41°57.63%76.86%
HSB/HSV41°29.57%90.20%
CMYK0.00%9.57%29.57%
9.80%

Color #E6D0A2 in popluar number systems.

HEXE6D0A2
Decimal230208162
Binary111001101101000010100010
Octal346320242

Shades and tints

Shades of #E6D0A2

#E6D0A2
(230,208,162)
#D2BE94
(210,190,148)
#BEAC86
(190,172,134)
#AA9A78
(170,154,120)
#96886A
(150,136,106)
#82765C
(130,118,92)
#6E644E
(110,100,78)
#5A5240
(90,82,64)
#464032
(70,64,50)
#322E24
(50,46,36)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6D0A2

#E6D0A2
(230,208,162)
#E8D4AA
(232,212,170)
#EAD8B2
(234,216,178)
#ECDCBA
(236,220,186)
#EEE0C2
(238,224,194)
#F0E4CA
(240,228,202)
#F2E8D2
(242,232,210)
#F4ECDA
(244,236,218)
#F6F0E2
(246,240,226)
#F8F4EA
(248,244,234)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0A2 color. Also use rgb(230,208,162) instead hex code.

Text Font Color

.myTextColor { color: #E6D0A2; }

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

This text font color is #E6D0A2.


Background Color

.myBgColor { background-color: #E6D0A2; }

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

This div background color is #E6D0A2.


Border color

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

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

This div border color is #E6D0A2.


Opacity

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

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

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

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

This text has shadow with #E6D0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0A2 on black background.


Color preview on white background

This text has color #E6D0A2 on white background.



Black color preview on #E6D0A2 background

This text has black color on #E6D0A2 background.


White color preview on #E6D0A2 background

This text has white color on #E6D0A2 background.