COLOR #8E819C

HEX: #8E819C RGB: (142,129,156)

Color info

#8E819C contains red, green and blue colors in about the same proportion. Web safe color of #8E819C is #999999 (or #999).

RGB color model

#8E819C color RGB value is (142,129,156).

RGB: (142,129,156) (56%, 51%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 129 of 255 = 51%
B 156 of 255 = 61%

142
129
156

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

Portions of RGB colors in percentages

R + G + B = 142 + 129 + 156 = 427 (100%)
R 142 of 427 ~ 33.26%
G 129 of 427 ~ 30.21%
B 156 of 427 ~ 36.53'%

%33.26
%30.21
%36.53

CMYK color model

#8E819C color CMYK value is (9,17,0,39).

  • cyan value is 8.97%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (9,17,0,39)
C9M17Y0K39 (9%, 17%, 0%, 39%)
(0.09 / 0.17 / 0.00 / 0.39)

CMYK percentages

%8.97
%17.31
%0
%38.82

Codes

Color #8E819C in popluar color models

8E 81 9C
RGB 142 129 156
HSL 269° 12.00% 55.88%
HSB/HSV 269° 17.31% 61.18%
CMYK 8.97% 17.31% 0.00%
38.82%

Color #8E819C in popluar number systems.

HEX 8E 81 9C
Decimal 142 129 156
Binary 10001110 10000001 10011100
Octal 216 201 234

Shades and tints

Shades of #8E819C

#8E819C
(142,129,156)
#82768E
(130,118,142)
#766B80
(118,107,128)
#6A6072
(106,96,114)
#5E5564
(94,85,100)
#524A56
(82,74,86)
#463F48
(70,63,72)
#3A343A
(58,52,58)
#2E292C
(46,41,44)
#221E1E
(34,30,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #8E819C

#8E819C
(142,129,156)
#988CA5
(152,140,165)
#A297AE
(162,151,174)
#ACA2B7
(172,162,183)
#B6ADC0
(182,173,192)
#C0B8C9
(192,184,201)
#CAC3D2
(202,195,210)
#D4CEDB
(212,206,219)
#DED9E4
(222,217,228)
#E8E4ED
(232,228,237)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E819C; }

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

This text font color is #8E819C.

Background Color

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

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

This div background color is #8E819C.

Border color

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

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

This div border color is #8E819C.

Opacity

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

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

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

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

This text has shadow with #8E819C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E819C.

Preview

Color preview on black background

This text has color #8E819C on black background.


Color preview on white background

This text has color #8E819C on white background.


Black color preview on #8E819C background

This text has black color on #8E819C background.


White color preview on #8E819C background

This text has white color on #8E819C background.


Related colors

Complementary color

Complementary color for #hex is #717E63.


I love getcolorcode.com

Triadic colors

1 #9C8E81 and #819C8E with #8E819C are triadic colors.

2 #9C818E and #818E9C with #8E819C are triadic colors.