COLOR #E7A4C6

HEX: #E7A4C6
RGB: (231,164,198)

Color info

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

RGB color model

#E7A4C6 color RGB value is (231,164,198).

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

RGB channels and saturation

R 231 of 255 = 91%
G 164 of 255 = 64%
B 198 of 255 = 78%

231
164
198

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

Portions of RGB colors in percentages

R + G + B =
231 + 164 + 198 = 593 (100%)
R 231 of 593 ~ 38.95%
G 164 of 593 ~ 27.66%
B 198 of 593 ~ 33.39%

%38.95
%27.66
%33.39

CMYK color model

#E7A4C6 color CMYK value is (0,29,14,9).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 14.29%
  • key color value is 9.41%
CMYK:
(0,29,14,9)
C0M29Y14K9 
(0%,29%,14%,9%)
(0.00/0.29/0.14/0.09)	

CMYK percentages

%0
%29
%14.29
%9.41

Codes

Color #E7A4C6 in popluar color models

E7A4C6
RGB231164198
HSL330°58.26%77.45%
HSB/HSV330°29.00%90.59%
CMYK0.00%29.00%14.29%
9.41%

Color #E7A4C6 in popluar number systems.

HEXE7A4C6
Decimal231164198
Binary111001111010010011000110
Octal347244306

Shades and tints

Shades of #E7A4C6

#E7A4C6
(231,164,198)
#D296B4
(210,150,180)
#BD88A2
(189,136,162)
#A87A90
(168,122,144)
#936C7E
(147,108,126)
#7E5E6C
(126,94,108)
#69505A
(105,80,90)
#544248
(84,66,72)
#3F3436
(63,52,54)
#2A2624
(42,38,36)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #E7A4C6

#E7A4C6
(231,164,198)
#E9ACCB
(233,172,203)
#EBB4D0
(235,180,208)
#EDBCD5
(237,188,213)
#EFC4DA
(239,196,218)
#F1CCDF
(241,204,223)
#F3D4E4
(243,212,228)
#F5DCE9
(245,220,233)
#F7E4EE
(247,228,238)
#F9ECF3
(249,236,243)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A4C6; }

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

This text font color is #E7A4C6.


Background Color

.myBgColor { background-color: #E7A4C6; }

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

This div background color is #E7A4C6.


Border color

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

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

This div border color is #E7A4C6.


Opacity

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

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

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

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

This text has shadow with #E7A4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A4C6 on black background.


Color preview on white background

This text has color #E7A4C6 on white background.



Black color preview on #E7A4C6 background

This text has black color on #E7A4C6 background.


White color preview on #E7A4C6 background

This text has white color on #E7A4C6 background.