COLOR #8FA59E

HEX: #8FA59E RGB: (143,165,158)

Color info

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

RGB color model

#8FA59E color RGB value is (143,165,158).

RGB: (143,165,158) (56%, 65%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 158 of 255 = 62%

143
165
158

R + G + B ~ 61%. #8FA59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 158 = 466 (100%)
R 143 of 466 ~ 30.69%
G 165 of 466 ~ 35.41%
B 158 of 466 ~ 33.91'%

%30.69
%35.41
%33.91

CMYK color model

#8FA59E color CMYK value is (13,0,4,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (13,0,4,35)
C13M0Y4K35 (13%, 0%, 4%, 35%)
(0.13 / 0.00 / 0.04 / 0.35)

CMYK percentages

%13.33
%0
%4.24
%35.29

Codes

Color #8FA59E in popluar color models

8F A5 9E
RGB 143 165 158
HSL 161° 10.89% 60.39%
HSB/HSV 161° 13.33% 64.71%
CMYK 13.33% 0.00% 4.24%
35.29%

Color #8FA59E in popluar number systems.

HEX 8F A5 9E
Decimal 143 165 158
Binary 10001111 10100101 10011110
Octal 217 245 236

Shades and tints

Shades of #8FA59E

#8FA59E
(143,165,158)
#829690
(130,150,144)
#758782
(117,135,130)
#687874
(104,120,116)
#5B6966
(91,105,102)
#4E5A58
(78,90,88)
#414B4A
(65,75,74)
#343C3C
(52,60,60)
#272D2E
(39,45,46)
#1A1E20
(26,30,32)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #8FA59E

#8FA59E
(143,165,158)
#99ADA6
(153,173,166)
#A3B5AE
(163,181,174)
#ADBDB6
(173,189,182)
#B7C5BE
(183,197,190)
#C1CDC6
(193,205,198)
#CBD5CE
(203,213,206)
#D5DDD6
(213,221,214)
#DFE5DE
(223,229,222)
#E9EDE6
(233,237,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA59E color. Also use rgb(143,165,158) instead hex code.

Text Font Color

.myTextColor { color: #8FA59E; }

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

This text font color is #8FA59E.

Background Color

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

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

This div background color is #8FA59E.

Border color

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

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

This div border color is #8FA59E.

Opacity

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

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

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

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

This text has shadow with #8FA59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA59E.

Preview

Color preview on black background

This text has color #8FA59E on black background.


Color preview on white background

This text has color #8FA59E on white background.


Black color preview on #8FA59E background

This text has black color on #8FA59E background.


White color preview on #8FA59E background

This text has white color on #8FA59E background.


Related colors

Complementary color

Complementary color for #hex is #705A61.


I love getcolorcode.com

Triadic colors

1 #9E8FA5 and #A59E8F with #8FA59E are triadic colors.

2 #9EA58F and #A58F9E with #8FA59E are triadic colors.