COLOR #8F8288

HEX: #8F8288 RGB: (143,130,136)

Color info

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

RGB color model

#8F8288 color RGB value is (143,130,136).

RGB: (143,130,136) (56%, 51%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 136 of 255 = 53%

143
130
136

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

Portions of RGB colors in percentages

R + G + B = 143 + 130 + 136 = 409 (100%)
R 143 of 409 ~ 34.96%
G 130 of 409 ~ 31.78%
B 136 of 409 ~ 33.25'%

%34.96
%31.78
%33.25

CMYK color model

#8F8288 color CMYK value is (0,9,5,44).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.90%
  • key color value is 43.92%

CMYK: (0,9,5,44)
C0M9Y5K44 (0%, 9%, 5%, 44%)
(0.00 / 0.09 / 0.05 / 0.44)

CMYK percentages

%0
%9.09
%4.9
%43.92

Codes

Color #8F8288 in popluar color models

8F 82 88
RGB 143 130 136
HSL 332° 5.49% 53.53%
HSB/HSV 332° 9.09% 56.08%
CMYK 0.00% 9.09% 4.90%
43.92%

Color #8F8288 in popluar number systems.

HEX 8F 82 88
Decimal 143 130 136
Binary 10001111 10000010 10001000
Octal 217 202 210

Shades and tints

Shades of #8F8288

#8F8288
(143,130,136)
#82777C
(130,119,124)
#756C70
(117,108,112)
#686164
(104,97,100)
#5B5658
(91,86,88)
#4E4B4C
(78,75,76)
#414040
(65,64,64)
#343534
(52,53,52)
#272A28
(39,42,40)
#1A1F1C
(26,31,28)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8F8288

#8F8288
(143,130,136)
#998D92
(153,141,146)
#A3989C
(163,152,156)
#ADA3A6
(173,163,166)
#B7AEB0
(183,174,176)
#C1B9BA
(193,185,186)
#CBC4C4
(203,196,196)
#D5CFCE
(213,207,206)
#DFDAD8
(223,218,216)
#E9E5E2
(233,229,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8288; }

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

This text font color is #8F8288.

Background Color

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

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

This div background color is #8F8288.

Border color

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

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

This div border color is #8F8288.

Opacity

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

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

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

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

This text has shadow with #8F8288 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8288.

Preview

Color preview on black background

This text has color #8F8288 on black background.


Color preview on white background

This text has color #8F8288 on white background.


Black color preview on #8F8288 background

This text has black color on #8F8288 background.


White color preview on #8F8288 background

This text has white color on #8F8288 background.


Related colors

Complementary color

Complementary color for #hex is #707D77.


I love getcolorcode.com

Triadic colors

1 #888F82 and #82888F with #8F8288 are triadic colors.

2 #88828F and #828F88 with #8F8288 are triadic colors.