COLOR #E7A09C

HEX: #E7A09C
RGB: (231,160,156)

Color info

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

RGB color model

#E7A09C color RGB value is (231,160,156).

  • red value is 231;
  • green value is 160;
  • blue value is 156.
RGB:
(231,160,156)
(91%,63%,61%)

RGB channels and saturation

R 231 of 255 = 91%
G 160 of 255 = 63%
B 156 of 255 = 61%

231
160
156

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

Portions of RGB colors in percentages

R + G + B =
231 + 160 + 156 = 547 (100%)
R 231 of 547 ~ 42.23%
G 160 of 547 ~ 29.25%
B 156 of 547 ~ 28.52%

%42.23
%29.25
%28.52

CMYK color model

#E7A09C color CMYK value is (0,31,32,9).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 32.47%
  • key color value is 9.41%
CMYK:
(0,31,32,9)
C0M31Y32K9 
(0%,31%,32%,9%)
(0.00/0.31/0.32/0.09)	

CMYK percentages

%0
%30.74
%32.47
%9.41

Codes

Color #E7A09C in popluar color models

E7A09C
RGB231160156
HSL60.98%75.88%
HSB/HSV32.47%90.59%
CMYK0.00%30.74%32.47%
9.41%

Color #E7A09C in popluar number systems.

HEXE7A09C
Decimal231160156
Binary111001111010000010011100
Octal347240234

Shades and tints

Shades of #E7A09C

#E7A09C
(231,160,156)
#D2928E
(210,146,142)
#BD8480
(189,132,128)
#A87672
(168,118,114)
#936864
(147,104,100)
#7E5A56
(126,90,86)
#694C48
(105,76,72)
#543E3A
(84,62,58)
#3F302C
(63,48,44)
#2A221E
(42,34,30)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #E7A09C

#E7A09C
(231,160,156)
#E9A8A5
(233,168,165)
#EBB0AE
(235,176,174)
#EDB8B7
(237,184,183)
#EFC0C0
(239,192,192)
#F1C8C9
(241,200,201)
#F3D0D2
(243,208,210)
#F5D8DB
(245,216,219)
#F7E0E4
(247,224,228)
#F9E8ED
(249,232,237)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A09C color. Also use rgb(231,160,156) instead hex code.

Text Font Color

.myTextColor { color: #E7A09C; }

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

This text font color is #E7A09C.


Background Color

.myBgColor { background-color: #E7A09C; }

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

This div background color is #E7A09C.


Border color

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

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

This div border color is #E7A09C.


Opacity

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

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

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

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

This text has shadow with #E7A09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A09C on black background.


Color preview on white background

This text has color #E7A09C on white background.



Black color preview on #E7A09C background

This text has black color on #E7A09C background.


White color preview on #E7A09C background

This text has white color on #E7A09C background.