COLOR #8FAF99

HEX: #8FAF99
RGB: (143,175,153)

Color info

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

RGB color model

#8FAF99 color RGB value is (143,175,153).

  • red value is 143;
  • green value is 175;
  • blue value is 153.
RGB:
(143,175,153)
(56%,69%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 153 of 255 = 60%

143
175
153

R + G + B ~ 62%. #8FAF99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 153 = 471 (100%)
R 143 of 471 ~ 30.36%
G 175 of 471 ~ 37.15%
B 153 of 471 ~ 32.48%

%30.36
%37.15
%32.48

CMYK color model

#8FAF99 color CMYK value is (18,0,13,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(18,0,13,31)
C18M0Y13K31 
(18%,0%,13%,31%)
(0.18/0.00/0.13/0.31)	

CMYK percentages

%18.29
%0
%12.57
%31.37

Codes

Color #8FAF99 in popluar color models

8FAF99
RGB143175153
HSL139°16.67%62.35%
HSB/HSV139°18.29%68.63%
CMYK18.29%0.00%12.57%
31.37%

Color #8FAF99 in popluar number systems.

HEX8FAF99
Decimal143175153
Binary100011111010111110011001
Octal217257231

Shades and tints

Shades of #8FAF99

#8FAF99
(143,175,153)
#82A08C
(130,160,140)
#75917F
(117,145,127)
#688272
(104,130,114)
#5B7365
(91,115,101)
#4E6458
(78,100,88)
#41554B
(65,85,75)
#34463E
(52,70,62)
#273731
(39,55,49)
#1A2824
(26,40,36)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #8FAF99

#8FAF99
(143,175,153)
#99B6A2
(153,182,162)
#A3BDAB
(163,189,171)
#ADC4B4
(173,196,180)
#B7CBBD
(183,203,189)
#C1D2C6
(193,210,198)
#CBD9CF
(203,217,207)
#D5E0D8
(213,224,216)
#DFE7E1
(223,231,225)
#E9EEEA
(233,238,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAF99; }

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

This text font color is #8FAF99.


Background Color

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

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

This div background color is #8FAF99.


Border color

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

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

This div border color is #8FAF99.


Opacity

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

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

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

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

This text has shadow with #8FAF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF99 on black background.


Color preview on white background

This text has color #8FAF99 on white background.



Black color preview on #8FAF99 background

This text has black color on #8FAF99 background.


White color preview on #8FAF99 background

This text has white color on #8FAF99 background.