COLOR #8FB480

HEX: #8FB480 RGB: (143,180,128)

Color info

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

RGB color model

#8FB480 color RGB value is (143,180,128).

RGB: (143,180,128) (56%, 71%, 50%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 128 of 255 = 50%

143
180
128

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

Portions of RGB colors in percentages

R + G + B = 143 + 180 + 128 = 451 (100%)
R 143 of 451 ~ 31.71%
G 180 of 451 ~ 39.91%
B 128 of 451 ~ 28.38'%

%31.71
%39.91
%28.38

CMYK color model

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

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 28.89%
  • key color value is 29.41%
CMYK: (21,0,29,29) C21M0Y29K29 (21%,0%,29%,29%) (0.21/0.00/0.29/0.29) 

CMYK percentages

%20.56
%0
%28.89
%29.41

Codes

Color #8FB480 in popluar color models

8F B4 80
RGB 143 180 128
HSL 103° 25.74% 60.39%
HSB/HSV 103° 28.89% 70.59%
CMYK 20.56% 0.00% 28.89%
29.41%

Color #8FB480 in popluar number systems.

HEX 8F B4 80
Decimal 143 180 128
Binary 10001111 10110100 10000000
Octal 217 264 200

Shades and tints

Shades of #8FB480

#8FB480
(143,180,128)
#82A475
(130,164,117)
#75946A
(117,148,106)
#68845F
(104,132,95)
#5B7454
(91,116,84)
#4E6449
(78,100,73)
#41543E
(65,84,62)
#344433
(52,68,51)
#273428
(39,52,40)
#1A241D
(26,36,29)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #8FB480

#8FB480
(143,180,128)
#99BA8B
(153,186,139)
#A3C096
(163,192,150)
#ADC6A1
(173,198,161)
#B7CCAC
(183,204,172)
#C1D2B7
(193,210,183)
#CBD8C2
(203,216,194)
#D5DECD
(213,222,205)
#DFE4D8
(223,228,216)
#E9EAE3
(233,234,227)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB480; }

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

This text font color is #8FB480.

Background Color

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

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

This div background color is #8FB480.

Border color

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

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

This div border color is #8FB480.

Opacity

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

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

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

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

This text has shadow with #8FB480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB480.

Preview

Color preview on black background

This text has color #8FB480 on black background.


Color preview on white background

This text has color #8FB480 on white background.


Black color preview on #8FB480 background

This text has black color on #8FB480 background.


White color preview on #8FB480 background

This text has white color on #8FB480 background.


Related colors

Complementary color

Complementary color for #hex is #704B7F.


I love getcolorcode.com

Triadic colors

1 #808FB4 and #B4808F with #8FB480 are triadic colors.

2 #80B48F and #B48F80 with #8FB480 are triadic colors.