COLOR #8FB47C

HEX: #8FB47C RGB: (143,180,124)

Color info

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

RGB color model

#8FB47C color RGB value is (143,180,124).

RGB: (143,180,124) (56%, 71%, 49%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 124 of 255 = 49%

143
180
124

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

Portions of RGB colors in percentages

R + G + B = 143 + 180 + 124 = 447 (100%)
R 143 of 447 ~ 31.99%
G 180 of 447 ~ 40.27%
B 124 of 447 ~ 27.74'%

%31.99
%40.27
%27.74

CMYK color model

#8FB47C color CMYK value is (21,0,31,29).

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

CMYK: (21,0,31,29)
C21M0Y31K29 (21%, 0%, 31%, 29%)
(0.21 / 0.00 / 0.31 / 0.29)

CMYK percentages

%20.56
%0
%31.11
%29.41

Codes

Color #8FB47C in popluar color models

8F B4 7C
RGB 143 180 124
HSL 100° 27.18% 59.61%
HSB/HSV 100° 31.11% 70.59%
CMYK 20.56% 0.00% 31.11%
29.41%

Color #8FB47C in popluar number systems.

HEX 8F B4 7C
Decimal 143 180 124
Binary 10001111 10110100 1111100
Octal 217 264 174

Shades and tints

Shades of #8FB47C

#8FB47C
(143,180,124)
#82A471
(130,164,113)
#759466
(117,148,102)
#68845B
(104,132,91)
#5B7450
(91,116,80)
#4E6445
(78,100,69)
#41543A
(65,84,58)
#34442F
(52,68,47)
#273424
(39,52,36)
#1A2419
(26,36,25)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #8FB47C

#8FB47C
(143,180,124)
#99BA87
(153,186,135)
#A3C092
(163,192,146)
#ADC69D
(173,198,157)
#B7CCA8
(183,204,168)
#C1D2B3
(193,210,179)
#CBD8BE
(203,216,190)
#D5DEC9
(213,222,201)
#DFE4D4
(223,228,212)
#E9EADF
(233,234,223)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB47C; }

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

This text font color is #8FB47C.

Background Color

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

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

This div background color is #8FB47C.

Border color

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

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

This div border color is #8FB47C.

Opacity

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

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

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

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

This text has shadow with #8FB47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB47C.

Preview

Color preview on black background

This text has color #8FB47C on black background.


Color preview on white background

This text has color #8FB47C on white background.


Black color preview on #8FB47C background

This text has black color on #8FB47C background.


White color preview on #8FB47C background

This text has white color on #8FB47C background.


Related colors

Complementary color

Complementary color for #hex is #704B83.


I love getcolorcode.com

Triadic colors

1 #7C8FB4 and #B47C8F with #8FB47C are triadic colors.

2 #7CB48F and #B48F7C with #8FB47C are triadic colors.