COLOR #8F8790

HEX: #8F8790
RGB: (143,135,144)

Color info

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

RGB color model

#8F8790 color RGB value is (143,135,144).

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

RGB channels and saturation

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

143
135
144

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 144 = 422 (100%)
R 143 of 422 ~ 33.89%
G 135 of 422 ~ 31.99%
B 144 of 422 ~ 34.12%

%33.89
%31.99
%34.12

CMYK color model

#8F8790 color CMYK value is (1,6,0,44).

  • cyan value is 0.69%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(1,6,0,44)
C1M6Y0K44 
(1%,6%,0%,44%)
(0.01/0.06/0.00/0.44)	

CMYK percentages

%0.69
%6.25
%0
%43.53

Codes

Color #8F8790 in popluar color models

8F8790
RGB143135144
HSL293°3.90%54.71%
HSB/HSV293°6.25%56.47%
CMYK0.69%6.25%0.00%
43.53%

Color #8F8790 in popluar number systems.

HEX8F8790
Decimal143135144
Binary100011111000011110010000
Octal217207220

Shades and tints

Shades of #8F8790

#8F8790
(143,135,144)
#827B83
(130,123,131)
#756F76
(117,111,118)
#686369
(104,99,105)
#5B575C
(91,87,92)
#4E4B4F
(78,75,79)
#413F42
(65,63,66)
#343335
(52,51,53)
#272728
(39,39,40)
#1A1B1B
(26,27,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #8F8790

#8F8790
(143,135,144)
#99919A
(153,145,154)
#A39BA4
(163,155,164)
#ADA5AE
(173,165,174)
#B7AFB8
(183,175,184)
#C1B9C2
(193,185,194)
#CBC3CC
(203,195,204)
#D5CDD6
(213,205,214)
#DFD7E0
(223,215,224)
#E9E1EA
(233,225,234)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8790; }

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

This text font color is #8F8790.


Background Color

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

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

This div background color is #8F8790.


Border color

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

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

This div border color is #8F8790.


Opacity

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

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

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

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

This text has shadow with #8F8790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8790 on black background.


Color preview on white background

This text has color #8F8790 on white background.



Black color preview on #8F8790 background

This text has black color on #8F8790 background.


White color preview on #8F8790 background

This text has white color on #8F8790 background.