COLOR #8F9093

HEX: #8F9093 RGB: (143,144,147)

Color info

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

RGB color model

#8F9093 color RGB value is (143,144,147).

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

RGB channels and saturation

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

143
144
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 144 + 147 = 434 (100%)
R 143 of 434 ~ 32.95%
G 144 of 434 ~ 33.18%
B 147 of 434 ~ 33.87'%

%32.95
%33.18
%33.87

CMYK color model

#8F9093 color CMYK value is (3,2,0,42).

  • cyan value is 2.72%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,2,0,42)
C3M2Y0K42 (3%, 2%, 0%, 42%)
(0.03 / 0.02 / 0.00 / 0.42)

CMYK percentages

%2.72
%2.04
%0
%42.35

Codes

Color #8F9093 in popluar color models

8F 90 93
RGB 143 144 147
HSL 225° 1.82% 56.86%
HSB/HSV 225° 2.72% 57.65%
CMYK 2.72% 2.04% 0.00%
42.35%

Color #8F9093 in popluar number systems.

HEX 8F 90 93
Decimal 143 144 147
Binary 10001111 10010000 10010011
Octal 217 220 223

Shades and tints

Shades of #8F9093

#8F9093
(143,144,147)
#828386
(130,131,134)
#757679
(117,118,121)
#68696C
(104,105,108)
#5B5C5F
(91,92,95)
#4E4F52
(78,79,82)
#414245
(65,66,69)
#343538
(52,53,56)
#27282B
(39,40,43)
#1A1B1E
(26,27,30)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #8F9093

#8F9093
(143,144,147)
#999A9C
(153,154,156)
#A3A4A5
(163,164,165)
#ADAEAE
(173,174,174)
#B7B8B7
(183,184,183)
#C1C2C0
(193,194,192)
#CBCCC9
(203,204,201)
#D5D6D2
(213,214,210)
#DFE0DB
(223,224,219)
#E9EAE4
(233,234,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9093; }

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

This text font color is #8F9093.

Background Color

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

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

This div background color is #8F9093.

Border color

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

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

This div border color is #8F9093.

Opacity

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

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

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

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

This text has shadow with #8F9093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9093.

Preview

Color preview on black background

This text has color #8F9093 on black background.


Color preview on white background

This text has color #8F9093 on white background.


Black color preview on #8F9093 background

This text has black color on #8F9093 background.


White color preview on #8F9093 background

This text has white color on #8F9093 background.


Related colors

Complementary color

Complementary color for #hex is #706F6C.


I love getcolorcode.com

Triadic colors

1 #938F90 and #90938F with #8F9093 are triadic colors.

2 #93908F and #908F93 with #8F9093 are triadic colors.