COLOR #E7A6BA

HEX: #E7A6BA
RGB: (231,166,186)

Color info

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

RGB color model

#E7A6BA color RGB value is (231,166,186).

  • red value is 231;
  • green value is 166;
  • blue value is 186.
RGB:
(231,166,186)
(91%,65%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 166 of 255 = 65%
B 186 of 255 = 73%

231
166
186

R + G + B ~ 76%. #E7A6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 166 + 186 = 583 (100%)
R 231 of 583 ~ 39.62%
G 166 of 583 ~ 28.47%
B 186 of 583 ~ 31.9%

%39.62
%28.47
%31.9

CMYK color model

#E7A6BA color CMYK value is (0,28,19,9).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(0,28,19,9)
C0M28Y19K9 
(0%,28%,19%,9%)
(0.00/0.28/0.19/0.09)	

CMYK percentages

%0
%28.14
%19.48
%9.41

Codes

Color #E7A6BA in popluar color models

E7A6BA
RGB231166186
HSL342°57.52%77.84%
HSB/HSV342°28.14%90.59%
CMYK0.00%28.14%19.48%
9.41%

Color #E7A6BA in popluar number systems.

HEXE7A6BA
Decimal231166186
Binary111001111010011010111010
Octal347246272

Shades and tints

Shades of #E7A6BA

#E7A6BA
(231,166,186)
#D297AA
(210,151,170)
#BD889A
(189,136,154)
#A8798A
(168,121,138)
#936A7A
(147,106,122)
#7E5B6A
(126,91,106)
#694C5A
(105,76,90)
#543D4A
(84,61,74)
#3F2E3A
(63,46,58)
#2A1F2A
(42,31,42)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #E7A6BA

#E7A6BA
(231,166,186)
#E9AEC0
(233,174,192)
#EBB6C6
(235,182,198)
#EDBECC
(237,190,204)
#EFC6D2
(239,198,210)
#F1CED8
(241,206,216)
#F3D6DE
(243,214,222)
#F5DEE4
(245,222,228)
#F7E6EA
(247,230,234)
#F9EEF0
(249,238,240)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A6BA color. Also use rgb(231,166,186) instead hex code.

Text Font Color

.myTextColor { color: #E7A6BA; }

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

This text font color is #E7A6BA.


Background Color

.myBgColor { background-color: #E7A6BA; }

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

This div background color is #E7A6BA.


Border color

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

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

This div border color is #E7A6BA.


Opacity

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

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

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

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

This text has shadow with #E7A6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A6BA on black background.


Color preview on white background

This text has color #E7A6BA on white background.



Black color preview on #E7A6BA background

This text has black color on #E7A6BA background.


White color preview on #E7A6BA background

This text has white color on #E7A6BA background.