COLOR #8FB49D

HEX: #8FB49D RGB: (143,180,157)

Color info

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

RGB color model

#8FB49D color RGB value is (143,180,157).

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

RGB channels and saturation

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

143
180
157

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

Portions of RGB colors in percentages

R + G + B = 143 + 180 + 157 = 480 (100%)
R 143 of 480 ~ 29.79%
G 180 of 480 ~ 37.5%
B 157 of 480 ~ 32.71'%

%29.79
%37.5
%32.71

CMYK color model

#8FB49D color CMYK value is (21,0,13,29).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK: (21,0,13,29) C21M0Y13K29 (21%,0%,13%,29%) (0.21/0.00/0.13/0.29) 

CMYK percentages

%20.56
%0
%12.78
%29.41

Codes

Color #8FB49D in popluar color models

8F B4 9D
RGB 143 180 157
HSL 143° 19.79% 63.33%
HSB/HSV 143° 20.56% 70.59%
CMYK 20.56% 0.00% 12.78%
29.41%

Color #8FB49D in popluar number systems.

HEX 8F B4 9D
Decimal 143 180 157
Binary 10001111 10110100 10011101
Octal 217 264 235

Shades and tints

Shades of #8FB49D

#8FB49D
(143,180,157)
#82A48F
(130,164,143)
#759481
(117,148,129)
#688473
(104,132,115)
#5B7465
(91,116,101)
#4E6457
(78,100,87)
#415449
(65,84,73)
#34443B
(52,68,59)
#27342D
(39,52,45)
#1A241F
(26,36,31)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #8FB49D

#8FB49D
(143,180,157)
#99BAA5
(153,186,165)
#A3C0AD
(163,192,173)
#ADC6B5
(173,198,181)
#B7CCBD
(183,204,189)
#C1D2C5
(193,210,197)
#CBD8CD
(203,216,205)
#D5DED5
(213,222,213)
#DFE4DD
(223,228,221)
#E9EAE5
(233,234,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB49D; }

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

This text font color is #8FB49D.

Background Color

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

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

This div background color is #8FB49D.

Border color

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

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

This div border color is #8FB49D.

Opacity

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

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

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

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

This text has shadow with #8FB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB49D.

Preview

Color preview on black background

This text has color #8FB49D on black background.


Color preview on white background

This text has color #8FB49D on white background.


Black color preview on #8FB49D background

This text has black color on #8FB49D background.


White color preview on #8FB49D background

This text has white color on #8FB49D background.


Related colors

Complementary color

Complementary color for #hex is #704B62.


I love getcolorcode.com

Triadic colors

1 #9D8FB4 and #B49D8F with #8FB49D are triadic colors.

2 #9DB48F and #B48F9D with #8FB49D are triadic colors.