COLOR #E7ACC0

HEX: #E7ACC0 RGB: (231,172,192)

Color info

#E7ACC0 contains red, green and blue colors in about the same proportion. Web safe color of #E7ACC0 is #FF99CC (or #F9C).

RGB color model

#E7ACC0 color RGB value is (231,172,192).

RGB: (231,172,192) (91%, 67%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 172 of 255 = 67%
B 192 of 255 = 75%

231
172
192

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

Portions of RGB colors in percentages

R + G + B = 231 + 172 + 192 = 595 (100%)
R 231 of 595 ~ 38.82%
G 172 of 595 ~ 28.91%
B 192 of 595 ~ 32.27'%

%38.82
%28.91
%32.27

CMYK color model

#E7ACC0 color CMYK value is (0,26,17,9).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 16.88%
  • key color value is 9.41%

CMYK: (0,26,17,9)
C0M26Y17K9 (0%, 26%, 17%, 9%)
(0.00 / 0.26 / 0.17 / 0.09)

CMYK percentages

%0
%25.54
%16.88
%9.41

Codes

Color #E7ACC0 in popluar color models

E7 AC C0
RGB 231 172 192
HSL 340° 55.14% 79.02%
HSB/HSV 340° 25.54% 90.59%
CMYK 0.00% 25.54% 16.88%
9.41%

Color #E7ACC0 in popluar number systems.

HEX E7 AC C0
Decimal 231 172 192
Binary 11100111 10101100 11000000
Octal 347 254 300

Shades and tints

Shades of #E7ACC0

#E7ACC0
(231,172,192)
#D29DAF
(210,157,175)
#BD8E9E
(189,142,158)
#A87F8D
(168,127,141)
#93707C
(147,112,124)
#7E616B
(126,97,107)
#69525A
(105,82,90)
#544349
(84,67,73)
#3F3438
(63,52,56)
#2A2527
(42,37,39)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #E7ACC0

#E7ACC0
(231,172,192)
#E9B3C5
(233,179,197)
#EBBACA
(235,186,202)
#EDC1CF
(237,193,207)
#EFC8D4
(239,200,212)
#F1CFD9
(241,207,217)
#F3D6DE
(243,214,222)
#F5DDE3
(245,221,227)
#F7E4E8
(247,228,232)
#F9EBED
(249,235,237)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ACC0 color. Also use rgb(231,172,192) instead hex code.

Text Font Color

.myTextColor { color: #E7ACC0; }

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

This text font color is #E7ACC0.

Background Color

.myBgColor { background-color: #E7ACC0; }

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

This div background color is #E7ACC0.

Border color

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

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

This div border color is #E7ACC0.

Opacity

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

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

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

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

This text has shadow with #E7ACC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ACC0.

Preview

Color preview on black background

This text has color #E7ACC0 on black background.


Color preview on white background

This text has color #E7ACC0 on white background.


Black color preview on #E7ACC0 background

This text has black color on #E7ACC0 background.


White color preview on #E7ACC0 background

This text has white color on #E7ACC0 background.


Related colors

Complementary color

Complementary color for #hex is #18533F.


I love getcolorcode.com

Triadic colors

1 #C0E7AC and #ACC0E7 with #E7ACC0 are triadic colors.

2 #C0ACE7 and #ACE7C0 with #E7ACC0 are triadic colors.