COLOR #E7A69A

HEX: #E7A69A
RGB: (231,166,154)

Color info

#E7A69A contains mainly red color. Web safe color of #E7A69A is #FF9999 (or #F99).

RGB color model

#E7A69A color RGB value is (231,166,154).

  • red value is 231;
  • green value is 166;
  • blue value is 154.
RGB:
(231,166,154)
(91%,65%,60%)

RGB channels and saturation

R 231 of 255 = 91%
G 166 of 255 = 65%
B 154 of 255 = 60%

231
166
154

R + G + B ~ 72%. #E7A69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 166 + 154 = 551 (100%)
R 231 of 551 ~ 41.92%
G 166 of 551 ~ 30.13%
B 154 of 551 ~ 27.95%

%41.92
%30.13
%27.95

CMYK color model

#E7A69A color CMYK value is (0,28,33,9).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 33.33%
  • key color value is 9.41%
CMYK:
(0,28,33,9)
C0M28Y33K9 
(0%,28%,33%,9%)
(0.00/0.28/0.33/0.09)	

CMYK percentages

%0
%28.14
%33.33
%9.41

Codes

Color #E7A69A in popluar color models

E7A69A
RGB231166154
HSL61.60%75.49%
HSB/HSV33.33%90.59%
CMYK0.00%28.14%33.33%
9.41%

Color #E7A69A in popluar number systems.

HEXE7A69A
Decimal231166154
Binary111001111010011010011010
Octal347246232

Shades and tints

Shades of #E7A69A

#E7A69A
(231,166,154)
#D2978C
(210,151,140)
#BD887E
(189,136,126)
#A87970
(168,121,112)
#936A62
(147,106,98)
#7E5B54
(126,91,84)
#694C46
(105,76,70)
#543D38
(84,61,56)
#3F2E2A
(63,46,42)
#2A1F1C
(42,31,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #E7A69A

#E7A69A
(231,166,154)
#E9AEA3
(233,174,163)
#EBB6AC
(235,182,172)
#EDBEB5
(237,190,181)
#EFC6BE
(239,198,190)
#F1CEC7
(241,206,199)
#F3D6D0
(243,214,208)
#F5DED9
(245,222,217)
#F7E6E2
(247,230,226)
#F9EEEB
(249,238,235)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A69A color. Also use rgb(231,166,154) instead hex code.

Text Font Color

.myTextColor { color: #E7A69A; }

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

This text font color is #E7A69A.


Background Color

.myBgColor { background-color: #E7A69A; }

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

This div background color is #E7A69A.


Border color

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

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

This div border color is #E7A69A.


Opacity

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

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

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

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

This text has shadow with #E7A69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A69A on black background.


Color preview on white background

This text has color #E7A69A on white background.



Black color preview on #E7A69A background

This text has black color on #E7A69A background.


White color preview on #E7A69A background

This text has white color on #E7A69A background.