COLOR #8AA4AD

HEX: #8AA4AD RGB: (138,164,173)

Color info

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

RGB color model

#8AA4AD color RGB value is (138,164,173).

RGB: (138,164,173) (54%, 64%, 68%)

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 173 of 255 = 68%

138
164
173

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

Portions of RGB colors in percentages

R + G + B = 138 + 164 + 173 = 475 (100%)
R 138 of 475 ~ 29.05%
G 164 of 475 ~ 34.53%
B 173 of 475 ~ 36.42'%

%29.05
%34.53
%36.42

CMYK color model

#8AA4AD color CMYK value is (20,5,0,32).

  • cyan value is 20.23%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (20,5,0,32)
C20M5Y0K32 (20%, 5%, 0%, 32%)
(0.20 / 0.05 / 0.00 / 0.32)

CMYK percentages

%20.23
%5.2
%0
%32.16

Codes

Color #8AA4AD in popluar color models

8A A4 AD
RGB 138 164 173
HSL 195° 17.59% 60.98%
HSB/HSV 195° 20.23% 67.84%
CMYK 20.23% 5.20% 0.00%
32.16%

Color #8AA4AD in popluar number systems.

HEX 8A A4 AD
Decimal 138 164 173
Binary 10001010 10100100 10101101
Octal 212 244 255

Shades and tints

Shades of #8AA4AD

#8AA4AD
(138,164,173)
#7E969E
(126,150,158)
#72888F
(114,136,143)
#667A80
(102,122,128)
#5A6C71
(90,108,113)
#4E5E62
(78,94,98)
#425053
(66,80,83)
#364244
(54,66,68)
#2A3435
(42,52,53)
#1E2626
(30,38,38)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #8AA4AD

#8AA4AD
(138,164,173)
#94ACB4
(148,172,180)
#9EB4BB
(158,180,187)
#A8BCC2
(168,188,194)
#B2C4C9
(178,196,201)
#BCCCD0
(188,204,208)
#C6D4D7
(198,212,215)
#D0DCDE
(208,220,222)
#DAE4E5
(218,228,229)
#E4ECEC
(228,236,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA4AD color. Also use rgb(138,164,173) instead hex code.

Text Font Color

.myTextColor { color: #8AA4AD; }

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

This text font color is #8AA4AD.

Background Color

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

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

This div background color is #8AA4AD.

Border color

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

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

This div border color is #8AA4AD.

Opacity

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

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

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

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

This text has shadow with #8AA4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA4AD.

Preview

Color preview on black background

This text has color #8AA4AD on black background.


Color preview on white background

This text has color #8AA4AD on white background.


Black color preview on #8AA4AD background

This text has black color on #8AA4AD background.


White color preview on #8AA4AD background

This text has white color on #8AA4AD background.


Related colors

Complementary color

Complementary color for #hex is #755B52.


I love getcolorcode.com

Triadic colors

1 #AD8AA4 and #A4AD8A with #8AA4AD are triadic colors.

2 #ADA48A and #A48AAD with #8AA4AD are triadic colors.