COLOR #8AA597

HEX: #8AA597
RGB: (138,165,151)

Color info

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

RGB color model

#8AA597 color RGB value is (138,165,151).

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

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 151 of 255 = 59%

138
165
151

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

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 151 = 454 (100%)
R 138 of 454 ~ 30.4%
G 165 of 454 ~ 36.34%
B 151 of 454 ~ 33.26%

%30.4
%36.34
%33.26

CMYK color model

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

  • cyan value is 16.36%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(16,0,8,35)
C16M0Y8K35 
(16%,0%,8%,35%)
(0.16/0.00/0.08/0.35)	

CMYK percentages

%16.36
%0
%8.48
%35.29

Codes

Color #8AA597 in popluar color models

8AA597
RGB138165151
HSL149°13.04%59.41%
HSB/HSV149°16.36%64.71%
CMYK16.36%0.00%8.48%
35.29%

Color #8AA597 in popluar number systems.

HEX8AA597
Decimal138165151
Binary100010101010010110010111
Octal212245227

Shades and tints

Shades of #8AA597

#8AA597
(138,165,151)
#7E968A
(126,150,138)
#72877D
(114,135,125)
#667870
(102,120,112)
#5A6963
(90,105,99)
#4E5A56
(78,90,86)
#424B49
(66,75,73)
#363C3C
(54,60,60)
#2A2D2F
(42,45,47)
#1E1E22
(30,30,34)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #8AA597

#8AA597
(138,165,151)
#94ADA0
(148,173,160)
#9EB5A9
(158,181,169)
#A8BDB2
(168,189,178)
#B2C5BB
(178,197,187)
#BCCDC4
(188,205,196)
#C6D5CD
(198,213,205)
#D0DDD6
(208,221,214)
#DAE5DF
(218,229,223)
#E4EDE8
(228,237,232)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA597; }

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

This text font color is #8AA597.


Background Color

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

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

This div background color is #8AA597.


Border color

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

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

This div border color is #8AA597.


Opacity

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

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

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

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

This text has shadow with #8AA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA597 on black background.


Color preview on white background

This text has color #8AA597 on white background.



Black color preview on #8AA597 background

This text has black color on #8AA597 background.


White color preview on #8AA597 background

This text has white color on #8AA597 background.