COLOR #8EAAA5

HEX: #8EAAA5
RGB: (142,170,165)

Color info

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

RGB color model

#8EAAA5 color RGB value is (142,170,165).

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

RGB channels and saturation

R 142 of 255 = 56%
G 170 of 255 = 67%
B 165 of 255 = 65%

142
170
165

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

Portions of RGB colors in percentages

R + G + B =
142 + 170 + 165 = 477 (100%)
R 142 of 477 ~ 29.77%
G 170 of 477 ~ 35.64%
B 165 of 477 ~ 34.59%

%29.77
%35.64
%34.59

CMYK color model

#8EAAA5 color CMYK value is (16,0,3,33).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 33.33%
CMYK:
(16,0,3,33)
C16M0Y3K33 
(16%,0%,3%,33%)
(0.16/0.00/0.03/0.33)	

CMYK percentages

%16.47
%0
%2.94
%33.33

Codes

Color #8EAAA5 in popluar color models

8EAAA5
RGB142170165
HSL169°14.14%61.18%
HSB/HSV169°16.47%66.67%
CMYK16.47%0.00%2.94%
33.33%

Color #8EAAA5 in popluar number systems.

HEX8EAAA5
Decimal142170165
Binary100011101010101010100101
Octal216252245

Shades and tints

Shades of #8EAAA5

#8EAAA5
(142,170,165)
#829B96
(130,155,150)
#768C87
(118,140,135)
#6A7D78
(106,125,120)
#5E6E69
(94,110,105)
#525F5A
(82,95,90)
#46504B
(70,80,75)
#3A413C
(58,65,60)
#2E322D
(46,50,45)
#22231E
(34,35,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #8EAAA5

#8EAAA5
(142,170,165)
#98B1AD
(152,177,173)
#A2B8B5
(162,184,181)
#ACBFBD
(172,191,189)
#B6C6C5
(182,198,197)
#C0CDCD
(192,205,205)
#CAD4D5
(202,212,213)
#D4DBDD
(212,219,221)
#DEE2E5
(222,226,229)
#E8E9ED
(232,233,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAAA5; }

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

This text font color is #8EAAA5.


Background Color

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

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

This div background color is #8EAAA5.


Border color

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

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

This div border color is #8EAAA5.


Opacity

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

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

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

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

This text has shadow with #8EAAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAAA5 on black background.


Color preview on white background

This text has color #8EAAA5 on white background.



Black color preview on #8EAAA5 background

This text has black color on #8EAAA5 background.


White color preview on #8EAAA5 background

This text has white color on #8EAAA5 background.