COLOR #E7A8C2

HEX: #E7A8C2
RGB: (231,168,194)

Color info

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

RGB color model

#E7A8C2 color RGB value is (231,168,194).

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

RGB channels and saturation

R 231 of 255 = 91%
G 168 of 255 = 66%
B 194 of 255 = 76%

231
168
194

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

Portions of RGB colors in percentages

R + G + B =
231 + 168 + 194 = 593 (100%)
R 231 of 593 ~ 38.95%
G 168 of 593 ~ 28.33%
B 194 of 593 ~ 32.72%

%38.95
%28.33
%32.72

CMYK color model

#E7A8C2 color CMYK value is (0,27,16,9).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 16.02%
  • key color value is 9.41%
CMYK:
(0,27,16,9)
C0M27Y16K9 
(0%,27%,16%,9%)
(0.00/0.27/0.16/0.09)	

CMYK percentages

%0
%27.27
%16.02
%9.41

Codes

Color #E7A8C2 in popluar color models

E7A8C2
RGB231168194
HSL335°56.76%78.24%
HSB/HSV335°27.27%90.59%
CMYK0.00%27.27%16.02%
9.41%

Color #E7A8C2 in popluar number systems.

HEXE7A8C2
Decimal231168194
Binary111001111010100011000010
Octal347250302

Shades and tints

Shades of #E7A8C2

#E7A8C2
(231,168,194)
#D299B1
(210,153,177)
#BD8AA0
(189,138,160)
#A87B8F
(168,123,143)
#936C7E
(147,108,126)
#7E5D6D
(126,93,109)
#694E5C
(105,78,92)
#543F4B
(84,63,75)
#3F303A
(63,48,58)
#2A2129
(42,33,41)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #E7A8C2

#E7A8C2
(231,168,194)
#E9AFC7
(233,175,199)
#EBB6CC
(235,182,204)
#EDBDD1
(237,189,209)
#EFC4D6
(239,196,214)
#F1CBDB
(241,203,219)
#F3D2E0
(243,210,224)
#F5D9E5
(245,217,229)
#F7E0EA
(247,224,234)
#F9E7EF
(249,231,239)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A8C2; }

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

This text font color is #E7A8C2.


Background Color

.myBgColor { background-color: #E7A8C2; }

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

This div background color is #E7A8C2.


Border color

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

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

This div border color is #E7A8C2.


Opacity

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

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

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

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

This text has shadow with #E7A8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A8C2 on black background.


Color preview on white background

This text has color #E7A8C2 on white background.



Black color preview on #E7A8C2 background

This text has black color on #E7A8C2 background.


White color preview on #E7A8C2 background

This text has white color on #E7A8C2 background.