COLOR #8FB49F

HEX: #8FB49F RGB: (143,180,159)

Color info

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

RGB color model

#8FB49F color RGB value is (143,180,159).

RGB: (143,180,159) (56%, 71%, 62%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 159 of 255 = 62%

143
180
159

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

Portions of RGB colors in percentages

R + G + B = 143 + 180 + 159 = 482 (100%)
R 143 of 482 ~ 29.67%
G 180 of 482 ~ 37.34%
B 159 of 482 ~ 32.99'%

%29.67
%37.34
%32.99

CMYK color model

#8FB49F color CMYK value is (21,0,12,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%

CMYK: (21,0,12,29)
C21M0Y12K29 (21%, 0%, 12%, 29%)
(0.21 / 0.00 / 0.12 / 0.29)

CMYK percentages

%20.56
%0
%11.67
%29.41

Codes

Color #8FB49F in popluar color models

8F B4 9F
RGB 143 180 159
HSL 146° 19.79% 63.33%
HSB/HSV 146° 20.56% 70.59%
CMYK 20.56% 0.00% 11.67%
29.41%

Color #8FB49F in popluar number systems.

HEX 8F B4 9F
Decimal 143 180 159
Binary 10001111 10110100 10011111
Octal 217 264 237

Shades and tints

Shades of #8FB49F

#8FB49F
(143,180,159)
#82A491
(130,164,145)
#759483
(117,148,131)
#688475
(104,132,117)
#5B7467
(91,116,103)
#4E6459
(78,100,89)
#41544B
(65,84,75)
#34443D
(52,68,61)
#27342F
(39,52,47)
#1A2421
(26,36,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FB49F

#8FB49F
(143,180,159)
#99BAA7
(153,186,167)
#A3C0AF
(163,192,175)
#ADC6B7
(173,198,183)
#B7CCBF
(183,204,191)
#C1D2C7
(193,210,199)
#CBD8CF
(203,216,207)
#D5DED7
(213,222,215)
#DFE4DF
(223,228,223)
#E9EAE7
(233,234,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB49F color. Also use rgb(143,180,159) instead hex code.

Text Font Color

.myTextColor { color: #8FB49F; }

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

This text font color is #8FB49F.

Background Color

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

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

This div background color is #8FB49F.

Border color

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

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

This div border color is #8FB49F.

Opacity

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

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

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

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

This text has shadow with #8FB49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB49F.

Preview

Color preview on black background

This text has color #8FB49F on black background.


Color preview on white background

This text has color #8FB49F on white background.


Black color preview on #8FB49F background

This text has black color on #8FB49F background.


White color preview on #8FB49F background

This text has white color on #8FB49F background.


Related colors

Complementary color

Complementary color for #hex is #704B60.


I love getcolorcode.com

Triadic colors

1 #9F8FB4 and #B49F8F with #8FB49F are triadic colors.

2 #9FB48F and #B48F9F with #8FB49F are triadic colors.