COLOR #E6D2A5

HEX: #E6D2A5
RGB: (230,210,165)

Color info

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

RGB color model

#E6D2A5 color RGB value is (230,210,165).

  • red value is 230;
  • green value is 210;
  • blue value is 165.
RGB:
(230,210,165)
(90%,82%,65%)

RGB channels and saturation

R 230 of 255 = 90%
G 210 of 255 = 82%
B 165 of 255 = 65%

230
210
165

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

Portions of RGB colors in percentages

R + G + B =
230 + 210 + 165 = 605 (100%)
R 230 of 605 ~ 38.02%
G 210 of 605 ~ 34.71%
B 165 of 605 ~ 27.27%

%38.02
%34.71
%27.27

CMYK color model

#E6D2A5 color CMYK value is (0,9,28,10).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 28.26%
  • key color value is 9.80%
CMYK:
(0,9,28,10)
C0M9Y28K10 
(0%,9%,28%,10%)
(0.00/0.09/0.28/0.10)	

CMYK percentages

%0
%8.7
%28.26
%9.8

Codes

Color #E6D2A5 in popluar color models

E6D2A5
RGB230210165
HSL42°56.52%77.45%
HSB/HSV42°28.26%90.20%
CMYK0.00%8.70%28.26%
9.80%

Color #E6D2A5 in popluar number systems.

HEXE6D2A5
Decimal230210165
Binary111001101101001010100101
Octal346322245

Shades and tints

Shades of #E6D2A5

#E6D2A5
(230,210,165)
#D2BF96
(210,191,150)
#BEAC87
(190,172,135)
#AA9978
(170,153,120)
#968669
(150,134,105)
#82735A
(130,115,90)
#6E604B
(110,96,75)
#5A4D3C
(90,77,60)
#463A2D
(70,58,45)
#32271E
(50,39,30)
#1E140F
(30,20,15)
#000000
(0,0,0)

Tints of #E6D2A5

#E6D2A5
(230,210,165)
#E8D6AD
(232,214,173)
#EADAB5
(234,218,181)
#ECDEBD
(236,222,189)
#EEE2C5
(238,226,197)
#F0E6CD
(240,230,205)
#F2EAD5
(242,234,213)
#F4EEDD
(244,238,221)
#F6F2E5
(246,242,229)
#F8F6ED
(248,246,237)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D2A5 color. Also use rgb(230,210,165) instead hex code.

Text Font Color

.myTextColor { color: #E6D2A5; }

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

This text font color is #E6D2A5.


Background Color

.myBgColor { background-color: #E6D2A5; }

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

This div background color is #E6D2A5.


Border color

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

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

This div border color is #E6D2A5.


Opacity

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

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

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

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

This text has shadow with #E6D2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2A5 on black background.


Color preview on white background

This text has color #E6D2A5 on white background.



Black color preview on #E6D2A5 background

This text has black color on #E6D2A5 background.


White color preview on #E6D2A5 background

This text has white color on #E6D2A5 background.