COLOR #8B9994

HEX: #8B9994
RGB: (139,153,148)

Color info

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

RGB color model

#8B9994 color RGB value is (139,153,148).

  • red value is 139;
  • green value is 153;
  • blue value is 148.
RGB:
(139,153,148)
(55%,60%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 153 of 255 = 60%
B 148 of 255 = 58%

139
153
148

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

Portions of RGB colors in percentages

R + G + B =
139 + 153 + 148 = 440 (100%)
R 139 of 440 ~ 31.59%
G 153 of 440 ~ 34.77%
B 148 of 440 ~ 33.64%

%31.59
%34.77
%33.64

CMYK color model

#8B9994 color CMYK value is (9,0,3,40).

  • cyan value is 9.15%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(9,0,3,40)
C9M0Y3K40 
(9%,0%,3%,40%)
(0.09/0.00/0.03/0.40)	

CMYK percentages

%9.15
%0
%3.27
%40

Codes

Color #8B9994 in popluar color models

8B9994
RGB139153148
HSL159°6.42%57.25%
HSB/HSV159°9.15%60.00%
CMYK9.15%0.00%3.27%
40.00%

Color #8B9994 in popluar number systems.

HEX8B9994
Decimal139153148
Binary100010111001100110010100
Octal213231224

Shades and tints

Shades of #8B9994

#8B9994
(139,153,148)
#7F8C87
(127,140,135)
#737F7A
(115,127,122)
#67726D
(103,114,109)
#5B6560
(91,101,96)
#4F5853
(79,88,83)
#434B46
(67,75,70)
#373E39
(55,62,57)
#2B312C
(43,49,44)
#1F241F
(31,36,31)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #8B9994

#8B9994
(139,153,148)
#95A29D
(149,162,157)
#9FABA6
(159,171,166)
#A9B4AF
(169,180,175)
#B3BDB8
(179,189,184)
#BDC6C1
(189,198,193)
#C7CFCA
(199,207,202)
#D1D8D3
(209,216,211)
#DBE1DC
(219,225,220)
#E5EAE5
(229,234,229)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B9994 color. Also use rgb(139,153,148) instead hex code.

Text Font Color

.myTextColor { color: #8B9994; }

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

This text font color is #8B9994.


Background Color

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

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

This div background color is #8B9994.


Border color

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

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

This div border color is #8B9994.


Opacity

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

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

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

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

This text has shadow with #8B9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B9994 on black background.


Color preview on white background

This text has color #8B9994 on white background.



Black color preview on #8B9994 background

This text has black color on #8B9994 background.


White color preview on #8B9994 background

This text has white color on #8B9994 background.