COLOR #8FA39A

HEX: #8FA39A
RGB: (143,163,154)

Color info

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

RGB color model

#8FA39A color RGB value is (143,163,154).

  • red value is 143;
  • green value is 163;
  • blue value is 154.
RGB:
(143,163,154)
(56%,64%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 154 of 255 = 60%

143
163
154

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

Portions of RGB colors in percentages

R + G + B =
143 + 163 + 154 = 460 (100%)
R 143 of 460 ~ 31.09%
G 163 of 460 ~ 35.43%
B 154 of 460 ~ 33.48%

%31.09
%35.43
%33.48

CMYK color model

#8FA39A color CMYK value is (12,0,6,36).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(12,0,6,36)
C12M0Y6K36 
(12%,0%,6%,36%)
(0.12/0.00/0.06/0.36)	

CMYK percentages

%12.27
%0
%5.52
%36.08

Codes

Color #8FA39A in popluar color models

8FA39A
RGB143163154
HSL153°9.80%60.00%
HSB/HSV153°12.27%63.92%
CMYK12.27%0.00%5.52%
36.08%

Color #8FA39A in popluar number systems.

HEX8FA39A
Decimal143163154
Binary100011111010001110011010
Octal217243232

Shades and tints

Shades of #8FA39A

#8FA39A
(143,163,154)
#82958C
(130,149,140)
#75877E
(117,135,126)
#687970
(104,121,112)
#5B6B62
(91,107,98)
#4E5D54
(78,93,84)
#414F46
(65,79,70)
#344138
(52,65,56)
#27332A
(39,51,42)
#1A251C
(26,37,28)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #8FA39A

#8FA39A
(143,163,154)
#99ABA3
(153,171,163)
#A3B3AC
(163,179,172)
#ADBBB5
(173,187,181)
#B7C3BE
(183,195,190)
#C1CBC7
(193,203,199)
#CBD3D0
(203,211,208)
#D5DBD9
(213,219,217)
#DFE3E2
(223,227,226)
#E9EBEB
(233,235,235)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA39A color. Also use rgb(143,163,154) instead hex code.

Text Font Color

.myTextColor { color: #8FA39A; }

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

This text font color is #8FA39A.


Background Color

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

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

This div background color is #8FA39A.


Border color

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

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

This div border color is #8FA39A.


Opacity

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

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

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

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

This text has shadow with #8FA39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA39A on black background.


Color preview on white background

This text has color #8FA39A on white background.



Black color preview on #8FA39A background

This text has black color on #8FA39A background.


White color preview on #8FA39A background

This text has white color on #8FA39A background.