COLOR #E7A4B7

HEX: #E7A4B7
RGB: (231,164,183)

Color info

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

RGB color model

#E7A4B7 color RGB value is (231,164,183).

  • red value is 231;
  • green value is 164;
  • blue value is 183.
RGB:
(231,164,183)
(91%,64%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 164 of 255 = 64%
B 183 of 255 = 72%

231
164
183

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

Portions of RGB colors in percentages

R + G + B =
231 + 164 + 183 = 578 (100%)
R 231 of 578 ~ 39.97%
G 164 of 578 ~ 28.37%
B 183 of 578 ~ 31.66%

%39.97
%28.37
%31.66

CMYK color model

#E7A4B7 color CMYK value is (0,29,21,9).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,29,21,9)
C0M29Y21K9 
(0%,29%,21%,9%)
(0.00/0.29/0.21/0.09)	

CMYK percentages

%0
%29
%20.78
%9.41

Codes

Color #E7A4B7 in popluar color models

E7A4B7
RGB231164183
HSL343°58.26%77.45%
HSB/HSV343°29.00%90.59%
CMYK0.00%29.00%20.78%
9.41%

Color #E7A4B7 in popluar number systems.

HEXE7A4B7
Decimal231164183
Binary111001111010010010110111
Octal347244267

Shades and tints

Shades of #E7A4B7

#E7A4B7
(231,164,183)
#D296A7
(210,150,167)
#BD8897
(189,136,151)
#A87A87
(168,122,135)
#936C77
(147,108,119)
#7E5E67
(126,94,103)
#695057
(105,80,87)
#544247
(84,66,71)
#3F3437
(63,52,55)
#2A2627
(42,38,39)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7A4B7

#E7A4B7
(231,164,183)
#E9ACBD
(233,172,189)
#EBB4C3
(235,180,195)
#EDBCC9
(237,188,201)
#EFC4CF
(239,196,207)
#F1CCD5
(241,204,213)
#F3D4DB
(243,212,219)
#F5DCE1
(245,220,225)
#F7E4E7
(247,228,231)
#F9ECED
(249,236,237)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A4B7 color. Also use rgb(231,164,183) instead hex code.

Text Font Color

.myTextColor { color: #E7A4B7; }

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

This text font color is #E7A4B7.


Background Color

.myBgColor { background-color: #E7A4B7; }

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

This div background color is #E7A4B7.


Border color

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

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

This div border color is #E7A4B7.


Opacity

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

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

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

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

This text has shadow with #E7A4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A4B7 on black background.


Color preview on white background

This text has color #E7A4B7 on white background.



Black color preview on #E7A4B7 background

This text has black color on #E7A4B7 background.


White color preview on #E7A4B7 background

This text has white color on #E7A4B7 background.