COLOR #8AA09C

HEX: #8AA09C
RGB: (138,160,156)

Color info

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

RGB color model

#8AA09C color RGB value is (138,160,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 156 of 255 = 61%

138
160
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 156 = 454 (100%)
R 138 of 454 ~ 30.4%
G 160 of 454 ~ 35.24%
B 156 of 454 ~ 34.36%

%30.4
%35.24
%34.36

CMYK color model

#8AA09C color CMYK value is (14,0,2,37).

  • cyan value is 13.75%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 37.25%
CMYK:
(14,0,2,37)
C14M0Y2K37 
(14%,0%,2%,37%)
(0.14/0.00/0.02/0.37)	

CMYK percentages

%13.75
%0
%2.5
%37.25

Codes

Color #8AA09C in popluar color models

8AA09C
RGB138160156
HSL169°10.38%58.43%
HSB/HSV169°13.75%62.75%
CMYK13.75%0.00%2.50%
37.25%

Color #8AA09C in popluar number systems.

HEX8AA09C
Decimal138160156
Binary100010101010000010011100
Octal212240234

Shades and tints

Shades of #8AA09C

#8AA09C
(138,160,156)
#7E928E
(126,146,142)
#728480
(114,132,128)
#667672
(102,118,114)
#5A6864
(90,104,100)
#4E5A56
(78,90,86)
#424C48
(66,76,72)
#363E3A
(54,62,58)
#2A302C
(42,48,44)
#1E221E
(30,34,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8AA09C

#8AA09C
(138,160,156)
#94A8A5
(148,168,165)
#9EB0AE
(158,176,174)
#A8B8B7
(168,184,183)
#B2C0C0
(178,192,192)
#BCC8C9
(188,200,201)
#C6D0D2
(198,208,210)
#D0D8DB
(208,216,219)
#DAE0E4
(218,224,228)
#E4E8ED
(228,232,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA09C; }

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

This text font color is #8AA09C.


Background Color

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

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

This div background color is #8AA09C.


Border color

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

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

This div border color is #8AA09C.


Opacity

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

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

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

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

This text has shadow with #8AA09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA09C on black background.


Color preview on white background

This text has color #8AA09C on white background.



Black color preview on #8AA09C background

This text has black color on #8AA09C background.


White color preview on #8AA09C background

This text has white color on #8AA09C background.