COLOR #E7ABA8

HEX: #E7ABA8 RGB: (231,171,168)

Color info

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

RGB color model

#E7ABA8 color RGB value is (231,171,168).

RGB: (231,171,168) (91%, 67%, 66%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 168 of 255 = 66%

231
171
168

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

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 168 = 570 (100%)
R 231 of 570 ~ 40.53%
G 171 of 570 ~ 30%
B 168 of 570 ~ 29.47'%

%40.53
%30
%29.47

CMYK color model

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

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

CMYK: (0,26,27,9)
C0M26Y27K9 (0%, 26%, 27%, 9%)
(0.00 / 0.26 / 0.27 / 0.09)

CMYK percentages

%0
%25.97
%27.27
%9.41

Codes

Color #E7ABA8 in popluar color models

E7 AB A8
RGB 231 171 168
HSL 56.76% 78.24%
HSB/HSV 27.27% 90.59%
CMYK 0.00% 25.97% 27.27%
9.41%

Color #E7ABA8 in popluar number systems.

HEX E7 AB A8
Decimal 231 171 168
Binary 11100111 10101011 10101000
Octal 347 253 250

Shades and tints

Shades of #E7ABA8

#E7ABA8
(231,171,168)
#D29C99
(210,156,153)
#BD8D8A
(189,141,138)
#A87E7B
(168,126,123)
#936F6C
(147,111,108)
#7E605D
(126,96,93)
#69514E
(105,81,78)
#54423F
(84,66,63)
#3F3330
(63,51,48)
#2A2421
(42,36,33)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #E7ABA8

#E7ABA8
(231,171,168)
#E9B2AF
(233,178,175)
#EBB9B6
(235,185,182)
#EDC0BD
(237,192,189)
#EFC7C4
(239,199,196)
#F1CECB
(241,206,203)
#F3D5D2
(243,213,210)
#F5DCD9
(245,220,217)
#F7E3E0
(247,227,224)
#F9EAE7
(249,234,231)
#FBF1EE
(251,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABA8; }

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

This text font color is #E7ABA8.

Background Color

.myBgColor { background-color: #E7ABA8; }

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

This div background color is #E7ABA8.

Border color

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

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

This div border color is #E7ABA8.

Opacity

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

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

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

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

This text has shadow with #E7ABA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABA8.

Preview

Color preview on black background

This text has color #E7ABA8 on black background.


Color preview on white background

This text has color #E7ABA8 on white background.


Black color preview on #E7ABA8 background

This text has black color on #E7ABA8 background.


White color preview on #E7ABA8 background

This text has white color on #E7ABA8 background.


Related colors

Complementary color

Complementary color for #hex is #185457.


I love getcolorcode.com

Triadic colors

1 #A8E7AB and #ABA8E7 with #E7ABA8 are triadic colors.

2 #A8ABE7 and #ABE7A8 with #E7ABA8 are triadic colors.