COLOR #8FA596

HEX: #8FA596
RGB: (143,165,150)

Color info

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

RGB color model

#8FA596 color RGB value is (143,165,150).

  • red value is 143;
  • green value is 165;
  • blue value is 150.
RGB:
(143,165,150)
(56%,65%,59%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 150 of 255 = 59%

143
165
150

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

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 150 = 458 (100%)
R 143 of 458 ~ 31.22%
G 165 of 458 ~ 36.03%
B 150 of 458 ~ 32.75%

%31.22
%36.03
%32.75

CMYK color model

#8FA596 color CMYK value is (13,0,9,35).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(13,0,9,35)
C13M0Y9K35 
(13%,0%,9%,35%)
(0.13/0.00/0.09/0.35)	

CMYK percentages

%13.33
%0
%9.09
%35.29

Codes

Color #8FA596 in popluar color models

8FA596
RGB143165150
HSL139°10.89%60.39%
HSB/HSV139°13.33%64.71%
CMYK13.33%0.00%9.09%
35.29%

Color #8FA596 in popluar number systems.

HEX8FA596
Decimal143165150
Binary100011111010010110010110
Octal217245226

Shades and tints

Shades of #8FA596

#8FA596
(143,165,150)
#829689
(130,150,137)
#75877C
(117,135,124)
#68786F
(104,120,111)
#5B6962
(91,105,98)
#4E5A55
(78,90,85)
#414B48
(65,75,72)
#343C3B
(52,60,59)
#272D2E
(39,45,46)
#1A1E21
(26,30,33)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #8FA596

#8FA596
(143,165,150)
#99AD9F
(153,173,159)
#A3B5A8
(163,181,168)
#ADBDB1
(173,189,177)
#B7C5BA
(183,197,186)
#C1CDC3
(193,205,195)
#CBD5CC
(203,213,204)
#D5DDD5
(213,221,213)
#DFE5DE
(223,229,222)
#E9EDE7
(233,237,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA596; }

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

This text font color is #8FA596.


Background Color

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

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

This div background color is #8FA596.


Border color

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

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

This div border color is #8FA596.


Opacity

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

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

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

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

This text has shadow with #8FA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA596 on black background.


Color preview on white background

This text has color #8FA596 on white background.



Black color preview on #8FA596 background

This text has black color on #8FA596 background.


White color preview on #8FA596 background

This text has white color on #8FA596 background.