COLOR #8E7485

HEX: #8E7485
RGB: (142,116,133)

Color info

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

RGB color model

#8E7485 color RGB value is (142,116,133).

  • red value is 142;
  • green value is 116;
  • blue value is 133.
RGB:
(142,116,133)
(56%,45%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 133 of 255 = 52%

142
116
133

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 133 = 391 (100%)
R 142 of 391 ~ 36.32%
G 116 of 391 ~ 29.67%
B 133 of 391 ~ 34.02%

%36.32
%29.67
%34.02

CMYK color model

#8E7485 color CMYK value is (0,18,6,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(0,18,6,44)
C0M18Y6K44 
(0%,18%,6%,44%)
(0.00/0.18/0.06/0.44)	

CMYK percentages

%0
%18.31
%6.34
%44.31

Codes

Color #8E7485 in popluar color models

8E7485
RGB142116133
HSL321°10.32%50.59%
HSB/HSV321°18.31%55.69%
CMYK0.00%18.31%6.34%
44.31%

Color #8E7485 in popluar number systems.

HEX8E7485
Decimal142116133
Binary10001110111010010000101
Octal216164205

Shades and tints

Shades of #8E7485

#8E7485
(142,116,133)
#826A79
(130,106,121)
#76606D
(118,96,109)
#6A5661
(106,86,97)
#5E4C55
(94,76,85)
#524249
(82,66,73)
#46383D
(70,56,61)
#3A2E31
(58,46,49)
#2E2425
(46,36,37)
#221A19
(34,26,25)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #8E7485

#8E7485
(142,116,133)
#988090
(152,128,144)
#A28C9B
(162,140,155)
#AC98A6
(172,152,166)
#B6A4B1
(182,164,177)
#C0B0BC
(192,176,188)
#CABCC7
(202,188,199)
#D4C8D2
(212,200,210)
#DED4DD
(222,212,221)
#E8E0E8
(232,224,232)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7485 color. Also use rgb(142,116,133) instead hex code.

Text Font Color

.myTextColor { color: #8E7485; }

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

This text font color is #8E7485.


Background Color

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

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

This div background color is #8E7485.


Border color

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

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

This div border color is #8E7485.


Opacity

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

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

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

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

This text has shadow with #8E7485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7485 on black background.


Color preview on white background

This text has color #8E7485 on white background.



Black color preview on #8E7485 background

This text has black color on #8E7485 background.


White color preview on #8E7485 background

This text has white color on #8E7485 background.