COLOR #8F9E93

HEX: #8F9E93 RGB: (143,158,147)

Color info

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

RGB color model

#8F9E93 color RGB value is (143,158,147).

RGB: (143,158,147) (56%, 62%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 147 of 255 = 58%

143
158
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 158 + 147 = 448 (100%)
R 143 of 448 ~ 31.92%
G 158 of 448 ~ 35.27%
B 147 of 448 ~ 32.81'%

%31.92
%35.27
%32.81

CMYK color model

#8F9E93 color CMYK value is (9,0,7,38).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 38.04%

CMYK: (9,0,7,38)
C9M0Y7K38 (9%, 0%, 7%, 38%)
(0.09 / 0.00 / 0.07 / 0.38)

CMYK percentages

%9.49
%0
%6.96
%38.04

Codes

Color #8F9E93 in popluar color models

8F 9E 93
RGB 143 158 147
HSL 136° 7.18% 59.02%
HSB/HSV 136° 9.49% 61.96%
CMYK 9.49% 0.00% 6.96%
38.04%

Color #8F9E93 in popluar number systems.

HEX 8F 9E 93
Decimal 143 158 147
Binary 10001111 10011110 10010011
Octal 217 236 223

Shades and tints

Shades of #8F9E93

#8F9E93
(143,158,147)
#829086
(130,144,134)
#758279
(117,130,121)
#68746C
(104,116,108)
#5B665F
(91,102,95)
#4E5852
(78,88,82)
#414A45
(65,74,69)
#343C38
(52,60,56)
#272E2B
(39,46,43)
#1A201E
(26,32,30)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8F9E93

#8F9E93
(143,158,147)
#99A69C
(153,166,156)
#A3AEA5
(163,174,165)
#ADB6AE
(173,182,174)
#B7BEB7
(183,190,183)
#C1C6C0
(193,198,192)
#CBCEC9
(203,206,201)
#D5D6D2
(213,214,210)
#DFDEDB
(223,222,219)
#E9E6E4
(233,230,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9E93; }

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

This text font color is #8F9E93.

Background Color

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

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

This div background color is #8F9E93.

Border color

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

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

This div border color is #8F9E93.

Opacity

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

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

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

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

This text has shadow with #8F9E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9E93.

Preview

Color preview on black background

This text has color #8F9E93 on black background.


Color preview on white background

This text has color #8F9E93 on white background.


Black color preview on #8F9E93 background

This text has black color on #8F9E93 background.


White color preview on #8F9E93 background

This text has white color on #8F9E93 background.


Related colors

Complementary color

Complementary color for #hex is #70616C.


I love getcolorcode.com

Triadic colors

1 #938F9E and #9E938F with #8F9E93 are triadic colors.

2 #939E8F and #9E8F93 with #8F9E93 are triadic colors.