COLOR #8F9095

HEX: #8F9095 RGB: (143,144,149)

Color info

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

RGB color model

#8F9095 color RGB value is (143,144,149).

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

RGB channels and saturation

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

143
144
149

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

Portions of RGB colors in percentages

R + G + B = 143 + 144 + 149 = 436 (100%)
R 143 of 436 ~ 32.8%
G 144 of 436 ~ 33.03%
B 149 of 436 ~ 34.17'%

%32.8
%33.03
%34.17

CMYK color model

#8F9095 color CMYK value is (4,3,0,42).

  • cyan value is 4.03%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (4,3,0,42) C4M3Y0K42 (4%,3%,0%,42%) (0.04/0.03/0.00/0.42) 

CMYK percentages

%4.03
%3.36
%0
%41.57

Codes

Color #8F9095 in popluar color models

8F 90 95
RGB 143 144 149
HSL 230° 2.75% 57.25%
HSB/HSV 230° 4.03% 58.43%
CMYK 4.03% 3.36% 0.00%
41.57%

Color #8F9095 in popluar number systems.

HEX 8F 90 95
Decimal 143 144 149
Binary 10001111 10010000 10010101
Octal 217 220 225

Shades and tints

Shades of #8F9095

#8F9095
(143,144,149)
#828388
(130,131,136)
#75767B
(117,118,123)
#68696E
(104,105,110)
#5B5C61
(91,92,97)
#4E4F54
(78,79,84)
#414247
(65,66,71)
#34353A
(52,53,58)
#27282D
(39,40,45)
#1A1B20
(26,27,32)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #8F9095

#8F9095
(143,144,149)
#999A9E
(153,154,158)
#A3A4A7
(163,164,167)
#ADAEB0
(173,174,176)
#B7B8B9
(183,184,185)
#C1C2C2
(193,194,194)
#CBCCCB
(203,204,203)
#D5D6D4
(213,214,212)
#DFE0DD
(223,224,221)
#E9EAE6
(233,234,230)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9095; }

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

This text font color is #8F9095.

Background Color

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

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

This div background color is #8F9095.

Border color

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

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

This div border color is #8F9095.

Opacity

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

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

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

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

This text has shadow with #8F9095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9095.

Preview

Color preview on black background

This text has color #8F9095 on black background.


Color preview on white background

This text has color #8F9095 on white background.


Black color preview on #8F9095 background

This text has black color on #8F9095 background.


White color preview on #8F9095 background

This text has white color on #8F9095 background.


Related colors

Complementary color

Complementary color for #hex is #706F6A.


I love getcolorcode.com

Triadic colors

1 #958F90 and #90958F with #8F9095 are triadic colors.

2 #95908F and #908F95 with #8F9095 are triadic colors.