COLOR #8FB176

HEX: #8FB176
RGB: (143,177,118)

Color info

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

RGB color model

#8FB176 color RGB value is (143,177,118).

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

RGB channels and saturation

R 143 of 255 = 56%
G 177 of 255 = 69%
B 118 of 255 = 46%

143
177
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 177 + 118 = 438 (100%)
R 143 of 438 ~ 32.65%
G 177 of 438 ~ 40.41%
B 118 of 438 ~ 26.94%

%32.65
%40.41
%26.94

CMYK color model

#8FB176 color CMYK value is (19,0,33,31).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(19,0,33,31)
C19M0Y33K31 
(19%,0%,33%,31%)
(0.19/0.00/0.33/0.31)	

CMYK percentages

%19.21
%0
%33.33
%30.59

Codes

Color #8FB176 in popluar color models

8FB176
RGB143177118
HSL95°27.44%57.84%
HSB/HSV95°33.33%69.41%
CMYK19.21%0.00%33.33%
30.59%

Color #8FB176 in popluar number systems.

HEX8FB176
Decimal143177118
Binary10001111101100011110110
Octal217261166

Shades and tints

Shades of #8FB176

#8FB176
(143,177,118)
#82A16C
(130,161,108)
#759162
(117,145,98)
#688158
(104,129,88)
#5B714E
(91,113,78)
#4E6144
(78,97,68)
#41513A
(65,81,58)
#344130
(52,65,48)
#273126
(39,49,38)
#1A211C
(26,33,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8FB176

#8FB176
(143,177,118)
#99B882
(153,184,130)
#A3BF8E
(163,191,142)
#ADC69A
(173,198,154)
#B7CDA6
(183,205,166)
#C1D4B2
(193,212,178)
#CBDBBE
(203,219,190)
#D5E2CA
(213,226,202)
#DFE9D6
(223,233,214)
#E9F0E2
(233,240,226)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB176; }

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

This text font color is #8FB176.


Background Color

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

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

This div background color is #8FB176.


Border color

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

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

This div border color is #8FB176.


Opacity

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

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

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

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

This text has shadow with #8FB176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB176 on black background.


Color preview on white background

This text has color #8FB176 on white background.



Black color preview on #8FB176 background

This text has black color on #8FB176 background.


White color preview on #8FB176 background

This text has white color on #8FB176 background.