COLOR #8FAC9B

HEX: #8FAC9B
RGB: (143,172,155)

Color info

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

RGB color model

#8FAC9B color RGB value is (143,172,155).

  • red value is 143;
  • green value is 172;
  • blue value is 155.
RGB:
(143,172,155)
(56%,67%,61%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 155 of 255 = 61%

143
172
155

R + G + B ~ 61%. #8FAC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 172 + 155 = 470 (100%)
R 143 of 470 ~ 30.43%
G 172 of 470 ~ 36.6%
B 155 of 470 ~ 32.98%

%30.43
%36.6
%32.98

CMYK color model

#8FAC9B color CMYK value is (17,0,10,33).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(17,0,10,33)
C17M0Y10K33 
(17%,0%,10%,33%)
(0.17/0.00/0.10/0.33)	

CMYK percentages

%16.86
%0
%9.88
%32.55

Codes

Color #8FAC9B in popluar color models

8FAC9B
RGB143172155
HSL145°14.87%61.76%
HSB/HSV145°16.86%67.45%
CMYK16.86%0.00%9.88%
32.55%

Color #8FAC9B in popluar number systems.

HEX8FAC9B
Decimal143172155
Binary100011111010110010011011
Octal217254233

Shades and tints

Shades of #8FAC9B

#8FAC9B
(143,172,155)
#829D8D
(130,157,141)
#758E7F
(117,142,127)
#687F71
(104,127,113)
#5B7063
(91,112,99)
#4E6155
(78,97,85)
#415247
(65,82,71)
#344339
(52,67,57)
#27342B
(39,52,43)
#1A251D
(26,37,29)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #8FAC9B

#8FAC9B
(143,172,155)
#99B3A4
(153,179,164)
#A3BAAD
(163,186,173)
#ADC1B6
(173,193,182)
#B7C8BF
(183,200,191)
#C1CFC8
(193,207,200)
#CBD6D1
(203,214,209)
#D5DDDA
(213,221,218)
#DFE4E3
(223,228,227)
#E9EBEC
(233,235,236)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAC9B color. Also use rgb(143,172,155) instead hex code.

Text Font Color

.myTextColor { color: #8FAC9B; }

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

This text font color is #8FAC9B.


Background Color

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

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

This div background color is #8FAC9B.


Border color

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

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

This div border color is #8FAC9B.


Opacity

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

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

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

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

This text has shadow with #8FAC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAC9B on black background.


Color preview on white background

This text has color #8FAC9B on white background.



Black color preview on #8FAC9B background

This text has black color on #8FAC9B background.


White color preview on #8FAC9B background

This text has white color on #8FAC9B background.