COLOR #E7AAAC

HEX: #E7AAAC RGB: (231,170,172)

Color info

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

RGB color model

#E7AAAC color RGB value is (231,170,172).

RGB: (231,170,172) (91%, 67%, 67%)

RGB channels and saturation

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

231
170
172

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

Portions of RGB colors in percentages

R + G + B = 231 + 170 + 172 = 573 (100%)
R 231 of 573 ~ 40.31%
G 170 of 573 ~ 29.67%
B 172 of 573 ~ 30.02'%

%40.31
%29.67
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 25.54%
  • 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.54
%9.41

Codes

Color #E7AAAC in popluar color models

E7 AA AC
RGB 231 170 172
HSL 358° 55.96% 78.63%
HSB/HSV 358° 26.41% 90.59%
CMYK 0.00% 26.41% 25.54%
9.41%

Color #E7AAAC in popluar number systems.

HEX E7 AA AC
Decimal 231 170 172
Binary 11100111 10101010 10101100
Octal 347 252 254

Shades and tints

Shades of #E7AAAC

#E7AAAC
(231,170,172)
#D29B9D
(210,155,157)
#BD8C8E
(189,140,142)
#A87D7F
(168,125,127)
#936E70
(147,110,112)
#7E5F61
(126,95,97)
#695052
(105,80,82)
#544143
(84,65,67)
#3F3234
(63,50,52)
#2A2325
(42,35,37)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7AAAC

#E7AAAC
(231,170,172)
#E9B1B3
(233,177,179)
#EBB8BA
(235,184,186)
#EDBFC1
(237,191,193)
#EFC6C8
(239,198,200)
#F1CDCF
(241,205,207)
#F3D4D6
(243,212,214)
#F5DBDD
(245,219,221)
#F7E2E4
(247,226,228)
#F9E9EB
(249,233,235)
#FBF0F2
(251,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AAAC; }

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

This text font color is #E7AAAC.

Background Color

.myBgColor { background-color: #E7AAAC; }

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

This div background color is #E7AAAC.

Border color

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

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

This div border color is #E7AAAC.

Opacity

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

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

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

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

This text has shadow with #E7AAAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AAAC.

Preview

Color preview on black background

This text has color #E7AAAC on black background.


Color preview on white background

This text has color #E7AAAC on white background.


Black color preview on #E7AAAC background

This text has black color on #E7AAAC background.


White color preview on #E7AAAC background

This text has white color on #E7AAAC background.


Related colors

Complementary color

Complementary color for #hex is #185553.


I love getcolorcode.com

Triadic colors

1 #ACE7AA and #AAACE7 with #E7AAAC are triadic colors.

2 #ACAAE7 and #AAE7AC with #E7AAAC are triadic colors.