COLOR #8E7B94

HEX: #8E7B94
RGB: (142,123,148)

Color info

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

RGB color model

#8E7B94 color RGB value is (142,123,148).

  • red value is 142;
  • green value is 123;
  • blue value is 148.
RGB:
(142,123,148)
(56%,48%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 123 of 255 = 48%
B 148 of 255 = 58%

142
123
148

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

Portions of RGB colors in percentages

R + G + B =
142 + 123 + 148 = 413 (100%)
R 142 of 413 ~ 34.38%
G 123 of 413 ~ 29.78%
B 148 of 413 ~ 35.84%

%34.38
%29.78
%35.84

CMYK color model

#8E7B94 color CMYK value is (4,17,0,42).

  • cyan value is 4.05%
  • magenta value is 16.89%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(4,17,0,42)
C4M17Y0K42 
(4%,17%,0%,42%)
(0.04/0.17/0.00/0.42)	

CMYK percentages

%4.05
%16.89
%0
%41.96

Codes

Color #8E7B94 in popluar color models

8E7B94
RGB142123148
HSL286°10.46%53.14%
HSB/HSV286°16.89%58.04%
CMYK4.05%16.89%0.00%
41.96%

Color #8E7B94 in popluar number systems.

HEX8E7B94
Decimal142123148
Binary10001110111101110010100
Octal216173224

Shades and tints

Shades of #8E7B94

#8E7B94
(142,123,148)
#827087
(130,112,135)
#76657A
(118,101,122)
#6A5A6D
(106,90,109)
#5E4F60
(94,79,96)
#524453
(82,68,83)
#463946
(70,57,70)
#3A2E39
(58,46,57)
#2E232C
(46,35,44)
#22181F
(34,24,31)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #8E7B94

#8E7B94
(142,123,148)
#98879D
(152,135,157)
#A293A6
(162,147,166)
#AC9FAF
(172,159,175)
#B6ABB8
(182,171,184)
#C0B7C1
(192,183,193)
#CAC3CA
(202,195,202)
#D4CFD3
(212,207,211)
#DEDBDC
(222,219,220)
#E8E7E5
(232,231,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7B94 color. Also use rgb(142,123,148) instead hex code.

Text Font Color

.myTextColor { color: #8E7B94; }

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

This text font color is #8E7B94.


Background Color

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

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

This div background color is #8E7B94.


Border color

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

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

This div border color is #8E7B94.


Opacity

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

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

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

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

This text has shadow with #8E7B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7B94 on black background.


Color preview on white background

This text has color #8E7B94 on white background.



Black color preview on #8E7B94 background

This text has black color on #8E7B94 background.


White color preview on #8E7B94 background

This text has white color on #8E7B94 background.