COLOR #8AA5BD

HEX: #8AA5BD
RGB: (138,165,189)

Color info

#8AA5BD contains red, green and blue colors in about the same proportion. Web safe color of #8AA5BD is #9999CC (or #99C).

RGB color model

#8AA5BD color RGB value is (138,165,189).

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

RGB channels and saturation

R 138 of 255 = 54%
G 165 of 255 = 65%
B 189 of 255 = 74%

138
165
189

R + G + B ~ 64%. #8AA5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 165 + 189 = 492 (100%)
R 138 of 492 ~ 28.05%
G 165 of 492 ~ 33.54%
B 189 of 492 ~ 38.41%

%28.05
%33.54
%38.41

CMYK color model

#8AA5BD color CMYK value is (27,13,0,26).

  • cyan value is 26.98%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(27,13,0,26)
C27M13Y0K26 
(27%,13%,0%,26%)
(0.27/0.13/0.00/0.26)	

CMYK percentages

%26.98
%12.7
%0
%25.88

Codes

Color #8AA5BD in popluar color models

8AA5BD
RGB138165189
HSL208°27.87%64.12%
HSB/HSV208°26.98%74.12%
CMYK26.98%12.70%0.00%
25.88%

Color #8AA5BD in popluar number systems.

HEX8AA5BD
Decimal138165189
Binary100010101010010110111101
Octal212245275

Shades and tints

Shades of #8AA5BD

#8AA5BD
(138,165,189)
#7E96AC
(126,150,172)
#72879B
(114,135,155)
#66788A
(102,120,138)
#5A6979
(90,105,121)
#4E5A68
(78,90,104)
#424B57
(66,75,87)
#363C46
(54,60,70)
#2A2D35
(42,45,53)
#1E1E24
(30,30,36)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8AA5BD

#8AA5BD
(138,165,189)
#94ADC3
(148,173,195)
#9EB5C9
(158,181,201)
#A8BDCF
(168,189,207)
#B2C5D5
(178,197,213)
#BCCDDB
(188,205,219)
#C6D5E1
(198,213,225)
#D0DDE7
(208,221,231)
#DAE5ED
(218,229,237)
#E4EDF3
(228,237,243)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA5BD; }

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

This text font color is #8AA5BD.


Background Color

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

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

This div background color is #8AA5BD.


Border color

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

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

This div border color is #8AA5BD.


Opacity

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

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

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

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

This text has shadow with #8AA5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA5BD on black background.


Color preview on white background

This text has color #8AA5BD on white background.



Black color preview on #8AA5BD background

This text has black color on #8AA5BD background.


White color preview on #8AA5BD background

This text has white color on #8AA5BD background.