COLOR #8F8295

HEX: #8F8295
RGB: (143,130,149)

Color info

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

RGB color model

#8F8295 color RGB value is (143,130,149).

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

RGB channels and saturation

R 143 of 255 = 56%
G 130 of 255 = 51%
B 149 of 255 = 58%

143
130
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 130 + 149 = 422 (100%)
R 143 of 422 ~ 33.89%
G 130 of 422 ~ 30.81%
B 149 of 422 ~ 35.31%

%33.89
%30.81
%35.31

CMYK color model

#8F8295 color CMYK value is (4,13,0,42).

  • cyan value is 4.03%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(4,13,0,42)
C4M13Y0K42 
(4%,13%,0%,42%)
(0.04/0.13/0.00/0.42)	

CMYK percentages

%4.03
%12.75
%0
%41.57

Codes

Color #8F8295 in popluar color models

8F8295
RGB143130149
HSL281°8.23%54.71%
HSB/HSV281°12.75%58.43%
CMYK4.03%12.75%0.00%
41.57%

Color #8F8295 in popluar number systems.

HEX8F8295
Decimal143130149
Binary100011111000001010010101
Octal217202225

Shades and tints

Shades of #8F8295

#8F8295
(143,130,149)
#827788
(130,119,136)
#756C7B
(117,108,123)
#68616E
(104,97,110)
#5B5661
(91,86,97)
#4E4B54
(78,75,84)
#414047
(65,64,71)
#34353A
(52,53,58)
#272A2D
(39,42,45)
#1A1F20
(26,31,32)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8F8295

#8F8295
(143,130,149)
#998D9E
(153,141,158)
#A398A7
(163,152,167)
#ADA3B0
(173,163,176)
#B7AEB9
(183,174,185)
#C1B9C2
(193,185,194)
#CBC4CB
(203,196,203)
#D5CFD4
(213,207,212)
#DFDADD
(223,218,221)
#E9E5E6
(233,229,230)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8295; }

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

This text font color is #8F8295.


Background Color

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

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

This div background color is #8F8295.


Border color

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

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

This div border color is #8F8295.


Opacity

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

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

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

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

This text has shadow with #8F8295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8295 on black background.


Color preview on white background

This text has color #8F8295 on white background.



Black color preview on #8F8295 background

This text has black color on #8F8295 background.


White color preview on #8F8295 background

This text has white color on #8F8295 background.