COLOR #8AA8A5

HEX: #8AA8A5 RGB: (138,168,165)

Color info

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

RGB color model

#8AA8A5 color RGB value is (138,168,165).

RGB: (138,168,165) (54%, 66%, 65%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 165 of 255 = 65%

138
168
165

R + G + B ~ 62%. #8AA8A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 168 + 165 = 471 (100%)
R 138 of 471 ~ 29.3%
G 168 of 471 ~ 35.67%
B 165 of 471 ~ 35.03'%

%29.3
%35.67
%35.03

CMYK color model

#8AA8A5 color CMYK value is (18,0,2,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 34.12%

CMYK: (18,0,2,34)
C18M0Y2K34 (18%, 0%, 2%, 34%)
(0.18 / 0.00 / 0.02 / 0.34)

CMYK percentages

%17.86
%0
%1.79
%34.12

Codes

Color #8AA8A5 in popluar color models

8A A8 A5
RGB 138 168 165
HSL 174° 14.71% 60.00%
HSB/HSV 174° 17.86% 65.88%
CMYK 17.86% 0.00% 1.79%
34.12%

Color #8AA8A5 in popluar number systems.

HEX 8A A8 A5
Decimal 138 168 165
Binary 10001010 10101000 10100101
Octal 212 250 245

Shades and tints

Shades of #8AA8A5

#8AA8A5
(138,168,165)
#7E9996
(126,153,150)
#728A87
(114,138,135)
#667B78
(102,123,120)
#5A6C69
(90,108,105)
#4E5D5A
(78,93,90)
#424E4B
(66,78,75)
#363F3C
(54,63,60)
#2A302D
(42,48,45)
#1E211E
(30,33,30)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8AA8A5

#8AA8A5
(138,168,165)
#94AFAD
(148,175,173)
#9EB6B5
(158,182,181)
#A8BDBD
(168,189,189)
#B2C4C5
(178,196,197)
#BCCBCD
(188,203,205)
#C6D2D5
(198,210,213)
#D0D9DD
(208,217,221)
#DAE0E5
(218,224,229)
#E4E7ED
(228,231,237)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA8A5 color. Also use rgb(138,168,165) instead hex code.

Text Font Color

.myTextColor { color: #8AA8A5; }

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

This text font color is #8AA8A5.

Background Color

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

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

This div background color is #8AA8A5.

Border color

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

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

This div border color is #8AA8A5.

Opacity

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

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

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

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

This text has shadow with #8AA8A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA8A5.

Preview

Color preview on black background

This text has color #8AA8A5 on black background.


Color preview on white background

This text has color #8AA8A5 on white background.


Black color preview on #8AA8A5 background

This text has black color on #8AA8A5 background.


White color preview on #8AA8A5 background

This text has white color on #8AA8A5 background.


Related colors

Complementary color

Complementary color for #hex is #75575A.


I love getcolorcode.com

Triadic colors

1 #A58AA8 and #A8A58A with #8AA8A5 are triadic colors.

2 #A5A88A and #A88AA5 with #8AA8A5 are triadic colors.