COLOR #8FA496

HEX: #8FA496
RGB: (143,164,150)

Color info

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

RGB color model

#8FA496 color RGB value is (143,164,150).

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

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 150 of 255 = 59%

143
164
150

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 150 = 457 (100%)
R 143 of 457 ~ 31.29%
G 164 of 457 ~ 35.89%
B 150 of 457 ~ 32.82%

%31.29
%35.89
%32.82

CMYK color model

#8FA496 color CMYK value is (13,0,9,36).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(13,0,9,36)
C13M0Y9K36 
(13%,0%,9%,36%)
(0.13/0.00/0.09/0.36)	

CMYK percentages

%12.8
%0
%8.54
%35.69

Codes

Color #8FA496 in popluar color models

8FA496
RGB143164150
HSL140°10.34%60.20%
HSB/HSV140°12.80%64.31%
CMYK12.80%0.00%8.54%
35.69%

Color #8FA496 in popluar number systems.

HEX8FA496
Decimal143164150
Binary100011111010010010010110
Octal217244226

Shades and tints

Shades of #8FA496

#8FA496
(143,164,150)
#829689
(130,150,137)
#75887C
(117,136,124)
#687A6F
(104,122,111)
#5B6C62
(91,108,98)
#4E5E55
(78,94,85)
#415048
(65,80,72)
#34423B
(52,66,59)
#27342E
(39,52,46)
#1A2621
(26,38,33)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #8FA496

#8FA496
(143,164,150)
#99AC9F
(153,172,159)
#A3B4A8
(163,180,168)
#ADBCB1
(173,188,177)
#B7C4BA
(183,196,186)
#C1CCC3
(193,204,195)
#CBD4CC
(203,212,204)
#D5DCD5
(213,220,213)
#DFE4DE
(223,228,222)
#E9ECE7
(233,236,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA496; }

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

This text font color is #8FA496.


Background Color

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

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

This div background color is #8FA496.


Border color

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

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

This div border color is #8FA496.


Opacity

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

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

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

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

This text has shadow with #8FA496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA496 on black background.


Color preview on white background

This text has color #8FA496 on white background.



Black color preview on #8FA496 background

This text has black color on #8FA496 background.


White color preview on #8FA496 background

This text has white color on #8FA496 background.