COLOR #8AA080

HEX: #8AA080
RGB: (138,160,128)

Color info

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

RGB color model

#8AA080 color RGB value is (138,160,128).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 128 of 255 = 50%

138
160
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 128 = 426 (100%)
R 138 of 426 ~ 32.39%
G 160 of 426 ~ 37.56%
B 128 of 426 ~ 30.05%

%32.39
%37.56
%30.05

CMYK color model

#8AA080 color CMYK value is (14,0,20,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(14,0,20,37)
C14M0Y20K37 
(14%,0%,20%,37%)
(0.14/0.00/0.20/0.37)	

CMYK percentages

%13.75
%0
%20
%37.25

Codes

Color #8AA080 in popluar color models

8AA080
RGB138160128
HSL101°14.41%56.47%
HSB/HSV101°20.00%62.75%
CMYK13.75%0.00%20.00%
37.25%

Color #8AA080 in popluar number systems.

HEX8AA080
Decimal138160128
Binary100010101010000010000000
Octal212240200

Shades and tints

Shades of #8AA080

#8AA080
(138,160,128)
#7E9275
(126,146,117)
#72846A
(114,132,106)
#66765F
(102,118,95)
#5A6854
(90,104,84)
#4E5A49
(78,90,73)
#424C3E
(66,76,62)
#363E33
(54,62,51)
#2A3028
(42,48,40)
#1E221D
(30,34,29)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8AA080

#8AA080
(138,160,128)
#94A88B
(148,168,139)
#9EB096
(158,176,150)
#A8B8A1
(168,184,161)
#B2C0AC
(178,192,172)
#BCC8B7
(188,200,183)
#C6D0C2
(198,208,194)
#D0D8CD
(208,216,205)
#DAE0D8
(218,224,216)
#E4E8E3
(228,232,227)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA080; }

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

This text font color is #8AA080.


Background Color

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

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

This div background color is #8AA080.


Border color

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

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

This div border color is #8AA080.


Opacity

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

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

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

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

This text has shadow with #8AA080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA080 on black background.


Color preview on white background

This text has color #8AA080 on white background.



Black color preview on #8AA080 background

This text has black color on #8AA080 background.


White color preview on #8AA080 background

This text has white color on #8AA080 background.