COLOR #8FA680

HEX: #8FA680
RGB: (143,166,128)

Color info

#8FA680 contains red, green and blue colors in about the same proportion. Web safe color of #8FA680 is #999966 (or #996).

RGB color model

#8FA680 color RGB value is (143,166,128).

  • red value is 143;
  • green value is 166;
  • blue value is 128.
RGB:
(143,166,128)
(56%,65%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 128 of 255 = 50%

143
166
128

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

Portions of RGB colors in percentages

R + G + B =
143 + 166 + 128 = 437 (100%)
R 143 of 437 ~ 32.72%
G 166 of 437 ~ 37.99%
B 128 of 437 ~ 29.29%

%32.72
%37.99
%29.29

CMYK color model

#8FA680 color CMYK value is (14,0,23,35).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%
CMYK:
(14,0,23,35)
C14M0Y23K35 
(14%,0%,23%,35%)
(0.14/0.00/0.23/0.35)	

CMYK percentages

%13.86
%0
%22.89
%34.9

Codes

Color #8FA680 in popluar color models

8FA680
RGB143166128
HSL96°17.59%57.65%
HSB/HSV96°22.89%65.10%
CMYK13.86%0.00%22.89%
34.90%

Color #8FA680 in popluar number systems.

HEX8FA680
Decimal143166128
Binary100011111010011010000000
Octal217246200

Shades and tints

Shades of #8FA680

#8FA680
(143,166,128)
#829775
(130,151,117)
#75886A
(117,136,106)
#68795F
(104,121,95)
#5B6A54
(91,106,84)
#4E5B49
(78,91,73)
#414C3E
(65,76,62)
#343D33
(52,61,51)
#272E28
(39,46,40)
#1A1F1D
(26,31,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #8FA680

#8FA680
(143,166,128)
#99AE8B
(153,174,139)
#A3B696
(163,182,150)
#ADBEA1
(173,190,161)
#B7C6AC
(183,198,172)
#C1CEB7
(193,206,183)
#CBD6C2
(203,214,194)
#D5DECD
(213,222,205)
#DFE6D8
(223,230,216)
#E9EEE3
(233,238,227)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA680 color. Also use rgb(143,166,128) instead hex code.

Text Font Color

.myTextColor { color: #8FA680; }

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

This text font color is #8FA680.


Background Color

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

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

This div background color is #8FA680.


Border color

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

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

This div border color is #8FA680.


Opacity

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

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

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

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

This text has shadow with #8FA680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA680 on black background.


Color preview on white background

This text has color #8FA680 on white background.



Black color preview on #8FA680 background

This text has black color on #8FA680 background.


White color preview on #8FA680 background

This text has white color on #8FA680 background.