COLOR #8FAC95

HEX: #8FAC95
RGB: (143,172,149)

Color info

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

RGB color model

#8FAC95 color RGB value is (143,172,149).

  • red value is 143;
  • green value is 172;
  • blue value is 149.
RGB:
(143,172,149)
(56%,67%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 172 of 255 = 67%
B 149 of 255 = 58%

143
172
149

R + G + B ~ 60%. #8FAC95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 172 + 149 = 464 (100%)
R 143 of 464 ~ 30.82%
G 172 of 464 ~ 37.07%
B 149 of 464 ~ 32.11%

%30.82
%37.07
%32.11

CMYK color model

#8FAC95 color CMYK value is (17,0,13,33).

  • cyan value is 16.86%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(17,0,13,33)
C17M0Y13K33 
(17%,0%,13%,33%)
(0.17/0.00/0.13/0.33)	

CMYK percentages

%16.86
%0
%13.37
%32.55

Codes

Color #8FAC95 in popluar color models

8FAC95
RGB143172149
HSL132°14.87%61.76%
HSB/HSV132°16.86%67.45%
CMYK16.86%0.00%13.37%
32.55%

Color #8FAC95 in popluar number systems.

HEX8FAC95
Decimal143172149
Binary100011111010110010010101
Octal217254225

Shades and tints

Shades of #8FAC95

#8FAC95
(143,172,149)
#829D88
(130,157,136)
#758E7B
(117,142,123)
#687F6E
(104,127,110)
#5B7061
(91,112,97)
#4E6154
(78,97,84)
#415247
(65,82,71)
#34433A
(52,67,58)
#27342D
(39,52,45)
#1A2520
(26,37,32)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #8FAC95

#8FAC95
(143,172,149)
#99B39E
(153,179,158)
#A3BAA7
(163,186,167)
#ADC1B0
(173,193,176)
#B7C8B9
(183,200,185)
#C1CFC2
(193,207,194)
#CBD6CB
(203,214,203)
#D5DDD4
(213,221,212)
#DFE4DD
(223,228,221)
#E9EBE6
(233,235,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAC95; }

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

This text font color is #8FAC95.


Background Color

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

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

This div background color is #8FAC95.


Border color

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

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

This div border color is #8FAC95.


Opacity

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

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

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

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

This text has shadow with #8FAC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAC95 on black background.


Color preview on white background

This text has color #8FAC95 on white background.



Black color preview on #8FAC95 background

This text has black color on #8FAC95 background.


White color preview on #8FAC95 background

This text has white color on #8FAC95 background.