COLOR #8EB2AA

HEX: #8EB2AA
RGB: (142,178,170)

Color info

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

RGB color model

#8EB2AA color RGB value is (142,178,170).

  • red value is 142;
  • green value is 178;
  • blue value is 170.
RGB:
(142,178,170)
(56%,70%,67%)

RGB channels and saturation

R 142 of 255 = 56%
G 178 of 255 = 70%
B 170 of 255 = 67%

142
178
170

R + G + B ~ 64%. #8EB2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 178 + 170 = 490 (100%)
R 142 of 490 ~ 28.98%
G 178 of 490 ~ 36.33%
B 170 of 490 ~ 34.69%

%28.98
%36.33
%34.69

CMYK color model

#8EB2AA color CMYK value is (20,0,4,30).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(20,0,4,30)
C20M0Y4K30 
(20%,0%,4%,30%)
(0.20/0.00/0.04/0.30)	

CMYK percentages

%20.22
%0
%4.49
%30.2

Codes

Color #8EB2AA in popluar color models

8EB2AA
RGB142178170
HSL167°18.95%62.75%
HSB/HSV167°20.22%69.80%
CMYK20.22%0.00%4.49%
30.20%

Color #8EB2AA in popluar number systems.

HEX8EB2AA
Decimal142178170
Binary100011101011001010101010
Octal216262252

Shades and tints

Shades of #8EB2AA

#8EB2AA
(142,178,170)
#82A29B
(130,162,155)
#76928C
(118,146,140)
#6A827D
(106,130,125)
#5E726E
(94,114,110)
#52625F
(82,98,95)
#465250
(70,82,80)
#3A4241
(58,66,65)
#2E3232
(46,50,50)
#222223
(34,34,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8EB2AA

#8EB2AA
(142,178,170)
#98B9B1
(152,185,177)
#A2C0B8
(162,192,184)
#ACC7BF
(172,199,191)
#B6CEC6
(182,206,198)
#C0D5CD
(192,213,205)
#CADCD4
(202,220,212)
#D4E3DB
(212,227,219)
#DEEAE2
(222,234,226)
#E8F1E9
(232,241,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB2AA color. Also use rgb(142,178,170) instead hex code.

Text Font Color

.myTextColor { color: #8EB2AA; }

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

This text font color is #8EB2AA.


Background Color

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

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

This div background color is #8EB2AA.


Border color

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

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

This div border color is #8EB2AA.


Opacity

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

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

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

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

This text has shadow with #8EB2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB2AA on black background.


Color preview on white background

This text has color #8EB2AA on white background.



Black color preview on #8EB2AA background

This text has black color on #8EB2AA background.


White color preview on #8EB2AA background

This text has white color on #8EB2AA background.