COLOR #E7A2BE

HEX: #E7A2BE
RGB: (231,162,190)

Color info

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

RGB color model

#E7A2BE color RGB value is (231,162,190).

  • red value is 231;
  • green value is 162;
  • blue value is 190.
RGB:
(231,162,190)
(91%,64%,75%)

RGB channels and saturation

R 231 of 255 = 91%
G 162 of 255 = 64%
B 190 of 255 = 75%

231
162
190

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

Portions of RGB colors in percentages

R + G + B =
231 + 162 + 190 = 583 (100%)
R 231 of 583 ~ 39.62%
G 162 of 583 ~ 27.79%
B 190 of 583 ~ 32.59%

%39.62
%27.79
%32.59

CMYK color model

#E7A2BE color CMYK value is (0,30,18,9).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK:
(0,30,18,9)
C0M30Y18K9 
(0%,30%,18%,9%)
(0.00/0.30/0.18/0.09)	

CMYK percentages

%0
%29.87
%17.75
%9.41

Codes

Color #E7A2BE in popluar color models

E7A2BE
RGB231162190
HSL336°58.97%77.06%
HSB/HSV336°29.87%90.59%
CMYK0.00%29.87%17.75%
9.41%

Color #E7A2BE in popluar number systems.

HEXE7A2BE
Decimal231162190
Binary111001111010001010111110
Octal347242276

Shades and tints

Shades of #E7A2BE

#E7A2BE
(231,162,190)
#D294AD
(210,148,173)
#BD869C
(189,134,156)
#A8788B
(168,120,139)
#936A7A
(147,106,122)
#7E5C69
(126,92,105)
#694E58
(105,78,88)
#544047
(84,64,71)
#3F3236
(63,50,54)
#2A2425
(42,36,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #E7A2BE

#E7A2BE
(231,162,190)
#E9AAC3
(233,170,195)
#EBB2C8
(235,178,200)
#EDBACD
(237,186,205)
#EFC2D2
(239,194,210)
#F1CAD7
(241,202,215)
#F3D2DC
(243,210,220)
#F5DAE1
(245,218,225)
#F7E2E6
(247,226,230)
#F9EAEB
(249,234,235)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A2BE color. Also use rgb(231,162,190) instead hex code.

Text Font Color

.myTextColor { color: #E7A2BE; }

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

This text font color is #E7A2BE.


Background Color

.myBgColor { background-color: #E7A2BE; }

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

This div background color is #E7A2BE.


Border color

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

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

This div border color is #E7A2BE.


Opacity

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

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

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

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

This text has shadow with #E7A2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A2BE on black background.


Color preview on white background

This text has color #E7A2BE on white background.



Black color preview on #E7A2BE background

This text has black color on #E7A2BE background.


White color preview on #E7A2BE background

This text has white color on #E7A2BE background.