COLOR #8F8081

HEX: #8F8081 RGB: (143,128,129)

Color info

#8F8081 contains red, green and blue colors in about the same proportion. Web safe color of #8F8081 is #996699 (or #969).

RGB color model

#8F8081 color RGB value is (143,128,129).

RGB: (143,128,129) (56%, 50%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 128 of 255 = 50%
B 129 of 255 = 51%

143
128
129

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

Portions of RGB colors in percentages

R + G + B = 143 + 128 + 129 = 400 (100%)
R 143 of 400 ~ 35.75%
G 128 of 400 ~ 32%
B 129 of 400 ~ 32.25'%

%35.75
%32
%32.25

CMYK color model

#8F8081 color CMYK value is (0,10,10,44).

  • cyan value is 0.00%
  • magenta value is 10.49%
  • yellow value is 9.79%
  • key color value is 43.92%

CMYK: (0,10,10,44)
C0M10Y10K44 (0%, 10%, 10%, 44%)
(0.00 / 0.10 / 0.10 / 0.44)

CMYK percentages

%0
%10.49
%9.79
%43.92

Codes

Color #8F8081 in popluar color models

8F 80 81
RGB 143 128 129
HSL 356° 6.28% 53.14%
HSB/HSV 356° 10.49% 56.08%
CMYK 0.00% 10.49% 9.79%
43.92%

Color #8F8081 in popluar number systems.

HEX 8F 80 81
Decimal 143 128 129
Binary 10001111 10000000 10000001
Octal 217 200 201

Shades and tints

Shades of #8F8081

#8F8081
(143,128,129)
#827576
(130,117,118)
#756A6B
(117,106,107)
#685F60
(104,95,96)
#5B5455
(91,84,85)
#4E494A
(78,73,74)
#413E3F
(65,62,63)
#343334
(52,51,52)
#272829
(39,40,41)
#1A1D1E
(26,29,30)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #8F8081

#8F8081
(143,128,129)
#998B8C
(153,139,140)
#A39697
(163,150,151)
#ADA1A2
(173,161,162)
#B7ACAD
(183,172,173)
#C1B7B8
(193,183,184)
#CBC2C3
(203,194,195)
#D5CDCE
(213,205,206)
#DFD8D9
(223,216,217)
#E9E3E4
(233,227,228)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8081 color. Also use rgb(143,128,129) instead hex code.

Text Font Color

.myTextColor { color: #8F8081; }

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

This text font color is #8F8081.

Background Color

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

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

This div background color is #8F8081.

Border color

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

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

This div border color is #8F8081.

Opacity

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

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

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

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

This text has shadow with #8F8081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8081.

Preview

Color preview on black background

This text has color #8F8081 on black background.


Color preview on white background

This text has color #8F8081 on white background.


Black color preview on #8F8081 background

This text has black color on #8F8081 background.


White color preview on #8F8081 background

This text has white color on #8F8081 background.


Related colors

Complementary color

Complementary color for #hex is #707F7E.


I love getcolorcode.com

Triadic colors

1 #818F80 and #80818F with #8F8081 are triadic colors.

2 #81808F and #808F81 with #8F8081 are triadic colors.