COLOR #8AA5B0

HEX: #8AA5B0
RGB: (138,165,176)

Color info

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

RGB color model

#8AA5B0 color RGB value is (138,165,176).

  • red value is 138;
  • green value is 165;
  • blue value is 176.
RGB:
(138,165,176)
(54%,65%,69%)

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 176 of 255 = 69%

138
165
176

R + G + B ~ 63%. #8AA5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 176 = 479 (100%)
R 138 of 479 ~ 28.81%
G 165 of 479 ~ 34.45%
B 176 of 479 ~ 36.74%

%28.81
%34.45
%36.74

CMYK color model

#8AA5B0 color CMYK value is (22,6,0,31).

  • cyan value is 21.59%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(22,6,0,31)
C22M6Y0K31 
(22%,6%,0%,31%)
(0.22/0.06/0.00/0.31)	

CMYK percentages

%21.59
%6.25
%0
%30.98

Codes

Color #8AA5B0 in popluar color models

8AA5B0
RGB138165176
HSL197°19.39%61.57%
HSB/HSV197°21.59%69.02%
CMYK21.59%6.25%0.00%
30.98%

Color #8AA5B0 in popluar number systems.

HEX8AA5B0
Decimal138165176
Binary100010101010010110110000
Octal212245260

Shades and tints

Shades of #8AA5B0

#8AA5B0
(138,165,176)
#7E96A0
(126,150,160)
#728790
(114,135,144)
#667880
(102,120,128)
#5A6970
(90,105,112)
#4E5A60
(78,90,96)
#424B50
(66,75,80)
#363C40
(54,60,64)
#2A2D30
(42,45,48)
#1E1E20
(30,30,32)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #8AA5B0

#8AA5B0
(138,165,176)
#94ADB7
(148,173,183)
#9EB5BE
(158,181,190)
#A8BDC5
(168,189,197)
#B2C5CC
(178,197,204)
#BCCDD3
(188,205,211)
#C6D5DA
(198,213,218)
#D0DDE1
(208,221,225)
#DAE5E8
(218,229,232)
#E4EDEF
(228,237,239)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA5B0; }

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

This text font color is #8AA5B0.


Background Color

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

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

This div background color is #8AA5B0.


Border color

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

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

This div border color is #8AA5B0.


Opacity

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

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

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

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

This text has shadow with #8AA5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA5B0 on black background.


Color preview on white background

This text has color #8AA5B0 on white background.



Black color preview on #8AA5B0 background

This text has black color on #8AA5B0 background.


White color preview on #8AA5B0 background

This text has white color on #8AA5B0 background.