COLOR #8EAA9B

HEX: #8EAA9B
RGB: (142,170,155)

Color info

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

RGB color model

#8EAA9B color RGB value is (142,170,155).

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

RGB channels and saturation

R 142 of 255 = 56%
G 170 of 255 = 67%
B 155 of 255 = 61%

142
170
155

R + G + B ~ 61%. #8EAA9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 170 + 155 = 467 (100%)
R 142 of 467 ~ 30.41%
G 170 of 467 ~ 36.4%
B 155 of 467 ~ 33.19%

%30.41
%36.4
%33.19

CMYK color model

#8EAA9B color CMYK value is (16,0,9,33).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 33.33%
CMYK:
(16,0,9,33)
C16M0Y9K33 
(16%,0%,9%,33%)
(0.16/0.00/0.09/0.33)	

CMYK percentages

%16.47
%0
%8.82
%33.33

Codes

Color #8EAA9B in popluar color models

8EAA9B
RGB142170155
HSL148°14.14%61.18%
HSB/HSV148°16.47%66.67%
CMYK16.47%0.00%8.82%
33.33%

Color #8EAA9B in popluar number systems.

HEX8EAA9B
Decimal142170155
Binary100011101010101010011011
Octal216252233

Shades and tints

Shades of #8EAA9B

#8EAA9B
(142,170,155)
#829B8D
(130,155,141)
#768C7F
(118,140,127)
#6A7D71
(106,125,113)
#5E6E63
(94,110,99)
#525F55
(82,95,85)
#465047
(70,80,71)
#3A4139
(58,65,57)
#2E322B
(46,50,43)
#22231D
(34,35,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8EAA9B

#8EAA9B
(142,170,155)
#98B1A4
(152,177,164)
#A2B8AD
(162,184,173)
#ACBFB6
(172,191,182)
#B6C6BF
(182,198,191)
#C0CDC8
(192,205,200)
#CAD4D1
(202,212,209)
#D4DBDA
(212,219,218)
#DEE2E3
(222,226,227)
#E8E9EC
(232,233,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAA9B; }

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

This text font color is #8EAA9B.


Background Color

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

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

This div background color is #8EAA9B.


Border color

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

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

This div border color is #8EAA9B.


Opacity

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

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

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

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

This text has shadow with #8EAA9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAA9B on black background.


Color preview on white background

This text has color #8EAA9B on white background.



Black color preview on #8EAA9B background

This text has black color on #8EAA9B background.


White color preview on #8EAA9B background

This text has white color on #8EAA9B background.