COLOR #8FAF96

HEX: #8FAF96
RGB: (143,175,150)

Color info

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

RGB color model

#8FAF96 color RGB value is (143,175,150).

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

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 150 of 255 = 59%

143
175
150

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

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 150 = 468 (100%)
R 143 of 468 ~ 30.56%
G 175 of 468 ~ 37.39%
B 150 of 468 ~ 32.05%

%30.56
%37.39
%32.05

CMYK color model

#8FAF96 color CMYK value is (18,0,14,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(18,0,14,31)
C18M0Y14K31 
(18%,0%,14%,31%)
(0.18/0.00/0.14/0.31)	

CMYK percentages

%18.29
%0
%14.29
%31.37

Codes

Color #8FAF96 in popluar color models

8FAF96
RGB143175150
HSL133°16.67%62.35%
HSB/HSV133°18.29%68.63%
CMYK18.29%0.00%14.29%
31.37%

Color #8FAF96 in popluar number systems.

HEX8FAF96
Decimal143175150
Binary100011111010111110010110
Octal217257226

Shades and tints

Shades of #8FAF96

#8FAF96
(143,175,150)
#82A089
(130,160,137)
#75917C
(117,145,124)
#68826F
(104,130,111)
#5B7362
(91,115,98)
#4E6455
(78,100,85)
#415548
(65,85,72)
#34463B
(52,70,59)
#27372E
(39,55,46)
#1A2821
(26,40,33)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #8FAF96

#8FAF96
(143,175,150)
#99B69F
(153,182,159)
#A3BDA8
(163,189,168)
#ADC4B1
(173,196,177)
#B7CBBA
(183,203,186)
#C1D2C3
(193,210,195)
#CBD9CC
(203,217,204)
#D5E0D5
(213,224,213)
#DFE7DE
(223,231,222)
#E9EEE7
(233,238,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAF96; }

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

This text font color is #8FAF96.


Background Color

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

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

This div background color is #8FAF96.


Border color

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

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

This div border color is #8FAF96.


Opacity

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

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

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

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

This text has shadow with #8FAF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF96 on black background.


Color preview on white background

This text has color #8FAF96 on white background.



Black color preview on #8FAF96 background

This text has black color on #8FAF96 background.


White color preview on #8FAF96 background

This text has white color on #8FAF96 background.