COLOR #8AA697

HEX: #8AA697
RGB: (138,166,151)

Color info

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

RGB color model

#8AA697 color RGB value is (138,166,151).

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

RGB channels and saturation

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

138
166
151

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

Portions of RGB colors in percentages

R + G + B =
138 + 166 + 151 = 455 (100%)
R 138 of 455 ~ 30.33%
G 166 of 455 ~ 36.48%
B 151 of 455 ~ 33.19%

%30.33
%36.48
%33.19

CMYK color model

#8AA697 color CMYK value is (17,0,9,35).

  • cyan value is 16.87%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(17,0,9,35)
C17M0Y9K35 
(17%,0%,9%,35%)
(0.17/0.00/0.09/0.35)	

CMYK percentages

%16.87
%0
%9.04
%34.9

Codes

Color #8AA697 in popluar color models

8AA697
RGB138166151
HSL148°13.59%59.61%
HSB/HSV148°16.87%65.10%
CMYK16.87%0.00%9.04%
34.90%

Color #8AA697 in popluar number systems.

HEX8AA697
Decimal138166151
Binary100010101010011010010111
Octal212246227

Shades and tints

Shades of #8AA697

#8AA697
(138,166,151)
#7E978A
(126,151,138)
#72887D
(114,136,125)
#667970
(102,121,112)
#5A6A63
(90,106,99)
#4E5B56
(78,91,86)
#424C49
(66,76,73)
#363D3C
(54,61,60)
#2A2E2F
(42,46,47)
#1E1F22
(30,31,34)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #8AA697

#8AA697
(138,166,151)
#94AEA0
(148,174,160)
#9EB6A9
(158,182,169)
#A8BEB2
(168,190,178)
#B2C6BB
(178,198,187)
#BCCEC4
(188,206,196)
#C6D6CD
(198,214,205)
#D0DED6
(208,222,214)
#DAE6DF
(218,230,223)
#E4EEE8
(228,238,232)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA697; }

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

This text font color is #8AA697.


Background Color

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

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

This div background color is #8AA697.


Border color

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

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

This div border color is #8AA697.


Opacity

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

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

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

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

This text has shadow with #8AA697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA697 on black background.


Color preview on white background

This text has color #8AA697 on white background.



Black color preview on #8AA697 background

This text has black color on #8AA697 background.


White color preview on #8AA697 background

This text has white color on #8AA697 background.