COLOR #8AAC99

HEX: #8AAC99
RGB: (138,172,153)

Color info

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

RGB color model

#8AAC99 color RGB value is (138,172,153).

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

RGB channels and saturation

R 138 of 255 = 54%
G 172 of 255 = 67%
B 153 of 255 = 60%

138
172
153

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

Portions of RGB colors in percentages

R + G + B =
138 + 172 + 153 = 463 (100%)
R 138 of 463 ~ 29.81%
G 172 of 463 ~ 37.15%
B 153 of 463 ~ 33.05%

%29.81
%37.15
%33.05

CMYK color model

#8AAC99 color CMYK value is (20,0,11,33).

  • cyan value is 19.77%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK:
(20,0,11,33)
C20M0Y11K33 
(20%,0%,11%,33%)
(0.20/0.00/0.11/0.33)	

CMYK percentages

%19.77
%0
%11.05
%32.55

Codes

Color #8AAC99 in popluar color models

8AAC99
RGB138172153
HSL146°17.00%60.78%
HSB/HSV146°19.77%67.45%
CMYK19.77%0.00%11.05%
32.55%

Color #8AAC99 in popluar number systems.

HEX8AAC99
Decimal138172153
Binary100010101010110010011001
Octal212254231

Shades and tints

Shades of #8AAC99

#8AAC99
(138,172,153)
#7E9D8C
(126,157,140)
#728E7F
(114,142,127)
#667F72
(102,127,114)
#5A7065
(90,112,101)
#4E6158
(78,97,88)
#42524B
(66,82,75)
#36433E
(54,67,62)
#2A3431
(42,52,49)
#1E2524
(30,37,36)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #8AAC99

#8AAC99
(138,172,153)
#94B3A2
(148,179,162)
#9EBAAB
(158,186,171)
#A8C1B4
(168,193,180)
#B2C8BD
(178,200,189)
#BCCFC6
(188,207,198)
#C6D6CF
(198,214,207)
#D0DDD8
(208,221,216)
#DAE4E1
(218,228,225)
#E4EBEA
(228,235,234)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAC99; }

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

This text font color is #8AAC99.


Background Color

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

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

This div background color is #8AAC99.


Border color

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

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

This div border color is #8AAC99.


Opacity

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

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

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

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

This text has shadow with #8AAC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAC99 on black background.


Color preview on white background

This text has color #8AAC99 on white background.



Black color preview on #8AAC99 background

This text has black color on #8AAC99 background.


White color preview on #8AAC99 background

This text has white color on #8AAC99 background.