COLOR #8A9596

HEX: #8A9596
RGB: (138,149,150)

Color info

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

RGB color model

#8A9596 color RGB value is (138,149,150).

  • red value is 138;
  • green value is 149;
  • blue value is 150.
RGB:
(138,149,150)
(54%,58%,59%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 150 of 255 = 59%

138
149
150

R + G + B ~ 57%. #8A9596 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 150 = 437 (100%)
R 138 of 437 ~ 31.58%
G 149 of 437 ~ 34.1%
B 150 of 437 ~ 34.32%

%31.58
%34.1
%34.32

CMYK color model

#8A9596 color CMYK value is (8,1,0,41).

  • cyan value is 8.00%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(8,1,0,41)
C8M1Y0K41 
(8%,1%,0%,41%)
(0.08/0.01/0.00/0.41)	

CMYK percentages

%8
%0.67
%0
%41.18

Codes

Color #8A9596 in popluar color models

8A9596
RGB138149150
HSL185°5.41%56.47%
HSB/HSV185°8.00%58.82%
CMYK8.00%0.67%0.00%
41.18%

Color #8A9596 in popluar number systems.

HEX8A9596
Decimal138149150
Binary100010101001010110010110
Octal212225226

Shades and tints

Shades of #8A9596

#8A9596
(138,149,150)
#7E8889
(126,136,137)
#727B7C
(114,123,124)
#666E6F
(102,110,111)
#5A6162
(90,97,98)
#4E5455
(78,84,85)
#424748
(66,71,72)
#363A3B
(54,58,59)
#2A2D2E
(42,45,46)
#1E2021
(30,32,33)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8A9596

#8A9596
(138,149,150)
#949E9F
(148,158,159)
#9EA7A8
(158,167,168)
#A8B0B1
(168,176,177)
#B2B9BA
(178,185,186)
#BCC2C3
(188,194,195)
#C6CBCC
(198,203,204)
#D0D4D5
(208,212,213)
#DADDDE
(218,221,222)
#E4E6E7
(228,230,231)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9596 color. Also use rgb(138,149,150) instead hex code.

Text Font Color

.myTextColor { color: #8A9596; }

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

This text font color is #8A9596.


Background Color

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

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

This div background color is #8A9596.


Border color

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

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

This div border color is #8A9596.


Opacity

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

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

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

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

This text has shadow with #8A9596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9596 on black background.


Color preview on white background

This text has color #8A9596 on white background.



Black color preview on #8A9596 background

This text has black color on #8A9596 background.


White color preview on #8A9596 background

This text has white color on #8A9596 background.