COLOR #8FB481

HEX: #8FB481
RGB: (143,180,129)

Color info

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

RGB color model

#8FB481 color RGB value is (143,180,129).

  • red value is 143;
  • green value is 180;
  • blue value is 129.
RGB:
(143,180,129)
(56%,71%,51%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 129 of 255 = 51%

143
180
129

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

Portions of RGB colors in percentages

R + G + B =
143 + 180 + 129 = 452 (100%)
R 143 of 452 ~ 31.64%
G 180 of 452 ~ 39.82%
B 129 of 452 ~ 28.54%

%31.64
%39.82
%28.54

CMYK color model

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

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 29.41%
CMYK:
(21,0,28,29)
C21M0Y28K29 
(21%,0%,28%,29%)
(0.21/0.00/0.28/0.29)	

CMYK percentages

%20.56
%0
%28.33
%29.41

Codes

Color #8FB481 in popluar color models

8FB481
RGB143180129
HSL104°25.37%60.59%
HSB/HSV104°28.33%70.59%
CMYK20.56%0.00%28.33%
29.41%

Color #8FB481 in popluar number systems.

HEX8FB481
Decimal143180129
Binary100011111011010010000001
Octal217264201

Shades and tints

Shades of #8FB481

#8FB481
(143,180,129)
#82A476
(130,164,118)
#75946B
(117,148,107)
#688460
(104,132,96)
#5B7455
(91,116,85)
#4E644A
(78,100,74)
#41543F
(65,84,63)
#344434
(52,68,52)
#273429
(39,52,41)
#1A241E
(26,36,30)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #8FB481

#8FB481
(143,180,129)
#99BA8C
(153,186,140)
#A3C097
(163,192,151)
#ADC6A2
(173,198,162)
#B7CCAD
(183,204,173)
#C1D2B8
(193,210,184)
#CBD8C3
(203,216,195)
#D5DECE
(213,222,206)
#DFE4D9
(223,228,217)
#E9EAE4
(233,234,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB481; }

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

This text font color is #8FB481.


Background Color

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

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

This div background color is #8FB481.


Border color

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

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

This div border color is #8FB481.


Opacity

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

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

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

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

This text has shadow with #8FB481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB481 on black background.


Color preview on white background

This text has color #8FB481 on white background.



Black color preview on #8FB481 background

This text has black color on #8FB481 background.


White color preview on #8FB481 background

This text has white color on #8FB481 background.