COLOR #E6A99F

HEX: #E6A99F
RGB: (230,169,159)

Color info

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

RGB color model

#E6A99F color RGB value is (230,169,159).

  • red value is 230;
  • green value is 169;
  • blue value is 159.
RGB:
(230,169,159)
(90%,66%,62%)

RGB channels and saturation

R 230 of 255 = 90%
G 169 of 255 = 66%
B 159 of 255 = 62%

230
169
159

R + G + B ~ 73%. #E6A99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 169 + 159 = 558 (100%)
R 230 of 558 ~ 41.22%
G 169 of 558 ~ 30.29%
B 159 of 558 ~ 28.49%

%41.22
%30.29
%28.49

CMYK color model

#E6A99F color CMYK value is (0,27,31,10).

  • cyan value is 0.00%
  • magenta value is 26.52%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK:
(0,27,31,10)
C0M27Y31K10 
(0%,27%,31%,10%)
(0.00/0.27/0.31/0.10)	

CMYK percentages

%0
%26.52
%30.87
%9.8

Codes

Color #E6A99F in popluar color models

E6A99F
RGB230169159
HSL58.68%76.27%
HSB/HSV30.87%90.20%
CMYK0.00%26.52%30.87%
9.80%

Color #E6A99F in popluar number systems.

HEXE6A99F
Decimal230169159
Binary111001101010100110011111
Octal346251237

Shades and tints

Shades of #E6A99F

#E6A99F
(230,169,159)
#D29A91
(210,154,145)
#BE8B83
(190,139,131)
#AA7C75
(170,124,117)
#966D67
(150,109,103)
#825E59
(130,94,89)
#6E4F4B
(110,79,75)
#5A403D
(90,64,61)
#46312F
(70,49,47)
#322221
(50,34,33)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #E6A99F

#E6A99F
(230,169,159)
#E8B0A7
(232,176,167)
#EAB7AF
(234,183,175)
#ECBEB7
(236,190,183)
#EEC5BF
(238,197,191)
#F0CCC7
(240,204,199)
#F2D3CF
(242,211,207)
#F4DAD7
(244,218,215)
#F6E1DF
(246,225,223)
#F8E8E7
(248,232,231)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A99F color. Also use rgb(230,169,159) instead hex code.

Text Font Color

.myTextColor { color: #E6A99F; }

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

This text font color is #E6A99F.


Background Color

.myBgColor { background-color: #E6A99F; }

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

This div background color is #E6A99F.


Border color

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

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

This div border color is #E6A99F.


Opacity

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

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

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

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

This text has shadow with #E6A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A99F on black background.


Color preview on white background

This text has color #E6A99F on white background.



Black color preview on #E6A99F background

This text has black color on #E6A99F background.


White color preview on #E6A99F background

This text has white color on #E6A99F background.