COLOR #8F9588

HEX: #8F9588
RGB: (143,149,136)

Color info

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

RGB color model

#8F9588 color RGB value is (143,149,136).

  • red value is 143;
  • green value is 149;
  • blue value is 136.
RGB:
(143,149,136)
(56%,58%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 136 of 255 = 53%

143
149
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 149 + 136 = 428 (100%)
R 143 of 428 ~ 33.41%
G 149 of 428 ~ 34.81%
B 136 of 428 ~ 31.78%

%33.41
%34.81
%31.78

CMYK color model

#8F9588 color CMYK value is (4,0,9,42).

  • cyan value is 4.03%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(4,0,9,42)
C4M0Y9K42 
(4%,0%,9%,42%)
(0.04/0.00/0.09/0.42)	

CMYK percentages

%4.03
%0
%8.72
%41.57

Codes

Color #8F9588 in popluar color models

8F9588
RGB143149136
HSL88°5.78%55.88%
HSB/HSV88°8.72%58.43%
CMYK4.03%0.00%8.72%
41.57%

Color #8F9588 in popluar number systems.

HEX8F9588
Decimal143149136
Binary100011111001010110001000
Octal217225210

Shades and tints

Shades of #8F9588

#8F9588
(143,149,136)
#82887C
(130,136,124)
#757B70
(117,123,112)
#686E64
(104,110,100)
#5B6158
(91,97,88)
#4E544C
(78,84,76)
#414740
(65,71,64)
#343A34
(52,58,52)
#272D28
(39,45,40)
#1A201C
(26,32,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #8F9588

#8F9588
(143,149,136)
#999E92
(153,158,146)
#A3A79C
(163,167,156)
#ADB0A6
(173,176,166)
#B7B9B0
(183,185,176)
#C1C2BA
(193,194,186)
#CBCBC4
(203,203,196)
#D5D4CE
(213,212,206)
#DFDDD8
(223,221,216)
#E9E6E2
(233,230,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9588 color. Also use rgb(143,149,136) instead hex code.

Text Font Color

.myTextColor { color: #8F9588; }

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

This text font color is #8F9588.


Background Color

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

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

This div background color is #8F9588.


Border color

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

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

This div border color is #8F9588.


Opacity

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

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

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

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

This text has shadow with #8F9588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9588 on black background.


Color preview on white background

This text has color #8F9588 on white background.



Black color preview on #8F9588 background

This text has black color on #8F9588 background.


White color preview on #8F9588 background

This text has white color on #8F9588 background.