COLOR #8AA6AE

HEX: #8AA6AE
RGB: (138,166,174)

Color info

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

RGB color model

#8AA6AE color RGB value is (138,166,174).

  • red value is 138;
  • green value is 166;
  • blue value is 174.
RGB:
(138,166,174)
(54%,65%,68%)

RGB channels and saturation

R 138 of 255 = 54%
G 166 of 255 = 65%
B 174 of 255 = 68%

138
166
174

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

Portions of RGB colors in percentages

R + G + B =
138 + 166 + 174 = 478 (100%)
R 138 of 478 ~ 28.87%
G 166 of 478 ~ 34.73%
B 174 of 478 ~ 36.4%

%28.87
%34.73
%36.4

CMYK color model

#8AA6AE color CMYK value is (21,5,0,32).

  • cyan value is 20.69%
  • magenta value is 4.60%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,5,0,32)
C21M5Y0K32 
(21%,5%,0%,32%)
(0.21/0.05/0.00/0.32)	

CMYK percentages

%20.69
%4.6
%0
%31.76

Codes

Color #8AA6AE in popluar color models

8AA6AE
RGB138166174
HSL193°18.18%61.18%
HSB/HSV193°20.69%68.24%
CMYK20.69%4.60%0.00%
31.76%

Color #8AA6AE in popluar number systems.

HEX8AA6AE
Decimal138166174
Binary100010101010011010101110
Octal212246256

Shades and tints

Shades of #8AA6AE

#8AA6AE
(138,166,174)
#7E979F
(126,151,159)
#728890
(114,136,144)
#667981
(102,121,129)
#5A6A72
(90,106,114)
#4E5B63
(78,91,99)
#424C54
(66,76,84)
#363D45
(54,61,69)
#2A2E36
(42,46,54)
#1E1F27
(30,31,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #8AA6AE

#8AA6AE
(138,166,174)
#94AEB5
(148,174,181)
#9EB6BC
(158,182,188)
#A8BEC3
(168,190,195)
#B2C6CA
(178,198,202)
#BCCED1
(188,206,209)
#C6D6D8
(198,214,216)
#D0DEDF
(208,222,223)
#DAE6E6
(218,230,230)
#E4EEED
(228,238,237)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA6AE color. Also use rgb(138,166,174) instead hex code.

Text Font Color

.myTextColor { color: #8AA6AE; }

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

This text font color is #8AA6AE.


Background Color

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

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

This div background color is #8AA6AE.


Border color

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

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

This div border color is #8AA6AE.


Opacity

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

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

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

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

This text has shadow with #8AA6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA6AE on black background.


Color preview on white background

This text has color #8AA6AE on white background.



Black color preview on #8AA6AE background

This text has black color on #8AA6AE background.


White color preview on #8AA6AE background

This text has white color on #8AA6AE background.