COLOR #8A9AB2

HEX: #8A9AB2
RGB: (138,154,178)

Color info

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

RGB color model

#8A9AB2 color RGB value is (138,154,178).

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

RGB channels and saturation

R 138 of 255 = 54%
G 154 of 255 = 60%
B 178 of 255 = 70%

138
154
178

R + G + B ~ 61%. #8A9AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 154 + 178 = 470 (100%)
R 138 of 470 ~ 29.36%
G 154 of 470 ~ 32.77%
B 178 of 470 ~ 37.87%

%29.36
%32.77
%37.87

CMYK color model

#8A9AB2 color CMYK value is (22,13,0,30).

  • cyan value is 22.47%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(22,13,0,30)
C22M13Y0K30 
(22%,13%,0%,30%)
(0.22/0.13/0.00/0.30)	

CMYK percentages

%22.47
%13.48
%0
%30.2

Codes

Color #8A9AB2 in popluar color models

8A9AB2
RGB138154178
HSL216°20.62%61.96%
HSB/HSV216°22.47%69.80%
CMYK22.47%13.48%0.00%
30.20%

Color #8A9AB2 in popluar number systems.

HEX8A9AB2
Decimal138154178
Binary100010101001101010110010
Octal212232262

Shades and tints

Shades of #8A9AB2

#8A9AB2
(138,154,178)
#7E8CA2
(126,140,162)
#727E92
(114,126,146)
#667082
(102,112,130)
#5A6272
(90,98,114)
#4E5462
(78,84,98)
#424652
(66,70,82)
#363842
(54,56,66)
#2A2A32
(42,42,50)
#1E1C22
(30,28,34)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #8A9AB2

#8A9AB2
(138,154,178)
#94A3B9
(148,163,185)
#9EACC0
(158,172,192)
#A8B5C7
(168,181,199)
#B2BECE
(178,190,206)
#BCC7D5
(188,199,213)
#C6D0DC
(198,208,220)
#D0D9E3
(208,217,227)
#DAE2EA
(218,226,234)
#E4EBF1
(228,235,241)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9AB2; }

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

This text font color is #8A9AB2.


Background Color

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

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

This div background color is #8A9AB2.


Border color

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

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

This div border color is #8A9AB2.


Opacity

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

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

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

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

This text has shadow with #8A9AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9AB2 on black background.


Color preview on white background

This text has color #8A9AB2 on white background.



Black color preview on #8A9AB2 background

This text has black color on #8A9AB2 background.


White color preview on #8A9AB2 background

This text has white color on #8A9AB2 background.