COLOR #8FB178

HEX: #8FB178
RGB: (143,177,120)

Color info

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

RGB color model

#8FB178 color RGB value is (143,177,120).

  • red value is 143;
  • green value is 177;
  • blue value is 120.
RGB:
(143,177,120)
(56%,69%,47%)

RGB channels and saturation

R 143 of 255 = 56%
G 177 of 255 = 69%
B 120 of 255 = 47%

143
177
120

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

Portions of RGB colors in percentages

R + G + B =
143 + 177 + 120 = 440 (100%)
R 143 of 440 ~ 32.5%
G 177 of 440 ~ 40.23%
B 120 of 440 ~ 27.27%

%32.5
%40.23
%27.27

CMYK color model

#8FB178 color CMYK value is (19,0,32,31).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 30.59%
CMYK:
(19,0,32,31)
C19M0Y32K31 
(19%,0%,32%,31%)
(0.19/0.00/0.32/0.31)	

CMYK percentages

%19.21
%0
%32.2
%30.59

Codes

Color #8FB178 in popluar color models

8FB178
RGB143177120
HSL96°26.76%58.24%
HSB/HSV96°32.20%69.41%
CMYK19.21%0.00%32.20%
30.59%

Color #8FB178 in popluar number systems.

HEX8FB178
Decimal143177120
Binary10001111101100011111000
Octal217261170

Shades and tints

Shades of #8FB178

#8FB178
(143,177,120)
#82A16E
(130,161,110)
#759164
(117,145,100)
#68815A
(104,129,90)
#5B7150
(91,113,80)
#4E6146
(78,97,70)
#41513C
(65,81,60)
#344132
(52,65,50)
#273128
(39,49,40)
#1A211E
(26,33,30)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #8FB178

#8FB178
(143,177,120)
#99B884
(153,184,132)
#A3BF90
(163,191,144)
#ADC69C
(173,198,156)
#B7CDA8
(183,205,168)
#C1D4B4
(193,212,180)
#CBDBC0
(203,219,192)
#D5E2CC
(213,226,204)
#DFE9D8
(223,233,216)
#E9F0E4
(233,240,228)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB178 color. Also use rgb(143,177,120) instead hex code.

Text Font Color

.myTextColor { color: #8FB178; }

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

This text font color is #8FB178.


Background Color

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

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

This div background color is #8FB178.


Border color

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

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

This div border color is #8FB178.


Opacity

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

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

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

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

This text has shadow with #8FB178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB178 on black background.


Color preview on white background

This text has color #8FB178 on white background.



Black color preview on #8FB178 background

This text has black color on #8FB178 background.


White color preview on #8FB178 background

This text has white color on #8FB178 background.