COLOR #8AA593

HEX: #8AA593
RGB: (138,165,147)

Color info

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

RGB color model

#8AA593 color RGB value is (138,165,147).

  • red value is 138;
  • green value is 165;
  • blue value is 147.
RGB:
(138,165,147)
(54%,65%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 147 of 255 = 58%

138
165
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 147 = 450 (100%)
R 138 of 450 ~ 30.67%
G 165 of 450 ~ 36.67%
B 147 of 450 ~ 32.67%

%30.67
%36.67
%32.67

CMYK color model

#8AA593 color CMYK value is (16,0,11,35).

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(16,0,11,35)
C16M0Y11K35 
(16%,0%,11%,35%)
(0.16/0.00/0.11/0.35)	

CMYK percentages

%16.36
%0
%10.91
%35.29

Codes

Color #8AA593 in popluar color models

8AA593
RGB138165147
HSL140°13.04%59.41%
HSB/HSV140°16.36%64.71%
CMYK16.36%0.00%10.91%
35.29%

Color #8AA593 in popluar number systems.

HEX8AA593
Decimal138165147
Binary100010101010010110010011
Octal212245223

Shades and tints

Shades of #8AA593

#8AA593
(138,165,147)
#7E9686
(126,150,134)
#728779
(114,135,121)
#66786C
(102,120,108)
#5A695F
(90,105,95)
#4E5A52
(78,90,82)
#424B45
(66,75,69)
#363C38
(54,60,56)
#2A2D2B
(42,45,43)
#1E1E1E
(30,30,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8AA593

#8AA593
(138,165,147)
#94AD9C
(148,173,156)
#9EB5A5
(158,181,165)
#A8BDAE
(168,189,174)
#B2C5B7
(178,197,183)
#BCCDC0
(188,205,192)
#C6D5C9
(198,213,201)
#D0DDD2
(208,221,210)
#DAE5DB
(218,229,219)
#E4EDE4
(228,237,228)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA593 color. Also use rgb(138,165,147) instead hex code.

Text Font Color

.myTextColor { color: #8AA593; }

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

This text font color is #8AA593.


Background Color

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

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

This div background color is #8AA593.


Border color

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

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

This div border color is #8AA593.


Opacity

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

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

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

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

This text has shadow with #8AA593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA593 on black background.


Color preview on white background

This text has color #8AA593 on white background.



Black color preview on #8AA593 background

This text has black color on #8AA593 background.


White color preview on #8AA593 background

This text has white color on #8AA593 background.