COLOR #8A9E80

HEX: #8A9E80
RGB: (138,158,128)

Color info

#8A9E80 contains red, green and blue colors in about the same proportion. Web safe color of #8A9E80 is #999966 (or #996).

RGB color model

#8A9E80 color RGB value is (138,158,128).

  • red value is 138;
  • green value is 158;
  • blue value is 128.
RGB:
(138,158,128)
(54%,62%,50%)

RGB channels and saturation

R 138 of 255 = 54%
G 158 of 255 = 62%
B 128 of 255 = 50%

138
158
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 158 + 128 = 424 (100%)
R 138 of 424 ~ 32.55%
G 158 of 424 ~ 37.26%
B 128 of 424 ~ 30.19%

%32.55
%37.26
%30.19

CMYK color model

#8A9E80 color CMYK value is (13,0,19,38).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 38.04%
CMYK:
(13,0,19,38)
C13M0Y19K38 
(13%,0%,19%,38%)
(0.13/0.00/0.19/0.38)	

CMYK percentages

%12.66
%0
%18.99
%38.04

Codes

Color #8A9E80 in popluar color models

8A9E80
RGB138158128
HSL100°13.39%56.08%
HSB/HSV100°18.99%61.96%
CMYK12.66%0.00%18.99%
38.04%

Color #8A9E80 in popluar number systems.

HEX8A9E80
Decimal138158128
Binary100010101001111010000000
Octal212236200

Shades and tints

Shades of #8A9E80

#8A9E80
(138,158,128)
#7E9075
(126,144,117)
#72826A
(114,130,106)
#66745F
(102,116,95)
#5A6654
(90,102,84)
#4E5849
(78,88,73)
#424A3E
(66,74,62)
#363C33
(54,60,51)
#2A2E28
(42,46,40)
#1E201D
(30,32,29)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8A9E80

#8A9E80
(138,158,128)
#94A68B
(148,166,139)
#9EAE96
(158,174,150)
#A8B6A1
(168,182,161)
#B2BEAC
(178,190,172)
#BCC6B7
(188,198,183)
#C6CEC2
(198,206,194)
#D0D6CD
(208,214,205)
#DADED8
(218,222,216)
#E4E6E3
(228,230,227)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9E80 color. Also use rgb(138,158,128) instead hex code.

Text Font Color

.myTextColor { color: #8A9E80; }

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

This text font color is #8A9E80.


Background Color

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

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

This div background color is #8A9E80.


Border color

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

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

This div border color is #8A9E80.


Opacity

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

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

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

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

This text has shadow with #8A9E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9E80 on black background.


Color preview on white background

This text has color #8A9E80 on white background.



Black color preview on #8A9E80 background

This text has black color on #8A9E80 background.


White color preview on #8A9E80 background

This text has white color on #8A9E80 background.