COLOR #8E9684

HEX: #8E9684
RGB: (142,150,132)

Color info

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

RGB color model

#8E9684 color RGB value is (142,150,132).

  • red value is 142;
  • green value is 150;
  • blue value is 132.
RGB:
(142,150,132)
(56%,59%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 132 of 255 = 52%

142
150
132

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 132 = 424 (100%)
R 142 of 424 ~ 33.49%
G 150 of 424 ~ 35.38%
B 132 of 424 ~ 31.13%

%33.49
%35.38
%31.13

CMYK color model

#8E9684 color CMYK value is (5,0,12,41).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(5,0,12,41)
C5M0Y12K41 
(5%,0%,12%,41%)
(0.05/0.00/0.12/0.41)	

CMYK percentages

%5.33
%0
%12
%41.18

Codes

Color #8E9684 in popluar color models

8E9684
RGB142150132
HSL87°7.89%55.29%
HSB/HSV87°12.00%58.82%
CMYK5.33%0.00%12.00%
41.18%

Color #8E9684 in popluar number systems.

HEX8E9684
Decimal142150132
Binary100011101001011010000100
Octal216226204

Shades and tints

Shades of #8E9684

#8E9684
(142,150,132)
#828978
(130,137,120)
#767C6C
(118,124,108)
#6A6F60
(106,111,96)
#5E6254
(94,98,84)
#525548
(82,85,72)
#46483C
(70,72,60)
#3A3B30
(58,59,48)
#2E2E24
(46,46,36)
#222118
(34,33,24)
#16140C
(22,20,12)
#000000
(0,0,0)

Tints of #8E9684

#8E9684
(142,150,132)
#989F8F
(152,159,143)
#A2A89A
(162,168,154)
#ACB1A5
(172,177,165)
#B6BAB0
(182,186,176)
#C0C3BB
(192,195,187)
#CACCC6
(202,204,198)
#D4D5D1
(212,213,209)
#DEDEDC
(222,222,220)
#E8E7E7
(232,231,231)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9684 color. Also use rgb(142,150,132) instead hex code.

Text Font Color

.myTextColor { color: #8E9684; }

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

This text font color is #8E9684.


Background Color

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

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

This div background color is #8E9684.


Border color

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

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

This div border color is #8E9684.


Opacity

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

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

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

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

This text has shadow with #8E9684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9684 on black background.


Color preview on white background

This text has color #8E9684 on white background.



Black color preview on #8E9684 background

This text has black color on #8E9684 background.


White color preview on #8E9684 background

This text has white color on #8E9684 background.