COLOR #8FA883

HEX: #8FA883
RGB: (143,168,131)

Color info

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

RGB color model

#8FA883 color RGB value is (143,168,131).

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

RGB channels and saturation

R 143 of 255 = 56%
G 168 of 255 = 66%
B 131 of 255 = 51%

143
168
131

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

Portions of RGB colors in percentages

R + G + B =
143 + 168 + 131 = 442 (100%)
R 143 of 442 ~ 32.35%
G 168 of 442 ~ 38.01%
B 131 of 442 ~ 29.64%

%32.35
%38.01
%29.64

CMYK color model

#8FA883 color CMYK value is (15,0,22,34).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 34.12%
CMYK:
(15,0,22,34)
C15M0Y22K34 
(15%,0%,22%,34%)
(0.15/0.00/0.22/0.34)	

CMYK percentages

%14.88
%0
%22.02
%34.12

Codes

Color #8FA883 in popluar color models

8FA883
RGB143168131
HSL101°17.54%58.63%
HSB/HSV101°22.02%65.88%
CMYK14.88%0.00%22.02%
34.12%

Color #8FA883 in popluar number systems.

HEX8FA883
Decimal143168131
Binary100011111010100010000011
Octal217250203

Shades and tints

Shades of #8FA883

#8FA883
(143,168,131)
#829978
(130,153,120)
#758A6D
(117,138,109)
#687B62
(104,123,98)
#5B6C57
(91,108,87)
#4E5D4C
(78,93,76)
#414E41
(65,78,65)
#343F36
(52,63,54)
#27302B
(39,48,43)
#1A2120
(26,33,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8FA883

#8FA883
(143,168,131)
#99AF8E
(153,175,142)
#A3B699
(163,182,153)
#ADBDA4
(173,189,164)
#B7C4AF
(183,196,175)
#C1CBBA
(193,203,186)
#CBD2C5
(203,210,197)
#D5D9D0
(213,217,208)
#DFE0DB
(223,224,219)
#E9E7E6
(233,231,230)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA883; }

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

This text font color is #8FA883.


Background Color

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

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

This div background color is #8FA883.


Border color

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

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

This div border color is #8FA883.


Opacity

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

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

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

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

This text has shadow with #8FA883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA883 on black background.


Color preview on white background

This text has color #8FA883 on white background.



Black color preview on #8FA883 background

This text has black color on #8FA883 background.


White color preview on #8FA883 background

This text has white color on #8FA883 background.