COLOR #8FAC99

HEX: #8FAC99 RGB: (143,172,153)

Color info

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

RGB color model

#8FAC99 color RGB value is (143,172,153).

RGB: (143,172,153) (56%, 67%, 60%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 153 of 255 = 60%

143
172
153

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

Portions of RGB colors in percentages

R + G + B = 143 + 172 + 153 = 468 (100%)
R 143 of 468 ~ 30.56%
G 172 of 468 ~ 36.75%
B 153 of 468 ~ 32.69'%

%30.56
%36.75
%32.69

CMYK color model

#8FAC99 color CMYK value is (17,0,11,33).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 32.55%
CMYK: (17,0,11,33) C17M0Y11K33 (17%,0%,11%,33%) (0.17/0.00/0.11/0.33) 

CMYK percentages

%16.86
%0
%11.05
%32.55

Codes

Color #8FAC99 in popluar color models

8F AC 99
RGB 143 172 153
HSL 141° 14.87% 61.76%
HSB/HSV 141° 16.86% 67.45%
CMYK 16.86% 0.00% 11.05%
32.55%

Color #8FAC99 in popluar number systems.

HEX 8F AC 99
Decimal 143 172 153
Binary 10001111 10101100 10011001
Octal 217 254 231

Shades and tints

Shades of #8FAC99

#8FAC99
(143,172,153)
#829D8C
(130,157,140)
#758E7F
(117,142,127)
#687F72
(104,127,114)
#5B7065
(91,112,101)
#4E6158
(78,97,88)
#41524B
(65,82,75)
#34433E
(52,67,62)
#273431
(39,52,49)
#1A2524
(26,37,36)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8FAC99

#8FAC99
(143,172,153)
#99B3A2
(153,179,162)
#A3BAAB
(163,186,171)
#ADC1B4
(173,193,180)
#B7C8BD
(183,200,189)
#C1CFC6
(193,207,198)
#CBD6CF
(203,214,207)
#D5DDD8
(213,221,216)
#DFE4E1
(223,228,225)
#E9EBEA
(233,235,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAC99; }

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

This text font color is #8FAC99.

Background Color

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

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

This div background color is #8FAC99.

Border color

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

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

This div border color is #8FAC99.

Opacity

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

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

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

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

This text has shadow with #8FAC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FAC99.

Preview

Color preview on black background

This text has color #8FAC99 on black background.


Color preview on white background

This text has color #8FAC99 on white background.


Black color preview on #8FAC99 background

This text has black color on #8FAC99 background.


White color preview on #8FAC99 background

This text has white color on #8FAC99 background.


Related colors

Complementary color

Complementary color for #hex is #705366.


I love getcolorcode.com

Triadic colors

1 #998FAC and #AC998F with #8FAC99 are triadic colors.

2 #99AC8F and #AC8F99 with #8FAC99 are triadic colors.