COLOR #8EB0A6

HEX: #8EB0A6
RGB: (142,176,166)

Color info

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

RGB color model

#8EB0A6 color RGB value is (142,176,166).

  • red value is 142;
  • green value is 176;
  • blue value is 166.
RGB:
(142,176,166)
(56%,69%,65%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 166 of 255 = 65%

142
176
166

R + G + B ~ 63%. #8EB0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 166 = 484 (100%)
R 142 of 484 ~ 29.34%
G 176 of 484 ~ 36.36%
B 166 of 484 ~ 34.3%

%29.34
%36.36
%34.3

CMYK color model

#8EB0A6 color CMYK value is (19,0,6,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(19,0,6,31)
C19M0Y6K31 
(19%,0%,6%,31%)
(0.19/0.00/0.06/0.31)	

CMYK percentages

%19.32
%0
%5.68
%30.98

Codes

Color #8EB0A6 in popluar color models

8EB0A6
RGB142176166
HSL162°17.71%62.35%
HSB/HSV162°19.32%69.02%
CMYK19.32%0.00%5.68%
30.98%

Color #8EB0A6 in popluar number systems.

HEX8EB0A6
Decimal142176166
Binary100011101011000010100110
Octal216260246

Shades and tints

Shades of #8EB0A6

#8EB0A6
(142,176,166)
#82A097
(130,160,151)
#769088
(118,144,136)
#6A8079
(106,128,121)
#5E706A
(94,112,106)
#52605B
(82,96,91)
#46504C
(70,80,76)
#3A403D
(58,64,61)
#2E302E
(46,48,46)
#22201F
(34,32,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #8EB0A6

#8EB0A6
(142,176,166)
#98B7AE
(152,183,174)
#A2BEB6
(162,190,182)
#ACC5BE
(172,197,190)
#B6CCC6
(182,204,198)
#C0D3CE
(192,211,206)
#CADAD6
(202,218,214)
#D4E1DE
(212,225,222)
#DEE8E6
(222,232,230)
#E8EFEE
(232,239,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB0A6 color. Also use rgb(142,176,166) instead hex code.

Text Font Color

.myTextColor { color: #8EB0A6; }

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

This text font color is #8EB0A6.


Background Color

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

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

This div background color is #8EB0A6.


Border color

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

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

This div border color is #8EB0A6.


Opacity

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

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

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

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

This text has shadow with #8EB0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB0A6 on black background.


Color preview on white background

This text has color #8EB0A6 on white background.



Black color preview on #8EB0A6 background

This text has black color on #8EB0A6 background.


White color preview on #8EB0A6 background

This text has white color on #8EB0A6 background.