COLOR #E7ABAA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

231
171
170

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

Portions of RGB colors in percentages

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

%40.38
%29.9
%29.72

CMYK color model

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

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

Codes

Color #E7ABAA in popluar color models

E7ABAA
RGB231171170
HSL55.96%78.63%
HSB/HSV26.41%90.59%
CMYK0.00%25.97%26.41%
9.41%

Color #E7ABAA in popluar number systems.

HEXE7ABAA
Decimal231171170
Binary111001111010101110101010
Octal347253252

Shades and tints

Shades of #E7ABAA

#E7ABAA
(231,171,170)
#D29C9B
(210,156,155)
#BD8D8C
(189,141,140)
#A87E7D
(168,126,125)
#936F6E
(147,111,110)
#7E605F
(126,96,95)
#695150
(105,81,80)
#544241
(84,66,65)
#3F3332
(63,51,50)
#2A2423
(42,36,35)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #E7ABAA

#E7ABAA
(231,171,170)
#E9B2B1
(233,178,177)
#EBB9B8
(235,185,184)
#EDC0BF
(237,192,191)
#EFC7C6
(239,199,198)
#F1CECD
(241,206,205)
#F3D5D4
(243,213,212)
#F5DCDB
(245,220,219)
#F7E3E2
(247,227,226)
#F9EAE9
(249,234,233)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABAA; }

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

This text font color is #E7ABAA.


Background Color

.myBgColor { background-color: #E7ABAA; }

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

This div background color is #E7ABAA.


Border color

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

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

This div border color is #E7ABAA.


Opacity

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

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

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

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

This text has shadow with #E7ABAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ABAA on black background.


Color preview on white background

This text has color #E7ABAA on white background.



Black color preview on #E7ABAA background

This text has black color on #E7ABAA background.


White color preview on #E7ABAA background

This text has white color on #E7ABAA background.