COLOR #8FA49B

HEX: #8FA49B
RGB: (143,164,155)

Color info

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

RGB color model

#8FA49B color RGB value is (143,164,155).

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

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 155 of 255 = 61%

143
164
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 155 = 462 (100%)
R 143 of 462 ~ 30.95%
G 164 of 462 ~ 35.5%
B 155 of 462 ~ 33.55%

%30.95
%35.5
%33.55

CMYK color model

#8FA49B color CMYK value is (13,0,5,36).

  • cyan value is 12.80%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(13,0,5,36)
C13M0Y5K36 
(13%,0%,5%,36%)
(0.13/0.00/0.05/0.36)	

CMYK percentages

%12.8
%0
%5.49
%35.69

Codes

Color #8FA49B in popluar color models

8FA49B
RGB143164155
HSL154°10.34%60.20%
HSB/HSV154°12.80%64.31%
CMYK12.80%0.00%5.49%
35.69%

Color #8FA49B in popluar number systems.

HEX8FA49B
Decimal143164155
Binary100011111010010010011011
Octal217244233

Shades and tints

Shades of #8FA49B

#8FA49B
(143,164,155)
#82968D
(130,150,141)
#75887F
(117,136,127)
#687A71
(104,122,113)
#5B6C63
(91,108,99)
#4E5E55
(78,94,85)
#415047
(65,80,71)
#344239
(52,66,57)
#27342B
(39,52,43)
#1A261D
(26,38,29)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #8FA49B

#8FA49B
(143,164,155)
#99ACA4
(153,172,164)
#A3B4AD
(163,180,173)
#ADBCB6
(173,188,182)
#B7C4BF
(183,196,191)
#C1CCC8
(193,204,200)
#CBD4D1
(203,212,209)
#D5DCDA
(213,220,218)
#DFE4E3
(223,228,227)
#E9ECEC
(233,236,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA49B; }

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

This text font color is #8FA49B.


Background Color

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

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

This div background color is #8FA49B.


Border color

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

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

This div border color is #8FA49B.


Opacity

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

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

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

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

This text has shadow with #8FA49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA49B on black background.


Color preview on white background

This text has color #8FA49B on white background.



Black color preview on #8FA49B background

This text has black color on #8FA49B background.


White color preview on #8FA49B background

This text has white color on #8FA49B background.