COLOR #E7AAAB

HEX: #E7AAAB
RGB: (231,170,171)

Color info

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

RGB color model

#E7AAAB color RGB value is (231,170,171).

  • red value is 231;
  • green value is 170;
  • blue value is 171.
RGB:
(231,170,171)
(91%,67%,67%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 171 of 255 = 67%

231
170
171

R + G + B ~ 75%. #E7AAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 170 + 171 = 572 (100%)
R 231 of 572 ~ 40.38%
G 170 of 572 ~ 29.72%
B 171 of 572 ~ 29.9%

%40.38
%29.72
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 25.97%
  • key color value is 9.41%
CMYK:
(0,26,26,9)
C0M26Y26K9 
(0%,26%,26%,9%)
(0.00/0.26/0.26/0.09)	

CMYK percentages

%0
%26.41
%25.97
%9.41

Codes

Color #E7AAAB in popluar color models

E7AAAB
RGB231170171
HSL359°55.96%78.63%
HSB/HSV359°26.41%90.59%
CMYK0.00%26.41%25.97%
9.41%

Color #E7AAAB in popluar number systems.

HEXE7AAAB
Decimal231170171
Binary111001111010101010101011
Octal347252253

Shades and tints

Shades of #E7AAAB

#E7AAAB
(231,170,171)
#D29B9C
(210,155,156)
#BD8C8D
(189,140,141)
#A87D7E
(168,125,126)
#936E6F
(147,110,111)
#7E5F60
(126,95,96)
#695051
(105,80,81)
#544142
(84,65,66)
#3F3233
(63,50,51)
#2A2324
(42,35,36)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #E7AAAB

#E7AAAB
(231,170,171)
#E9B1B2
(233,177,178)
#EBB8B9
(235,184,185)
#EDBFC0
(237,191,192)
#EFC6C7
(239,198,199)
#F1CDCE
(241,205,206)
#F3D4D5
(243,212,213)
#F5DBDC
(245,219,220)
#F7E2E3
(247,226,227)
#F9E9EA
(249,233,234)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AAAB color. Also use rgb(231,170,171) instead hex code.

Text Font Color

.myTextColor { color: #E7AAAB; }

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

This text font color is #E7AAAB.


Background Color

.myBgColor { background-color: #E7AAAB; }

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

This div background color is #E7AAAB.


Border color

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

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

This div border color is #E7AAAB.


Opacity

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

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

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

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

This text has shadow with #E7AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AAAB on black background.


Color preview on white background

This text has color #E7AAAB on white background.



Black color preview on #E7AAAB background

This text has black color on #E7AAAB background.


White color preview on #E7AAAB background

This text has white color on #E7AAAB background.