COLOR #E7A0CE

HEX: #E7A0CE
RGB: (231,160,206)

Color info

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

RGB color model

#E7A0CE color RGB value is (231,160,206).

  • red value is 231;
  • green value is 160;
  • blue value is 206.
RGB:
(231,160,206)
(91%,63%,81%)

RGB channels and saturation

R 231 of 255 = 91%
G 160 of 255 = 63%
B 206 of 255 = 81%

231
160
206

R + G + B ~ 78%. #E7A0CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 160 + 206 = 597 (100%)
R 231 of 597 ~ 38.69%
G 160 of 597 ~ 26.8%
B 206 of 597 ~ 34.51%

%38.69
%26.8
%34.51

CMYK color model

#E7A0CE color CMYK value is (0,31,11,9).

  • cyan value is 0.00%
  • magenta value is 30.74%
  • yellow value is 10.82%
  • key color value is 9.41%
CMYK:
(0,31,11,9)
C0M31Y11K9 
(0%,31%,11%,9%)
(0.00/0.31/0.11/0.09)	

CMYK percentages

%0
%30.74
%10.82
%9.41

Codes

Color #E7A0CE in popluar color models

E7A0CE
RGB231160206
HSL321°59.66%76.67%
HSB/HSV321°30.74%90.59%
CMYK0.00%30.74%10.82%
9.41%

Color #E7A0CE in popluar number systems.

HEXE7A0CE
Decimal231160206
Binary111001111010000011001110
Octal347240316

Shades and tints

Shades of #E7A0CE

#E7A0CE
(231,160,206)
#D292BC
(210,146,188)
#BD84AA
(189,132,170)
#A87698
(168,118,152)
#936886
(147,104,134)
#7E5A74
(126,90,116)
#694C62
(105,76,98)
#543E50
(84,62,80)
#3F303E
(63,48,62)
#2A222C
(42,34,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #E7A0CE

#E7A0CE
(231,160,206)
#E9A8D2
(233,168,210)
#EBB0D6
(235,176,214)
#EDB8DA
(237,184,218)
#EFC0DE
(239,192,222)
#F1C8E2
(241,200,226)
#F3D0E6
(243,208,230)
#F5D8EA
(245,216,234)
#F7E0EE
(247,224,238)
#F9E8F2
(249,232,242)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A0CE color. Also use rgb(231,160,206) instead hex code.

Text Font Color

.myTextColor { color: #E7A0CE; }

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

This text font color is #E7A0CE.


Background Color

.myBgColor { background-color: #E7A0CE; }

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

This div background color is #E7A0CE.


Border color

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

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

This div border color is #E7A0CE.


Opacity

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

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

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

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

This text has shadow with #E7A0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A0CE on black background.


Color preview on white background

This text has color #E7A0CE on white background.



Black color preview on #E7A0CE background

This text has black color on #E7A0CE background.


White color preview on #E7A0CE background

This text has white color on #E7A0CE background.