COLOR #E7A8B2

HEX: #E7A8B2
RGB: (231,168,178)

Color info

#E7A8B2 contains mainly red and blue colors. Web safe color of #E7A8B2 is #FF9999 (or #F99).

RGB color model

#E7A8B2 color RGB value is (231,168,178).

  • red value is 231;
  • green value is 168;
  • blue value is 178.
RGB:
(231,168,178)
(91%,66%,70%)

RGB channels and saturation

R 231 of 255 = 91%
G 168 of 255 = 66%
B 178 of 255 = 70%

231
168
178

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

Portions of RGB colors in percentages

R + G + B =
231 + 168 + 178 = 577 (100%)
R 231 of 577 ~ 40.03%
G 168 of 577 ~ 29.12%
B 178 of 577 ~ 30.85%

%40.03
%29.12
%30.85

CMYK color model

#E7A8B2 color CMYK value is (0,27,23,9).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 22.94%
  • key color value is 9.41%
CMYK:
(0,27,23,9)
C0M27Y23K9 
(0%,27%,23%,9%)
(0.00/0.27/0.23/0.09)	

CMYK percentages

%0
%27.27
%22.94
%9.41

Codes

Color #E7A8B2 in popluar color models

E7A8B2
RGB231168178
HSL350°56.76%78.24%
HSB/HSV350°27.27%90.59%
CMYK0.00%27.27%22.94%
9.41%

Color #E7A8B2 in popluar number systems.

HEXE7A8B2
Decimal231168178
Binary111001111010100010110010
Octal347250262

Shades and tints

Shades of #E7A8B2

#E7A8B2
(231,168,178)
#D299A2
(210,153,162)
#BD8A92
(189,138,146)
#A87B82
(168,123,130)
#936C72
(147,108,114)
#7E5D62
(126,93,98)
#694E52
(105,78,82)
#543F42
(84,63,66)
#3F3032
(63,48,50)
#2A2122
(42,33,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #E7A8B2

#E7A8B2
(231,168,178)
#E9AFB9
(233,175,185)
#EBB6C0
(235,182,192)
#EDBDC7
(237,189,199)
#EFC4CE
(239,196,206)
#F1CBD5
(241,203,213)
#F3D2DC
(243,210,220)
#F5D9E3
(245,217,227)
#F7E0EA
(247,224,234)
#F9E7F1
(249,231,241)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A8B2; }

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

This text font color is #E7A8B2.


Background Color

.myBgColor { background-color: #E7A8B2; }

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

This div background color is #E7A8B2.


Border color

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

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

This div border color is #E7A8B2.


Opacity

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

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

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

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

This text has shadow with #E7A8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A8B2 on black background.


Color preview on white background

This text has color #E7A8B2 on white background.



Black color preview on #E7A8B2 background

This text has black color on #E7A8B2 background.


White color preview on #E7A8B2 background

This text has white color on #E7A8B2 background.