COLOR #8FA78E

HEX: #8FA78E
RGB: (143,167,142)

Color info

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

RGB color model

#8FA78E color RGB value is (143,167,142).

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

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 142 of 255 = 56%

143
167
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 142 = 452 (100%)
R 143 of 452 ~ 31.64%
G 167 of 452 ~ 36.95%
B 142 of 452 ~ 31.42%

%31.64
%36.95
%31.42

CMYK color model

#8FA78E color CMYK value is (14,0,15,35).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(14,0,15,35)
C14M0Y15K35 
(14%,0%,15%,35%)
(0.14/0.00/0.15/0.35)	

CMYK percentages

%14.37
%0
%14.97
%34.51

Codes

Color #8FA78E in popluar color models

8FA78E
RGB143167142
HSL118°12.44%60.59%
HSB/HSV118°14.97%65.49%
CMYK14.37%0.00%14.97%
34.51%

Color #8FA78E in popluar number systems.

HEX8FA78E
Decimal143167142
Binary100011111010011110001110
Octal217247216

Shades and tints

Shades of #8FA78E

#8FA78E
(143,167,142)
#829882
(130,152,130)
#758976
(117,137,118)
#687A6A
(104,122,106)
#5B6B5E
(91,107,94)
#4E5C52
(78,92,82)
#414D46
(65,77,70)
#343E3A
(52,62,58)
#272F2E
(39,47,46)
#1A2022
(26,32,34)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #8FA78E

#8FA78E
(143,167,142)
#99AF98
(153,175,152)
#A3B7A2
(163,183,162)
#ADBFAC
(173,191,172)
#B7C7B6
(183,199,182)
#C1CFC0
(193,207,192)
#CBD7CA
(203,215,202)
#D5DFD4
(213,223,212)
#DFE7DE
(223,231,222)
#E9EFE8
(233,239,232)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA78E; }

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

This text font color is #8FA78E.


Background Color

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

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

This div background color is #8FA78E.


Border color

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

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

This div border color is #8FA78E.


Opacity

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

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

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

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

This text has shadow with #8FA78E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA78E on black background.


Color preview on white background

This text has color #8FA78E on white background.



Black color preview on #8FA78E background

This text has black color on #8FA78E background.


White color preview on #8FA78E background

This text has white color on #8FA78E background.