COLOR #8FA07D

HEX: #8FA07D RGB: (143,160,125)

Color info

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

RGB color model

#8FA07D color RGB value is (143,160,125).

RGB: (143,160,125) (56%, 63%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 125 of 255 = 49%

143
160
125

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

Portions of RGB colors in percentages

R + G + B = 143 + 160 + 125 = 428 (100%)
R 143 of 428 ~ 33.41%
G 160 of 428 ~ 37.38%
B 125 of 428 ~ 29.21'%

%33.41
%37.38
%29.21

CMYK color model

#8FA07D color CMYK value is (11,0,22,37).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 37.25%

CMYK: (11,0,22,37)
C11M0Y22K37 (11%, 0%, 22%, 37%)
(0.11 / 0.00 / 0.22 / 0.37)

CMYK percentages

%10.63
%0
%21.88
%37.25

Codes

Color #8FA07D in popluar color models

8F A0 7D
RGB 143 160 125
HSL 89° 15.56% 55.88%
HSB/HSV 89° 21.88% 62.75%
CMYK 10.63% 0.00% 21.88%
37.25%

Color #8FA07D in popluar number systems.

HEX 8F A0 7D
Decimal 143 160 125
Binary 10001111 10100000 1111101
Octal 217 240 175

Shades and tints

Shades of #8FA07D

#8FA07D
(143,160,125)
#829272
(130,146,114)
#758467
(117,132,103)
#68765C
(104,118,92)
#5B6851
(91,104,81)
#4E5A46
(78,90,70)
#414C3B
(65,76,59)
#343E30
(52,62,48)
#273025
(39,48,37)
#1A221A
(26,34,26)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #8FA07D

#8FA07D
(143,160,125)
#99A888
(153,168,136)
#A3B093
(163,176,147)
#ADB89E
(173,184,158)
#B7C0A9
(183,192,169)
#C1C8B4
(193,200,180)
#CBD0BF
(203,208,191)
#D5D8CA
(213,216,202)
#DFE0D5
(223,224,213)
#E9E8E0
(233,232,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA07D color. Also use rgb(143,160,125) instead hex code.

Text Font Color

.myTextColor { color: #8FA07D; }

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

This text font color is #8FA07D.

Background Color

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

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

This div background color is #8FA07D.

Border color

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

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

This div border color is #8FA07D.

Opacity

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

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

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

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

This text has shadow with #8FA07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA07D.

Preview

Color preview on black background

This text has color #8FA07D on black background.


Color preview on white background

This text has color #8FA07D on white background.


Black color preview on #8FA07D background

This text has black color on #8FA07D background.


White color preview on #8FA07D background

This text has white color on #8FA07D background.


Related colors

Complementary color

Complementary color for #hex is #705F82.


I love getcolorcode.com

Triadic colors

1 #7D8FA0 and #A07D8F with #8FA07D are triadic colors.

2 #7DA08F and #A08F7D with #8FA07D are triadic colors.