COLOR #8FA792

HEX: #8FA792
RGB: (143,167,146)

Color info

#8FA792 contains red, green and blue colors in about the same proportion. Web safe color of #8FA792 is #999999 (or #999).

RGB color model

#8FA792 color RGB value is (143,167,146).

  • red value is 143;
  • green value is 167;
  • blue value is 146.
RGB:
(143,167,146)
(56%,65%,57%)

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 146 of 255 = 57%

143
167
146

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

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 146 = 456 (100%)
R 143 of 456 ~ 31.36%
G 167 of 456 ~ 36.62%
B 146 of 456 ~ 32.02%

%31.36
%36.62
%32.02

CMYK color model

#8FA792 color CMYK value is (14,0,13,35).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(14,0,13,35)
C14M0Y13K35 
(14%,0%,13%,35%)
(0.14/0.00/0.13/0.35)	

CMYK percentages

%14.37
%0
%12.57
%34.51

Codes

Color #8FA792 in popluar color models

8FA792
RGB143167146
HSL128°12.00%60.78%
HSB/HSV128°14.37%65.49%
CMYK14.37%0.00%12.57%
34.51%

Color #8FA792 in popluar number systems.

HEX8FA792
Decimal143167146
Binary100011111010011110010010
Octal217247222

Shades and tints

Shades of #8FA792

#8FA792
(143,167,146)
#829885
(130,152,133)
#758978
(117,137,120)
#687A6B
(104,122,107)
#5B6B5E
(91,107,94)
#4E5C51
(78,92,81)
#414D44
(65,77,68)
#343E37
(52,62,55)
#272F2A
(39,47,42)
#1A201D
(26,32,29)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #8FA792

#8FA792
(143,167,146)
#99AF9B
(153,175,155)
#A3B7A4
(163,183,164)
#ADBFAD
(173,191,173)
#B7C7B6
(183,199,182)
#C1CFBF
(193,207,191)
#CBD7C8
(203,215,200)
#D5DFD1
(213,223,209)
#DFE7DA
(223,231,218)
#E9EFE3
(233,239,227)
#F3F7EC
(243,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA792 color. Also use rgb(143,167,146) instead hex code.

Text Font Color

.myTextColor { color: #8FA792; }

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

This text font color is #8FA792.


Background Color

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

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

This div background color is #8FA792.


Border color

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

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

This div border color is #8FA792.


Opacity

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

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

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

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

This text has shadow with #8FA792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA792 on black background.


Color preview on white background

This text has color #8FA792 on white background.



Black color preview on #8FA792 background

This text has black color on #8FA792 background.


White color preview on #8FA792 background

This text has white color on #8FA792 background.