COLOR #E7AABB

HEX: #E7AABB RGB: (231,170,187)

Color info

#E7AABB contains mainly red and blue colors. Web safe color of #E7AABB is #FF99CC (or #F9C).

RGB color model

#E7AABB color RGB value is (231,170,187).

RGB: (231,170,187) (91%, 67%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 187 of 255 = 73%

231
170
187

R + G + B ~ 77%. #E7AABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 170 + 187 = 588 (100%)
R 231 of 588 ~ 39.29%
G 170 of 588 ~ 28.91%
B 187 of 588 ~ 31.8'%

%39.29
%28.91
%31.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 19.05%
  • key color value is 9.41%

CMYK: (0,26,19,9)
C0M26Y19K9 (0%, 26%, 19%, 9%)
(0.00 / 0.26 / 0.19 / 0.09)

CMYK percentages

%0
%26.41
%19.05
%9.41

Codes

Color #E7AABB in popluar color models

E7 AA BB
RGB 231 170 187
HSL 343° 55.96% 78.63%
HSB/HSV 343° 26.41% 90.59%
CMYK 0.00% 26.41% 19.05%
9.41%

Color #E7AABB in popluar number systems.

HEX E7 AA BB
Decimal 231 170 187
Binary 11100111 10101010 10111011
Octal 347 252 273

Shades and tints

Shades of #E7AABB

#E7AABB
(231,170,187)
#D29BAA
(210,155,170)
#BD8C99
(189,140,153)
#A87D88
(168,125,136)
#936E77
(147,110,119)
#7E5F66
(126,95,102)
#695055
(105,80,85)
#544144
(84,65,68)
#3F3233
(63,50,51)
#2A2322
(42,35,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #E7AABB

#E7AABB
(231,170,187)
#E9B1C1
(233,177,193)
#EBB8C7
(235,184,199)
#EDBFCD
(237,191,205)
#EFC6D3
(239,198,211)
#F1CDD9
(241,205,217)
#F3D4DF
(243,212,223)
#F5DBE5
(245,219,229)
#F7E2EB
(247,226,235)
#F9E9F1
(249,233,241)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AABB; }

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

This text font color is #E7AABB.

Background Color

.myBgColor { background-color: #E7AABB; }

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

This div background color is #E7AABB.

Border color

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

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

This div border color is #E7AABB.

Opacity

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

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

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

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

This text has shadow with #E7AABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AABB.

Preview

Color preview on black background

This text has color #E7AABB on black background.


Color preview on white background

This text has color #E7AABB on white background.


Black color preview on #E7AABB background

This text has black color on #E7AABB background.


White color preview on #E7AABB background

This text has white color on #E7AABB background.


Related colors

Complementary color

Complementary color for #hex is #185544.


I love getcolorcode.com

Triadic colors

1 #BBE7AA and #AABBE7 with #E7AABB are triadic colors.

2 #BBAAE7 and #AAE7BB with #E7AABB are triadic colors.