COLOR #8A9B95

HEX: #8A9B95
RGB: (138,155,149)

Color info

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

RGB color model

#8A9B95 color RGB value is (138,155,149).

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

RGB channels and saturation

R 138 of 255 = 54%
G 155 of 255 = 61%
B 149 of 255 = 58%

138
155
149

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

Portions of RGB colors in percentages

R + G + B =
138 + 155 + 149 = 442 (100%)
R 138 of 442 ~ 31.22%
G 155 of 442 ~ 35.07%
B 149 of 442 ~ 33.71%

%31.22
%35.07
%33.71

CMYK color model

#8A9B95 color CMYK value is (11,0,4,39).

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 39.22%
CMYK:
(11,0,4,39)
C11M0Y4K39 
(11%,0%,4%,39%)
(0.11/0.00/0.04/0.39)	

CMYK percentages

%10.97
%0
%3.87
%39.22

Codes

Color #8A9B95 in popluar color models

8A9B95
RGB138155149
HSL159°7.83%57.45%
HSB/HSV159°10.97%60.78%
CMYK10.97%0.00%3.87%
39.22%

Color #8A9B95 in popluar number systems.

HEX8A9B95
Decimal138155149
Binary100010101001101110010101
Octal212233225

Shades and tints

Shades of #8A9B95

#8A9B95
(138,155,149)
#7E8D88
(126,141,136)
#727F7B
(114,127,123)
#66716E
(102,113,110)
#5A6361
(90,99,97)
#4E5554
(78,85,84)
#424747
(66,71,71)
#36393A
(54,57,58)
#2A2B2D
(42,43,45)
#1E1D20
(30,29,32)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #8A9B95

#8A9B95
(138,155,149)
#94A49E
(148,164,158)
#9EADA7
(158,173,167)
#A8B6B0
(168,182,176)
#B2BFB9
(178,191,185)
#BCC8C2
(188,200,194)
#C6D1CB
(198,209,203)
#D0DAD4
(208,218,212)
#DAE3DD
(218,227,221)
#E4ECE6
(228,236,230)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9B95; }

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

This text font color is #8A9B95.


Background Color

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

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

This div background color is #8A9B95.


Border color

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

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

This div border color is #8A9B95.


Opacity

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

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

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

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

This text has shadow with #8A9B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9B95 on black background.


Color preview on white background

This text has color #8A9B95 on white background.



Black color preview on #8A9B95 background

This text has black color on #8A9B95 background.


White color preview on #8A9B95 background

This text has white color on #8A9B95 background.