COLOR #8A9AB7

HEX: #8A9AB7
RGB: (138,154,183)

Color info

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

RGB color model

#8A9AB7 color RGB value is (138,154,183).

  • red value is 138;
  • green value is 154;
  • blue value is 183.
RGB:
(138,154,183)
(54%,60%,72%)

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 183 of 255 = 72%

138
154
183

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

Portions of RGB colors in percentages

R + G + B =
138 + 154 + 183 = 475 (100%)
R 138 of 475 ~ 29.05%
G 154 of 475 ~ 32.42%
B 183 of 475 ~ 38.53%

%29.05
%32.42
%38.53

CMYK color model

#8A9AB7 color CMYK value is (25,16,0,28).

  • cyan value is 24.59%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(25,16,0,28)
C25M16Y0K28 
(25%,16%,0%,28%)
(0.25/0.16/0.00/0.28)	

CMYK percentages

%24.59
%15.85
%0
%28.24

Codes

Color #8A9AB7 in popluar color models

8A9AB7
RGB138154183
HSL219°23.81%62.94%
HSB/HSV219°24.59%71.76%
CMYK24.59%15.85%0.00%
28.24%

Color #8A9AB7 in popluar number systems.

HEX8A9AB7
Decimal138154183
Binary100010101001101010110111
Octal212232267

Shades and tints

Shades of #8A9AB7

#8A9AB7
(138,154,183)
#7E8CA7
(126,140,167)
#727E97
(114,126,151)
#667087
(102,112,135)
#5A6277
(90,98,119)
#4E5467
(78,84,103)
#424657
(66,70,87)
#363847
(54,56,71)
#2A2A37
(42,42,55)
#1E1C27
(30,28,39)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #8A9AB7

#8A9AB7
(138,154,183)
#94A3BD
(148,163,189)
#9EACC3
(158,172,195)
#A8B5C9
(168,181,201)
#B2BECF
(178,190,207)
#BCC7D5
(188,199,213)
#C6D0DB
(198,208,219)
#D0D9E1
(208,217,225)
#DAE2E7
(218,226,231)
#E4EBED
(228,235,237)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9AB7 color. Also use rgb(138,154,183) instead hex code.

Text Font Color

.myTextColor { color: #8A9AB7; }

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

This text font color is #8A9AB7.


Background Color

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

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

This div background color is #8A9AB7.


Border color

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

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

This div border color is #8A9AB7.


Opacity

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

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

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

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

This text has shadow with #8A9AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9AB7 on black background.


Color preview on white background

This text has color #8A9AB7 on white background.



Black color preview on #8A9AB7 background

This text has black color on #8A9AB7 background.


White color preview on #8A9AB7 background

This text has white color on #8A9AB7 background.