COLOR #8AA4AC

HEX: #8AA4AC
RGB: (138,164,172)

Color info

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

RGB color model

#8AA4AC color RGB value is (138,164,172).

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

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 172 of 255 = 67%

138
164
172

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 172 = 474 (100%)
R 138 of 474 ~ 29.11%
G 164 of 474 ~ 34.6%
B 172 of 474 ~ 36.29%

%29.11
%34.6
%36.29

CMYK color model

#8AA4AC color CMYK value is (20,5,0,33).

  • cyan value is 19.77%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(20,5,0,33)
C20M5Y0K33 
(20%,5%,0%,33%)
(0.20/0.05/0.00/0.33)	

CMYK percentages

%19.77
%4.65
%0
%32.55

Codes

Color #8AA4AC in popluar color models

8AA4AC
RGB138164172
HSL194°17.00%60.78%
HSB/HSV194°19.77%67.45%
CMYK19.77%4.65%0.00%
32.55%

Color #8AA4AC in popluar number systems.

HEX8AA4AC
Decimal138164172
Binary100010101010010010101100
Octal212244254

Shades and tints

Shades of #8AA4AC

#8AA4AC
(138,164,172)
#7E969D
(126,150,157)
#72888E
(114,136,142)
#667A7F
(102,122,127)
#5A6C70
(90,108,112)
#4E5E61
(78,94,97)
#425052
(66,80,82)
#364243
(54,66,67)
#2A3434
(42,52,52)
#1E2625
(30,38,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #8AA4AC

#8AA4AC
(138,164,172)
#94ACB3
(148,172,179)
#9EB4BA
(158,180,186)
#A8BCC1
(168,188,193)
#B2C4C8
(178,196,200)
#BCCCCF
(188,204,207)
#C6D4D6
(198,212,214)
#D0DCDD
(208,220,221)
#DAE4E4
(218,228,228)
#E4ECEB
(228,236,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA4AC; }

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

This text font color is #8AA4AC.


Background Color

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

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

This div background color is #8AA4AC.


Border color

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

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

This div border color is #8AA4AC.


Opacity

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

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

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

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

This text has shadow with #8AA4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA4AC on black background.


Color preview on white background

This text has color #8AA4AC on white background.



Black color preview on #8AA4AC background

This text has black color on #8AA4AC background.


White color preview on #8AA4AC background

This text has white color on #8AA4AC background.