COLOR #8E7481

HEX: #8E7481 RGB: (142,116,129)

Color info

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

RGB color model

#8E7481 color RGB value is (142,116,129).

RGB: (142,116,129) (56%, 45%, 51%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 129 of 255 = 51%

142
116
129

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

Portions of RGB colors in percentages

R + G + B = 142 + 116 + 129 = 387 (100%)
R 142 of 387 ~ 36.69%
G 116 of 387 ~ 29.97%
B 129 of 387 ~ 33.33'%

%36.69
%29.97
%33.33

CMYK color model

#8E7481 color CMYK value is (0,18,9,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 9.15%
  • key color value is 44.31%

CMYK: (0,18,9,44)
C0M18Y9K44 (0%, 18%, 9%, 44%)
(0.00 / 0.18 / 0.09 / 0.44)

CMYK percentages

%0
%18.31
%9.15
%44.31

Codes

Color #8E7481 in popluar color models

8E 74 81
RGB 142 116 129
HSL 330° 10.32% 50.59%
HSB/HSV 330° 18.31% 55.69%
CMYK 0.00% 18.31% 9.15%
44.31%

Color #8E7481 in popluar number systems.

HEX 8E 74 81
Decimal 142 116 129
Binary 10001110 1110100 10000001
Octal 216 164 201

Shades and tints

Shades of #8E7481

#8E7481
(142,116,129)
#826A76
(130,106,118)
#76606B
(118,96,107)
#6A5660
(106,86,96)
#5E4C55
(94,76,85)
#52424A
(82,66,74)
#46383F
(70,56,63)
#3A2E34
(58,46,52)
#2E2429
(46,36,41)
#221A1E
(34,26,30)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E7481

#8E7481
(142,116,129)
#98808C
(152,128,140)
#A28C97
(162,140,151)
#AC98A2
(172,152,162)
#B6A4AD
(182,164,173)
#C0B0B8
(192,176,184)
#CABCC3
(202,188,195)
#D4C8CE
(212,200,206)
#DED4D9
(222,212,217)
#E8E0E4
(232,224,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7481; }

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

This text font color is #8E7481.

Background Color

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

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

This div background color is #8E7481.

Border color

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

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

This div border color is #8E7481.

Opacity

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

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

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

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

This text has shadow with #8E7481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7481.

Preview

Color preview on black background

This text has color #8E7481 on black background.


Color preview on white background

This text has color #8E7481 on white background.


Black color preview on #8E7481 background

This text has black color on #8E7481 background.


White color preview on #8E7481 background

This text has white color on #8E7481 background.


Related colors

Complementary color

Complementary color for #hex is #718B7E.


I love getcolorcode.com

Triadic colors

1 #818E74 and #74818E with #8E7481 are triadic colors.

2 #81748E and #748E81 with #8E7481 are triadic colors.