COLOR #E6A494

HEX: #E6A494
RGB: (230,164,148)

Color info

#E6A494 contains mainly red color. Web safe color of #E6A494 is #CC9999 (or #C99).

RGB color model

#E6A494 color RGB value is (230,164,148).

  • red value is 230;
  • green value is 164;
  • blue value is 148.
RGB:
(230,164,148)
(90%,64%,58%)

RGB channels and saturation

R 230 of 255 = 90%
G 164 of 255 = 64%
B 148 of 255 = 58%

230
164
148

R + G + B ~ 71%. #E6A494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 164 + 148 = 542 (100%)
R 230 of 542 ~ 42.44%
G 164 of 542 ~ 30.26%
B 148 of 542 ~ 27.31%

%42.44
%30.26
%27.31

CMYK color model

#E6A494 color CMYK value is (0,29,36,10).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(0,29,36,10)
C0M29Y36K10 
(0%,29%,36%,10%)
(0.00/0.29/0.36/0.10)	

CMYK percentages

%0
%28.7
%35.65
%9.8

Codes

Color #E6A494 in popluar color models

E6A494
RGB230164148
HSL12°62.12%74.12%
HSB/HSV12°35.65%90.20%
CMYK0.00%28.70%35.65%
9.80%

Color #E6A494 in popluar number systems.

HEXE6A494
Decimal230164148
Binary111001101010010010010100
Octal346244224

Shades and tints

Shades of #E6A494

#E6A494
(230,164,148)
#D29687
(210,150,135)
#BE887A
(190,136,122)
#AA7A6D
(170,122,109)
#966C60
(150,108,96)
#825E53
(130,94,83)
#6E5046
(110,80,70)
#5A4239
(90,66,57)
#46342C
(70,52,44)
#32261F
(50,38,31)
#1E1812
(30,24,18)
#000000
(0,0,0)

Tints of #E6A494

#E6A494
(230,164,148)
#E8AC9D
(232,172,157)
#EAB4A6
(234,180,166)
#ECBCAF
(236,188,175)
#EEC4B8
(238,196,184)
#F0CCC1
(240,204,193)
#F2D4CA
(242,212,202)
#F4DCD3
(244,220,211)
#F6E4DC
(246,228,220)
#F8ECE5
(248,236,229)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A494 color. Also use rgb(230,164,148) instead hex code.

Text Font Color

.myTextColor { color: #E6A494; }

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

This text font color is #E6A494.


Background Color

.myBgColor { background-color: #E6A494; }

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

This div background color is #E6A494.


Border color

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

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

This div border color is #E6A494.


Opacity

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

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

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

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

This text has shadow with #E6A494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A494 on black background.


Color preview on white background

This text has color #E6A494 on white background.



Black color preview on #E6A494 background

This text has black color on #E6A494 background.


White color preview on #E6A494 background

This text has white color on #E6A494 background.