COLOR #8F9395

HEX: #8F9395 RGB: (143,147,149)

Color info

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

RGB color model

#8F9395 color RGB value is (143,147,149).

RGB: (143,147,149) (56%, 58%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 147 of 255 = 58%
B 149 of 255 = 58%

143
147
149

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

Portions of RGB colors in percentages

R + G + B = 143 + 147 + 149 = 439 (100%)
R 143 of 439 ~ 32.57%
G 147 of 439 ~ 33.49%
B 149 of 439 ~ 33.94'%

%32.57
%33.49
%33.94

CMYK color model

#8F9395 color CMYK value is (4,1,0,42).

  • cyan value is 4.03%
  • magenta value is 1.34%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (4,1,0,42)
C4M1Y0K42 (4%, 1%, 0%, 42%)
(0.04 / 0.01 / 0.00 / 0.42)

CMYK percentages

%4.03
%1.34
%0
%41.57

Codes

Color #8F9395 in popluar color models

8F 93 95
RGB 143 147 149
HSL 200° 2.75% 57.25%
HSB/HSV 200° 4.03% 58.43%
CMYK 4.03% 1.34% 0.00%
41.57%

Color #8F9395 in popluar number systems.

HEX 8F 93 95
Decimal 143 147 149
Binary 10001111 10010011 10010101
Octal 217 223 225

Shades and tints

Shades of #8F9395

#8F9395
(143,147,149)
#828688
(130,134,136)
#75797B
(117,121,123)
#686C6E
(104,108,110)
#5B5F61
(91,95,97)
#4E5254
(78,82,84)
#414547
(65,69,71)
#34383A
(52,56,58)
#272B2D
(39,43,45)
#1A1E20
(26,30,32)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #8F9395

#8F9395
(143,147,149)
#999C9E
(153,156,158)
#A3A5A7
(163,165,167)
#ADAEB0
(173,174,176)
#B7B7B9
(183,183,185)
#C1C0C2
(193,192,194)
#CBC9CB
(203,201,203)
#D5D2D4
(213,210,212)
#DFDBDD
(223,219,221)
#E9E4E6
(233,228,230)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9395; }

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

This text font color is #8F9395.

Background Color

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

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

This div background color is #8F9395.

Border color

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

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

This div border color is #8F9395.

Opacity

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

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

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

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

This text has shadow with #8F9395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9395.

Preview

Color preview on black background

This text has color #8F9395 on black background.


Color preview on white background

This text has color #8F9395 on white background.


Black color preview on #8F9395 background

This text has black color on #8F9395 background.


White color preview on #8F9395 background

This text has white color on #8F9395 background.


Related colors

Complementary color

Complementary color for #hex is #706C6A.


I love getcolorcode.com

Triadic colors

1 #958F93 and #93958F with #8F9395 are triadic colors.

2 #95938F and #938F95 with #8F9395 are triadic colors.