COLOR #8FA89E

HEX: #8FA89E
RGB: (143,168,158)

Color info

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

RGB color model

#8FA89E color RGB value is (143,168,158).

  • red value is 143;
  • green value is 168;
  • blue value is 158.
RGB:
(143,168,158)
(56%,66%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 168 of 255 = 66%
B 158 of 255 = 62%

143
168
158

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

Portions of RGB colors in percentages

R + G + B =
143 + 168 + 158 = 469 (100%)
R 143 of 469 ~ 30.49%
G 168 of 469 ~ 35.82%
B 158 of 469 ~ 33.69%

%30.49
%35.82
%33.69

CMYK color model

#8FA89E color CMYK value is (15,0,6,34).

  • cyan value is 14.88%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(15,0,6,34)
C15M0Y6K34 
(15%,0%,6%,34%)
(0.15/0.00/0.06/0.34)	

CMYK percentages

%14.88
%0
%5.95
%34.12

Codes

Color #8FA89E in popluar color models

8FA89E
RGB143168158
HSL156°12.56%60.98%
HSB/HSV156°14.88%65.88%
CMYK14.88%0.00%5.95%
34.12%

Color #8FA89E in popluar number systems.

HEX8FA89E
Decimal143168158
Binary100011111010100010011110
Octal217250236

Shades and tints

Shades of #8FA89E

#8FA89E
(143,168,158)
#829990
(130,153,144)
#758A82
(117,138,130)
#687B74
(104,123,116)
#5B6C66
(91,108,102)
#4E5D58
(78,93,88)
#414E4A
(65,78,74)
#343F3C
(52,63,60)
#27302E
(39,48,46)
#1A2120
(26,33,32)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #8FA89E

#8FA89E
(143,168,158)
#99AFA6
(153,175,166)
#A3B6AE
(163,182,174)
#ADBDB6
(173,189,182)
#B7C4BE
(183,196,190)
#C1CBC6
(193,203,198)
#CBD2CE
(203,210,206)
#D5D9D6
(213,217,214)
#DFE0DE
(223,224,222)
#E9E7E6
(233,231,230)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA89E; }

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

This text font color is #8FA89E.


Background Color

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

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

This div background color is #8FA89E.


Border color

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

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

This div border color is #8FA89E.


Opacity

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

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

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

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

This text has shadow with #8FA89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA89E on black background.


Color preview on white background

This text has color #8FA89E on white background.



Black color preview on #8FA89E background

This text has black color on #8FA89E background.


White color preview on #8FA89E background

This text has white color on #8FA89E background.