COLOR #E7A1AC

HEX: #E7A1AC
RGB: (231,161,172)

Color info

#E7A1AC contains mainly red and blue colors. Web safe color of #E7A1AC is #FF9999 (or #F99).

RGB color model

#E7A1AC color RGB value is (231,161,172).

  • red value is 231;
  • green value is 161;
  • blue value is 172.
RGB:
(231,161,172)
(91%,63%,67%)

RGB channels and saturation

R 231 of 255 = 91%
G 161 of 255 = 63%
B 172 of 255 = 67%

231
161
172

R + G + B ~ 74%. #E7A1AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 161 + 172 = 564 (100%)
R 231 of 564 ~ 40.96%
G 161 of 564 ~ 28.55%
B 172 of 564 ~ 30.5%

%40.96
%28.55
%30.5

CMYK color model

#E7A1AC color CMYK value is (0,30,26,9).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 25.54%
  • key color value is 9.41%
CMYK:
(0,30,26,9)
C0M30Y26K9 
(0%,30%,26%,9%)
(0.00/0.30/0.26/0.09)	

CMYK percentages

%0
%30.3
%25.54
%9.41

Codes

Color #E7A1AC in popluar color models

E7A1AC
RGB231161172
HSL351°59.32%76.86%
HSB/HSV351°30.30%90.59%
CMYK0.00%30.30%25.54%
9.41%

Color #E7A1AC in popluar number systems.

HEXE7A1AC
Decimal231161172
Binary111001111010000110101100
Octal347241254

Shades and tints

Shades of #E7A1AC

#E7A1AC
(231,161,172)
#D2939D
(210,147,157)
#BD858E
(189,133,142)
#A8777F
(168,119,127)
#936970
(147,105,112)
#7E5B61
(126,91,97)
#694D52
(105,77,82)
#543F43
(84,63,67)
#3F3134
(63,49,52)
#2A2325
(42,35,37)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7A1AC

#E7A1AC
(231,161,172)
#E9A9B3
(233,169,179)
#EBB1BA
(235,177,186)
#EDB9C1
(237,185,193)
#EFC1C8
(239,193,200)
#F1C9CF
(241,201,207)
#F3D1D6
(243,209,214)
#F5D9DD
(245,217,221)
#F7E1E4
(247,225,228)
#F9E9EB
(249,233,235)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A1AC color. Also use rgb(231,161,172) instead hex code.

Text Font Color

.myTextColor { color: #E7A1AC; }

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

This text font color is #E7A1AC.


Background Color

.myBgColor { background-color: #E7A1AC; }

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

This div background color is #E7A1AC.


Border color

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

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

This div border color is #E7A1AC.


Opacity

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

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

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

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

This text has shadow with #E7A1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A1AC on black background.


Color preview on white background

This text has color #E7A1AC on white background.



Black color preview on #E7A1AC background

This text has black color on #E7A1AC background.


White color preview on #E7A1AC background

This text has white color on #E7A1AC background.