COLOR #8E827C

HEX: #8E827C RGB: (142,130,124)

Color info

#8E827C contains red, green and blue colors in about the same proportion. Web safe color of #8E827C is #999966 (or #996).

RGB color model

#8E827C color RGB value is (142,130,124).

RGB: (142,130,124) (56%, 51%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 124 of 255 = 49%

142
130
124

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

Portions of RGB colors in percentages

R + G + B = 142 + 130 + 124 = 396 (100%)
R 142 of 396 ~ 35.86%
G 130 of 396 ~ 32.83%
B 124 of 396 ~ 31.31'%

%35.86
%32.83
%31.31

CMYK color model

#8E827C color CMYK value is (0,8,13,44).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 12.68%
  • key color value is 44.31%

CMYK: (0,8,13,44)
C0M8Y13K44 (0%, 8%, 13%, 44%)
(0.00 / 0.08 / 0.13 / 0.44)

CMYK percentages

%0
%8.45
%12.68
%44.31

Codes

Color #8E827C in popluar color models

8E 82 7C
RGB 142 130 124
HSL 20° 7.38% 52.16%
HSB/HSV 20° 12.68% 55.69%
CMYK 0.00% 8.45% 12.68%
44.31%

Color #8E827C in popluar number systems.

HEX 8E 82 7C
Decimal 142 130 124
Binary 10001110 10000010 1111100
Octal 216 202 174

Shades and tints

Shades of #8E827C

#8E827C
(142,130,124)
#827771
(130,119,113)
#766C66
(118,108,102)
#6A615B
(106,97,91)
#5E5650
(94,86,80)
#524B45
(82,75,69)
#46403A
(70,64,58)
#3A352F
(58,53,47)
#2E2A24
(46,42,36)
#221F19
(34,31,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8E827C

#8E827C
(142,130,124)
#988D87
(152,141,135)
#A29892
(162,152,146)
#ACA39D
(172,163,157)
#B6AEA8
(182,174,168)
#C0B9B3
(192,185,179)
#CAC4BE
(202,196,190)
#D4CFC9
(212,207,201)
#DEDAD4
(222,218,212)
#E8E5DF
(232,229,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E827C color. Also use rgb(142,130,124) instead hex code.

Text Font Color

.myTextColor { color: #8E827C; }

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

This text font color is #8E827C.

Background Color

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

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

This div background color is #8E827C.

Border color

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

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

This div border color is #8E827C.

Opacity

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

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

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

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

This text has shadow with #8E827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E827C.

Preview

Color preview on black background

This text has color #8E827C on black background.


Color preview on white background

This text has color #8E827C on white background.


Black color preview on #8E827C background

This text has black color on #8E827C background.


White color preview on #8E827C background

This text has white color on #8E827C background.


Related colors

Complementary color

Complementary color for #hex is #717D83.


I love getcolorcode.com

Triadic colors

1 #7C8E82 and #827C8E with #8E827C are triadic colors.

2 #7C828E and #828E7C with #8E827C are triadic colors.