COLOR #8AAB9C

HEX: #8AAB9C
RGB: (138,171,156)

Color info

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

RGB color model

#8AAB9C color RGB value is (138,171,156).

  • red value is 138;
  • green value is 171;
  • blue value is 156.
RGB:
(138,171,156)
(54%,67%,61%)

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 156 of 255 = 61%

138
171
156

R + G + B ~ 61%. #8AAB9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 156 = 465 (100%)
R 138 of 465 ~ 29.68%
G 171 of 465 ~ 36.77%
B 156 of 465 ~ 33.55%

%29.68
%36.77
%33.55

CMYK color model

#8AAB9C color CMYK value is (19,0,9,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 32.94%
CMYK:
(19,0,9,33)
C19M0Y9K33 
(19%,0%,9%,33%)
(0.19/0.00/0.09/0.33)	

CMYK percentages

%19.3
%0
%8.77
%32.94

Codes

Color #8AAB9C in popluar color models

8AAB9C
RGB138171156
HSL153°16.42%60.59%
HSB/HSV153°19.30%67.06%
CMYK19.30%0.00%8.77%
32.94%

Color #8AAB9C in popluar number systems.

HEX8AAB9C
Decimal138171156
Binary100010101010101110011100
Octal212253234

Shades and tints

Shades of #8AAB9C

#8AAB9C
(138,171,156)
#7E9C8E
(126,156,142)
#728D80
(114,141,128)
#667E72
(102,126,114)
#5A6F64
(90,111,100)
#4E6056
(78,96,86)
#425148
(66,81,72)
#36423A
(54,66,58)
#2A332C
(42,51,44)
#1E241E
(30,36,30)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8AAB9C

#8AAB9C
(138,171,156)
#94B2A5
(148,178,165)
#9EB9AE
(158,185,174)
#A8C0B7
(168,192,183)
#B2C7C0
(178,199,192)
#BCCEC9
(188,206,201)
#C6D5D2
(198,213,210)
#D0DCDB
(208,220,219)
#DAE3E4
(218,227,228)
#E4EAED
(228,234,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAB9C color. Also use rgb(138,171,156) instead hex code.

Text Font Color

.myTextColor { color: #8AAB9C; }

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

This text font color is #8AAB9C.


Background Color

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

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

This div background color is #8AAB9C.


Border color

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

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

This div border color is #8AAB9C.


Opacity

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

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

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

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

This text has shadow with #8AAB9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAB9C on black background.


Color preview on white background

This text has color #8AAB9C on white background.



Black color preview on #8AAB9C background

This text has black color on #8AAB9C background.


White color preview on #8AAB9C background

This text has white color on #8AAB9C background.