COLOR #E7A7AB

HEX: #E7A7AB RGB: (231,167,171)

Color info

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

RGB color model

#E7A7AB color RGB value is (231,167,171).

RGB: (231,167,171) (91%, 65%, 67%)

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 171 of 255 = 67%

231
167
171

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

Portions of RGB colors in percentages

R + G + B = 231 + 167 + 171 = 569 (100%)
R 231 of 569 ~ 40.6%
G 167 of 569 ~ 29.35%
B 171 of 569 ~ 30.05'%

%40.6
%29.35
%30.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 25.97%
  • key color value is 9.41%

CMYK: (0,28,26,9)
C0M28Y26K9 (0%, 28%, 26%, 9%)
(0.00 / 0.28 / 0.26 / 0.09)

CMYK percentages

%0
%27.71
%25.97
%9.41

Codes

Color #E7A7AB in popluar color models

E7 A7 AB
RGB 231 167 171
HSL 356° 57.14% 78.04%
HSB/HSV 356° 27.71% 90.59%
CMYK 0.00% 27.71% 25.97%
9.41%

Color #E7A7AB in popluar number systems.

HEX E7 A7 AB
Decimal 231 167 171
Binary 11100111 10100111 10101011
Octal 347 247 253

Shades and tints

Shades of #E7A7AB

#E7A7AB
(231,167,171)
#D2989C
(210,152,156)
#BD898D
(189,137,141)
#A87A7E
(168,122,126)
#936B6F
(147,107,111)
#7E5C60
(126,92,96)
#694D51
(105,77,81)
#543E42
(84,62,66)
#3F2F33
(63,47,51)
#2A2024
(42,32,36)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #E7A7AB

#E7A7AB
(231,167,171)
#E9AFB2
(233,175,178)
#EBB7B9
(235,183,185)
#EDBFC0
(237,191,192)
#EFC7C7
(239,199,199)
#F1CFCE
(241,207,206)
#F3D7D5
(243,215,213)
#F5DFDC
(245,223,220)
#F7E7E3
(247,231,227)
#F9EFEA
(249,239,234)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A7AB; }

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

This text font color is #E7A7AB.

Background Color

.myBgColor { background-color: #E7A7AB; }

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

This div background color is #E7A7AB.

Border color

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

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

This div border color is #E7A7AB.

Opacity

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

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

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

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

This text has shadow with #E7A7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A7AB.

Preview

Color preview on black background

This text has color #E7A7AB on black background.


Color preview on white background

This text has color #E7A7AB on white background.


Black color preview on #E7A7AB background

This text has black color on #E7A7AB background.


White color preview on #E7A7AB background

This text has white color on #E7A7AB background.


Related colors

Complementary color

Complementary color for #hex is #185854.


I love getcolorcode.com

Triadic colors

1 #ABE7A7 and #A7ABE7 with #E7A7AB are triadic colors.

2 #ABA7E7 and #A7E7AB with #E7A7AB are triadic colors.