COLOR #8FA59C

HEX: #8FA59C RGB: (143,165,156)

Color info

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

RGB color model

#8FA59C color RGB value is (143,165,156).

RGB: (143,165,156) (56%, 65%, 61%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 156 of 255 = 61%

143
165
156

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 156 = 464 (100%)
R 143 of 464 ~ 30.82%
G 165 of 464 ~ 35.56%
B 156 of 464 ~ 33.62'%

%30.82
%35.56
%33.62

CMYK color model

#8FA59C color CMYK value is (13,0,5,35).

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

CMYK: (13,0,5,35)
C13M0Y5K35 (13%, 0%, 5%, 35%)
(0.13 / 0.00 / 0.05 / 0.35)

CMYK percentages

%13.33
%0
%5.45
%35.29

Codes

Color #8FA59C in popluar color models

8F A5 9C
RGB 143 165 156
HSL 155° 10.89% 60.39%
HSB/HSV 155° 13.33% 64.71%
CMYK 13.33% 0.00% 5.45%
35.29%

Color #8FA59C in popluar number systems.

HEX 8F A5 9C
Decimal 143 165 156
Binary 10001111 10100101 10011100
Octal 217 245 234

Shades and tints

Shades of #8FA59C

#8FA59C
(143,165,156)
#82968E
(130,150,142)
#758780
(117,135,128)
#687872
(104,120,114)
#5B6964
(91,105,100)
#4E5A56
(78,90,86)
#414B48
(65,75,72)
#343C3A
(52,60,58)
#272D2C
(39,45,44)
#1A1E1E
(26,30,30)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8FA59C

#8FA59C
(143,165,156)
#99ADA5
(153,173,165)
#A3B5AE
(163,181,174)
#ADBDB7
(173,189,183)
#B7C5C0
(183,197,192)
#C1CDC9
(193,205,201)
#CBD5D2
(203,213,210)
#D5DDDB
(213,221,219)
#DFE5E4
(223,229,228)
#E9EDED
(233,237,237)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA59C; }

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

This text font color is #8FA59C.

Background Color

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

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

This div background color is #8FA59C.

Border color

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

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

This div border color is #8FA59C.

Opacity

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

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

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

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

This text has shadow with #8FA59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA59C.

Preview

Color preview on black background

This text has color #8FA59C on black background.


Color preview on white background

This text has color #8FA59C on white background.


Black color preview on #8FA59C background

This text has black color on #8FA59C background.


White color preview on #8FA59C background

This text has white color on #8FA59C background.


Related colors

Complementary color

Complementary color for #hex is #705A63.


I love getcolorcode.com

Triadic colors

1 #9C8FA5 and #A59C8F with #8FA59C are triadic colors.

2 #9CA58F and #A58F9C with #8FA59C are triadic colors.