COLOR #8FB79D

HEX: #8FB79D RGB: (143,183,157)

Color info

#8FB79D contains red, green and blue colors in about the same proportion. Web safe color of #8FB79D is #99CC99 (or #9C9).

RGB color model

#8FB79D color RGB value is (143,183,157).

RGB: (143,183,157) (56%, 72%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 183 of 255 = 72%
B 157 of 255 = 62%

143
183
157

R + G + B ~ 63%. #8FB79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 183 + 157 = 483 (100%)
R 143 of 483 ~ 29.61%
G 183 of 483 ~ 37.89%
B 157 of 483 ~ 32.51'%

%29.61
%37.89
%32.51

CMYK color model

#8FB79D color CMYK value is (22,0,14,28).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%

CMYK: (22,0,14,28)
C22M0Y14K28 (22%, 0%, 14%, 28%)
(0.22 / 0.00 / 0.14 / 0.28)

CMYK percentages

%21.86
%0
%14.21
%28.24

Codes

Color #8FB79D in popluar color models

8F B7 9D
RGB 143 183 157
HSL 141° 21.74% 63.92%
HSB/HSV 141° 21.86% 71.76%
CMYK 21.86% 0.00% 14.21%
28.24%

Color #8FB79D in popluar number systems.

HEX 8F B7 9D
Decimal 143 183 157
Binary 10001111 10110111 10011101
Octal 217 267 235

Shades and tints

Shades of #8FB79D

#8FB79D
(143,183,157)
#82A78F
(130,167,143)
#759781
(117,151,129)
#688773
(104,135,115)
#5B7765
(91,119,101)
#4E6757
(78,103,87)
#415749
(65,87,73)
#34473B
(52,71,59)
#27372D
(39,55,45)
#1A271F
(26,39,31)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #8FB79D

#8FB79D
(143,183,157)
#99BDA5
(153,189,165)
#A3C3AD
(163,195,173)
#ADC9B5
(173,201,181)
#B7CFBD
(183,207,189)
#C1D5C5
(193,213,197)
#CBDBCD
(203,219,205)
#D5E1D5
(213,225,213)
#DFE7DD
(223,231,221)
#E9EDE5
(233,237,229)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB79D color. Also use rgb(143,183,157) instead hex code.

Text Font Color

.myTextColor { color: #8FB79D; }

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

This text font color is #8FB79D.

Background Color

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

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

This div background color is #8FB79D.

Border color

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

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

This div border color is #8FB79D.

Opacity

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

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

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

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

This text has shadow with #8FB79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB79D.

Preview

Color preview on black background

This text has color #8FB79D on black background.


Color preview on white background

This text has color #8FB79D on white background.


Black color preview on #8FB79D background

This text has black color on #8FB79D background.


White color preview on #8FB79D background

This text has white color on #8FB79D background.


Related colors

Complementary color

Complementary color for #hex is #704862.


I love getcolorcode.com

Triadic colors

1 #9D8FB7 and #B79D8F with #8FB79D are triadic colors.

2 #9DB78F and #B78F9D with #8FB79D are triadic colors.