COLOR #8FAB9C

HEX: #8FAB9C RGB: (143,171,156)

Color info

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

RGB color model

#8FAB9C color RGB value is (143,171,156).

RGB: (143,171,156) (56%, 67%, 61%)

RGB channels and saturation

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

143
171
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 171 + 156 = 470 (100%)
R 143 of 470 ~ 30.43%
G 171 of 470 ~ 36.38%
B 156 of 470 ~ 33.19'%

%30.43
%36.38
%33.19

CMYK color model

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

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • 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
%8.77
%32.94

Codes

Color #8FAB9C in popluar color models

8F AB 9C
RGB 143 171 156
HSL 148° 14.29% 61.57%
HSB/HSV 148° 16.37% 67.06%
CMYK 16.37% 0.00% 8.77%
32.94%

Color #8FAB9C in popluar number systems.

HEX 8F AB 9C
Decimal 143 171 156
Binary 10001111 10101011 10011100
Octal 217 253 234

Shades and tints

Shades of #8FAB9C

#8FAB9C
(143,171,156)
#829C8E
(130,156,142)
#758D80
(117,141,128)
#687E72
(104,126,114)
#5B6F64
(91,111,100)
#4E6056
(78,96,86)
#415148
(65,81,72)
#34423A
(52,66,58)
#27332C
(39,51,44)
#1A241E
(26,36,30)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #8FAB9C

#8FAB9C
(143,171,156)
#99B2A5
(153,178,165)
#A3B9AE
(163,185,174)
#ADC0B7
(173,192,183)
#B7C7C0
(183,199,192)
#C1CEC9
(193,206,201)
#CBD5D2
(203,213,210)
#D5DCDB
(213,220,219)
#DFE3E4
(223,227,228)
#E9EAED
(233,234,237)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAB9C; }

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

This text font color is #8FAB9C.

Background Color

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

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

This div background color is #8FAB9C.

Border color

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

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

This div border color is #8FAB9C.

Opacity

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

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

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

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

This text has shadow with #8FAB9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAB9C.

Preview

Color preview on black background

This text has color #8FAB9C on black background.


Color preview on white background

This text has color #8FAB9C on white background.


Black color preview on #8FAB9C background

This text has black color on #8FAB9C background.


White color preview on #8FAB9C background

This text has white color on #8FAB9C background.


Related colors

Complementary color

Complementary color for #hex is #705463.


I love getcolorcode.com

Triadic colors

1 #9C8FAB and #AB9C8F with #8FAB9C are triadic colors.

2 #9CAB8F and #AB8F9C with #8FAB9C are triadic colors.