COLOR #8FAD83

HEX: #8FAD83
RGB: (143,173,131)

Color info

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

RGB color model

#8FAD83 color RGB value is (143,173,131).

  • red value is 143;
  • green value is 173;
  • blue value is 131.
RGB:
(143,173,131)
(56%,68%,51%)

RGB channels and saturation

R 143 of 255 = 56%
G 173 of 255 = 68%
B 131 of 255 = 51%

143
173
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 173 + 131 = 447 (100%)
R 143 of 447 ~ 31.99%
G 173 of 447 ~ 38.7%
B 131 of 447 ~ 29.31%

%31.99
%38.7
%29.31

CMYK color model

#8FAD83 color CMYK value is (17,0,24,32).

  • cyan value is 17.34%
  • magenta value is 0.00%
  • yellow value is 24.28%
  • key color value is 32.16%
CMYK:
(17,0,24,32)
C17M0Y24K32 
(17%,0%,24%,32%)
(0.17/0.00/0.24/0.32)	

CMYK percentages

%17.34
%0
%24.28
%32.16

Codes

Color #8FAD83 in popluar color models

8FAD83
RGB143173131
HSL103°20.39%59.61%
HSB/HSV103°24.28%67.84%
CMYK17.34%0.00%24.28%
32.16%

Color #8FAD83 in popluar number systems.

HEX8FAD83
Decimal143173131
Binary100011111010110110000011
Octal217255203

Shades and tints

Shades of #8FAD83

#8FAD83
(143,173,131)
#829E78
(130,158,120)
#758F6D
(117,143,109)
#688062
(104,128,98)
#5B7157
(91,113,87)
#4E624C
(78,98,76)
#415341
(65,83,65)
#344436
(52,68,54)
#27352B
(39,53,43)
#1A2620
(26,38,32)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8FAD83

#8FAD83
(143,173,131)
#99B48E
(153,180,142)
#A3BB99
(163,187,153)
#ADC2A4
(173,194,164)
#B7C9AF
(183,201,175)
#C1D0BA
(193,208,186)
#CBD7C5
(203,215,197)
#D5DED0
(213,222,208)
#DFE5DB
(223,229,219)
#E9ECE6
(233,236,230)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAD83 color. Also use rgb(143,173,131) instead hex code.

Text Font Color

.myTextColor { color: #8FAD83; }

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

This text font color is #8FAD83.


Background Color

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

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

This div background color is #8FAD83.


Border color

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

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

This div border color is #8FAD83.


Opacity

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

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

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

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

This text has shadow with #8FAD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAD83 on black background.


Color preview on white background

This text has color #8FAD83 on white background.



Black color preview on #8FAD83 background

This text has black color on #8FAD83 background.


White color preview on #8FAD83 background

This text has white color on #8FAD83 background.