COLOR #8FAB9B

HEX: #8FAB9B
RGB: (143,171,155)

Color info

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

RGB color model

#8FAB9B color RGB value is (143,171,155).

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

RGB channels and saturation

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

143
171
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 171 + 155 = 469 (100%)
R 143 of 469 ~ 30.49%
G 171 of 469 ~ 36.46%
B 155 of 469 ~ 33.05%

%30.49
%36.46
%33.05

CMYK color model

#8FAB9B color CMYK value is (16,0,9,33).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(16,0,9,33)
C16M0Y9K33 
(16%,0%,9%,33%)
(0.16/0.00/0.09/0.33)	

CMYK percentages

%16.37
%0
%9.36
%32.94

Codes

Color #8FAB9B in popluar color models

8FAB9B
RGB143171155
HSL146°14.29%61.57%
HSB/HSV146°16.37%67.06%
CMYK16.37%0.00%9.36%
32.94%

Color #8FAB9B in popluar number systems.

HEX8FAB9B
Decimal143171155
Binary100011111010101110011011
Octal217253233

Shades and tints

Shades of #8FAB9B

#8FAB9B
(143,171,155)
#829C8D
(130,156,141)
#758D7F
(117,141,127)
#687E71
(104,126,113)
#5B6F63
(91,111,99)
#4E6055
(78,96,85)
#415147
(65,81,71)
#344239
(52,66,57)
#27332B
(39,51,43)
#1A241D
(26,36,29)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #8FAB9B

#8FAB9B
(143,171,155)
#99B2A4
(153,178,164)
#A3B9AD
(163,185,173)
#ADC0B6
(173,192,182)
#B7C7BF
(183,199,191)
#C1CEC8
(193,206,200)
#CBD5D1
(203,213,209)
#D5DCDA
(213,220,218)
#DFE3E3
(223,227,227)
#E9EAEC
(233,234,236)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAB9B; }

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

This text font color is #8FAB9B.


Background Color

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

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

This div background color is #8FAB9B.


Border color

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

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

This div border color is #8FAB9B.


Opacity

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

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

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

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

This text has shadow with #8FAB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAB9B on black background.


Color preview on white background

This text has color #8FAB9B on white background.



Black color preview on #8FAB9B background

This text has black color on #8FAB9B background.


White color preview on #8FAB9B background

This text has white color on #8FAB9B background.