COLOR #8AA0B3

HEX: #8AA0B3
RGB: (138,160,179)

Color info

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

RGB color model

#8AA0B3 color RGB value is (138,160,179).

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

RGB channels and saturation

R 138 of 255 = 54%
G 160 of 255 = 63%
B 179 of 255 = 70%

138
160
179

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

Portions of RGB colors in percentages

R + G + B =
138 + 160 + 179 = 477 (100%)
R 138 of 477 ~ 28.93%
G 160 of 477 ~ 33.54%
B 179 of 477 ~ 37.53%

%28.93
%33.54
%37.53

CMYK color model

#8AA0B3 color CMYK value is (23,11,0,30).

  • cyan value is 22.91%
  • magenta value is 10.61%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(23,11,0,30)
C23M11Y0K30 
(23%,11%,0%,30%)
(0.23/0.11/0.00/0.30)	

CMYK percentages

%22.91
%10.61
%0
%29.8

Codes

Color #8AA0B3 in popluar color models

8AA0B3
RGB138160179
HSL208°21.24%62.16%
HSB/HSV208°22.91%70.20%
CMYK22.91%10.61%0.00%
29.80%

Color #8AA0B3 in popluar number systems.

HEX8AA0B3
Decimal138160179
Binary100010101010000010110011
Octal212240263

Shades and tints

Shades of #8AA0B3

#8AA0B3
(138,160,179)
#7E92A3
(126,146,163)
#728493
(114,132,147)
#667683
(102,118,131)
#5A6873
(90,104,115)
#4E5A63
(78,90,99)
#424C53
(66,76,83)
#363E43
(54,62,67)
#2A3033
(42,48,51)
#1E2223
(30,34,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8AA0B3

#8AA0B3
(138,160,179)
#94A8B9
(148,168,185)
#9EB0BF
(158,176,191)
#A8B8C5
(168,184,197)
#B2C0CB
(178,192,203)
#BCC8D1
(188,200,209)
#C6D0D7
(198,208,215)
#D0D8DD
(208,216,221)
#DAE0E3
(218,224,227)
#E4E8E9
(228,232,233)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA0B3; }

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

This text font color is #8AA0B3.


Background Color

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

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

This div background color is #8AA0B3.


Border color

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

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

This div border color is #8AA0B3.


Opacity

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

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

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

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

This text has shadow with #8AA0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA0B3 on black background.


Color preview on white background

This text has color #8AA0B3 on white background.



Black color preview on #8AA0B3 background

This text has black color on #8AA0B3 background.


White color preview on #8AA0B3 background

This text has white color on #8AA0B3 background.