COLOR #8F8788

HEX: #8F8788
RGB: (143,135,136)

Color info

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

RGB color model

#8F8788 color RGB value is (143,135,136).

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

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 136 of 255 = 53%

143
135
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 136 = 414 (100%)
R 143 of 414 ~ 34.54%
G 135 of 414 ~ 32.61%
B 136 of 414 ~ 32.85%

%34.54
%32.61
%32.85

CMYK color model

#8F8788 color CMYK value is (0,6,5,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,6,5,44)
C0M6Y5K44 
(0%,6%,5%,44%)
(0.00/0.06/0.05/0.44)	

CMYK percentages

%0
%5.59
%4.9
%43.92

Codes

Color #8F8788 in popluar color models

8F8788
RGB143135136
HSL353°3.45%54.51%
HSB/HSV353°5.59%56.08%
CMYK0.00%5.59%4.90%
43.92%

Color #8F8788 in popluar number systems.

HEX8F8788
Decimal143135136
Binary100011111000011110001000
Octal217207210

Shades and tints

Shades of #8F8788

#8F8788
(143,135,136)
#827B7C
(130,123,124)
#756F70
(117,111,112)
#686364
(104,99,100)
#5B5758
(91,87,88)
#4E4B4C
(78,75,76)
#413F40
(65,63,64)
#343334
(52,51,52)
#272728
(39,39,40)
#1A1B1C
(26,27,28)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8F8788

#8F8788
(143,135,136)
#999192
(153,145,146)
#A39B9C
(163,155,156)
#ADA5A6
(173,165,166)
#B7AFB0
(183,175,176)
#C1B9BA
(193,185,186)
#CBC3C4
(203,195,196)
#D5CDCE
(213,205,206)
#DFD7D8
(223,215,216)
#E9E1E2
(233,225,226)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8788; }

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

This text font color is #8F8788.


Background Color

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

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

This div background color is #8F8788.


Border color

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

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

This div border color is #8F8788.


Opacity

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

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

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

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

This text has shadow with #8F8788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8788 on black background.


Color preview on white background

This text has color #8F8788 on white background.



Black color preview on #8F8788 background

This text has black color on #8F8788 background.


White color preview on #8F8788 background

This text has white color on #8F8788 background.