COLOR #8FB466

HEX: #8FB466 RGB: (143,180,102)

Color info

#8FB466 contains mainly red and green colors. Web safe color of #8FB466 is #99CC66 (or #9C6).

RGB color model

#8FB466 color RGB value is (143,180,102).

RGB: (143,180,102) (56%, 71%, 40%)

RGB channels and saturation

R 143 of 255 = 56%
G 180 of 255 = 71%
B 102 of 255 = 40%

143
180
102

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

Portions of RGB colors in percentages

R + G + B = 143 + 180 + 102 = 425 (100%)
R 143 of 425 ~ 33.65%
G 180 of 425 ~ 42.35%
B 102 of 425 ~ 24'%

%33.65
%42.35
%24

CMYK color model

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

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

CMYK: (21,0,43,29)
C21M0Y43K29 (21%, 0%, 43%, 29%)
(0.21 / 0.00 / 0.43 / 0.29)

CMYK percentages

%20.56
%0
%43.33
%29.41

Codes

Color #8FB466 in popluar color models

8F B4 66
RGB 143 180 102
HSL 88° 34.21% 55.29%
HSB/HSV 88° 43.33% 70.59%
CMYK 20.56% 0.00% 43.33%
29.41%

Color #8FB466 in popluar number systems.

HEX 8F B4 66
Decimal 143 180 102
Binary 10001111 10110100 1100110
Octal 217 264 146

Shades and tints

Shades of #8FB466

#8FB466
(143,180,102)
#82A45D
(130,164,93)
#759454
(117,148,84)
#68844B
(104,132,75)
#5B7442
(91,116,66)
#4E6439
(78,100,57)
#415430
(65,84,48)
#344427
(52,68,39)
#27341E
(39,52,30)
#1A2415
(26,36,21)
#0D140C
(13,20,12)
#000000
(0,0,0)

Tints of #8FB466

#8FB466
(143,180,102)
#99BA73
(153,186,115)
#A3C080
(163,192,128)
#ADC68D
(173,198,141)
#B7CC9A
(183,204,154)
#C1D2A7
(193,210,167)
#CBD8B4
(203,216,180)
#D5DEC1
(213,222,193)
#DFE4CE
(223,228,206)
#E9EADB
(233,234,219)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB466; }

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

This text font color is #8FB466.

Background Color

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

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

This div background color is #8FB466.

Border color

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

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

This div border color is #8FB466.

Opacity

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

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

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

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

This text has shadow with #8FB466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FB466.

Preview

Color preview on black background

This text has color #8FB466 on black background.


Color preview on white background

This text has color #8FB466 on white background.


Black color preview on #8FB466 background

This text has black color on #8FB466 background.


White color preview on #8FB466 background

This text has white color on #8FB466 background.


Related colors

Complementary color

Complementary color for #hex is #704B99.


I love getcolorcode.com

Triadic colors

1 #668FB4 and #B4668F with #8FB466 are triadic colors.

2 #66B48F and #B48F66 with #8FB466 are triadic colors.