COLOR #8AA099

HEX: #8AA099
RGB: (138,160,153)

Color info

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

RGB color model

#8AA099 color RGB value is (138,160,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 153 of 255 = 60%

138
160
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 153 = 451 (100%)
R 138 of 451 ~ 30.6%
G 160 of 451 ~ 35.48%
B 153 of 451 ~ 33.92%

%30.6
%35.48
%33.92

CMYK color model

#8AA099 color CMYK value is (14,0,4,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(14,0,4,37)
C14M0Y4K37 
(14%,0%,4%,37%)
(0.14/0.00/0.04/0.37)	

CMYK percentages

%13.75
%0
%4.38
%37.25

Codes

Color #8AA099 in popluar color models

8AA099
RGB138160153
HSL161°10.38%58.43%
HSB/HSV161°13.75%62.75%
CMYK13.75%0.00%4.38%
37.25%

Color #8AA099 in popluar number systems.

HEX8AA099
Decimal138160153
Binary100010101010000010011001
Octal212240231

Shades and tints

Shades of #8AA099

#8AA099
(138,160,153)
#7E928C
(126,146,140)
#72847F
(114,132,127)
#667672
(102,118,114)
#5A6865
(90,104,101)
#4E5A58
(78,90,88)
#424C4B
(66,76,75)
#363E3E
(54,62,62)
#2A3031
(42,48,49)
#1E2224
(30,34,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #8AA099

#8AA099
(138,160,153)
#94A8A2
(148,168,162)
#9EB0AB
(158,176,171)
#A8B8B4
(168,184,180)
#B2C0BD
(178,192,189)
#BCC8C6
(188,200,198)
#C6D0CF
(198,208,207)
#D0D8D8
(208,216,216)
#DAE0E1
(218,224,225)
#E4E8EA
(228,232,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA099; }

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

This text font color is #8AA099.


Background Color

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

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

This div background color is #8AA099.


Border color

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

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

This div border color is #8AA099.


Opacity

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

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

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

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

This text has shadow with #8AA099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA099 on black background.


Color preview on white background

This text has color #8AA099 on white background.



Black color preview on #8AA099 background

This text has black color on #8AA099 background.


White color preview on #8AA099 background

This text has white color on #8AA099 background.