COLOR #8E7992

HEX: #8E7992
RGB: (142,121,146)

Color info

#8E7992 contains red, green and blue colors in about the same proportion. Web safe color of #8E7992 is #996699 (or #969).

RGB color model

#8E7992 color RGB value is (142,121,146).

  • red value is 142;
  • green value is 121;
  • blue value is 146.
RGB:
(142,121,146)
(56%,47%,57%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 146 of 255 = 57%

142
121
146

R + G + B ~ 53%. #8E7992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 146 = 409 (100%)
R 142 of 409 ~ 34.72%
G 121 of 409 ~ 29.58%
B 146 of 409 ~ 35.7%

%34.72
%29.58
%35.7

CMYK color model

#8E7992 color CMYK value is (3,17,0,43).

  • cyan value is 2.74%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(3,17,0,43)
C3M17Y0K43 
(3%,17%,0%,43%)
(0.03/0.17/0.00/0.43)	

CMYK percentages

%2.74
%17.12
%0
%42.75

Codes

Color #8E7992 in popluar color models

8E7992
RGB142121146
HSL290°10.29%52.35%
HSB/HSV290°17.12%57.25%
CMYK2.74%17.12%0.00%
42.75%

Color #8E7992 in popluar number systems.

HEX8E7992
Decimal142121146
Binary10001110111100110010010
Octal216171222

Shades and tints

Shades of #8E7992

#8E7992
(142,121,146)
#826E85
(130,110,133)
#766378
(118,99,120)
#6A586B
(106,88,107)
#5E4D5E
(94,77,94)
#524251
(82,66,81)
#463744
(70,55,68)
#3A2C37
(58,44,55)
#2E212A
(46,33,42)
#22161D
(34,22,29)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #8E7992

#8E7992
(142,121,146)
#98859B
(152,133,155)
#A291A4
(162,145,164)
#AC9DAD
(172,157,173)
#B6A9B6
(182,169,182)
#C0B5BF
(192,181,191)
#CAC1C8
(202,193,200)
#D4CDD1
(212,205,209)
#DED9DA
(222,217,218)
#E8E5E3
(232,229,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7992 color. Also use rgb(142,121,146) instead hex code.

Text Font Color

.myTextColor { color: #8E7992; }

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

This text font color is #8E7992.


Background Color

.myBgColor { background-color: #8E7992; }

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

This div background color is #8E7992.


Border color

.myBorderColor { border: 1px solid #8E7992; }

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

This div border color is #8E7992.


Opacity

.myOpacity80 { color: #8E7992; opacity: 0.8; }

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

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

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

This text has shadow with #8E7992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7992 on black background.


Color preview on white background

This text has color #8E7992 on white background.



Black color preview on #8E7992 background

This text has black color on #8E7992 background.


White color preview on #8E7992 background

This text has white color on #8E7992 background.