COLOR #8FA79B

HEX: #8FA79B
RGB: (143,167,155)

Color info

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

RGB color model

#8FA79B color RGB value is (143,167,155).

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

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 155 of 255 = 61%

143
167
155

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

Portions of RGB colors in percentages

R + G + B =
143 + 167 + 155 = 465 (100%)
R 143 of 465 ~ 30.75%
G 167 of 465 ~ 35.91%
B 155 of 465 ~ 33.33%

%30.75
%35.91
%33.33

CMYK color model

#8FA79B color CMYK value is (14,0,7,35).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 34.51%
CMYK:
(14,0,7,35)
C14M0Y7K35 
(14%,0%,7%,35%)
(0.14/0.00/0.07/0.35)	

CMYK percentages

%14.37
%0
%7.19
%34.51

Codes

Color #8FA79B in popluar color models

8FA79B
RGB143167155
HSL150°12.00%60.78%
HSB/HSV150°14.37%65.49%
CMYK14.37%0.00%7.19%
34.51%

Color #8FA79B in popluar number systems.

HEX8FA79B
Decimal143167155
Binary100011111010011110011011
Octal217247233

Shades and tints

Shades of #8FA79B

#8FA79B
(143,167,155)
#82988D
(130,152,141)
#75897F
(117,137,127)
#687A71
(104,122,113)
#5B6B63
(91,107,99)
#4E5C55
(78,92,85)
#414D47
(65,77,71)
#343E39
(52,62,57)
#272F2B
(39,47,43)
#1A201D
(26,32,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #8FA79B

#8FA79B
(143,167,155)
#99AFA4
(153,175,164)
#A3B7AD
(163,183,173)
#ADBFB6
(173,191,182)
#B7C7BF
(183,199,191)
#C1CFC8
(193,207,200)
#CBD7D1
(203,215,209)
#D5DFDA
(213,223,218)
#DFE7E3
(223,231,227)
#E9EFEC
(233,239,236)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA79B; }

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

This text font color is #8FA79B.


Background Color

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

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

This div background color is #8FA79B.


Border color

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

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

This div border color is #8FA79B.


Opacity

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

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

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

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

This text has shadow with #8FA79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA79B on black background.


Color preview on white background

This text has color #8FA79B on white background.



Black color preview on #8FA79B background

This text has black color on #8FA79B background.


White color preview on #8FA79B background

This text has white color on #8FA79B background.