COLOR #8FA37E

HEX: #8FA37E
RGB: (143,163,126)

Color info

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

RGB color model

#8FA37E color RGB value is (143,163,126).

  • red value is 143;
  • green value is 163;
  • blue value is 126.
RGB:
(143,163,126)
(56%,64%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 126 of 255 = 49%

143
163
126

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 126 = 432 (100%)
R 143 of 432 ~ 33.1%
G 163 of 432 ~ 37.73%
B 126 of 432 ~ 29.17%

%33.1
%37.73
%29.17

CMYK color model

#8FA37E color CMYK value is (12,0,23,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(12,0,23,36)
C12M0Y23K36 
(12%,0%,23%,36%)
(0.12/0.00/0.23/0.36)	

CMYK percentages

%12.27
%0
%22.7
%36.08

Codes

Color #8FA37E in popluar color models

8FA37E
RGB143163126
HSL92°16.74%56.67%
HSB/HSV92°22.70%63.92%
CMYK12.27%0.00%22.70%
36.08%

Color #8FA37E in popluar number systems.

HEX8FA37E
Decimal143163126
Binary10001111101000111111110
Octal217243176

Shades and tints

Shades of #8FA37E

#8FA37E
(143,163,126)
#829573
(130,149,115)
#758768
(117,135,104)
#68795D
(104,121,93)
#5B6B52
(91,107,82)
#4E5D47
(78,93,71)
#414F3C
(65,79,60)
#344131
(52,65,49)
#273326
(39,51,38)
#1A251B
(26,37,27)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #8FA37E

#8FA37E
(143,163,126)
#99AB89
(153,171,137)
#A3B394
(163,179,148)
#ADBB9F
(173,187,159)
#B7C3AA
(183,195,170)
#C1CBB5
(193,203,181)
#CBD3C0
(203,211,192)
#D5DBCB
(213,219,203)
#DFE3D6
(223,227,214)
#E9EBE1
(233,235,225)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA37E color. Also use rgb(143,163,126) instead hex code.

Text Font Color

.myTextColor { color: #8FA37E; }

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

This text font color is #8FA37E.


Background Color

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

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

This div background color is #8FA37E.


Border color

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

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

This div border color is #8FA37E.


Opacity

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

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

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

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

This text has shadow with #8FA37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA37E on black background.


Color preview on white background

This text has color #8FA37E on white background.



Black color preview on #8FA37E background

This text has black color on #8FA37E background.


White color preview on #8FA37E background

This text has white color on #8FA37E background.