COLOR #8EB467

HEX: #8EB467
RGB: (142,180,103)

Color info

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

RGB color model

#8EB467 color RGB value is (142,180,103).

  • red value is 142;
  • green value is 180;
  • blue value is 103.
RGB:
(142,180,103)
(56%,71%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 103 of 255 = 40%

142
180
103

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

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 103 = 425 (100%)
R 142 of 425 ~ 33.41%
G 180 of 425 ~ 42.35%
B 103 of 425 ~ 24.24%

%33.41
%42.35
%24.24

CMYK color model

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

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • 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

%21.11
%0
%42.78
%29.41

Codes

Color #8EB467 in popluar color models

8EB467
RGB142180103
HSL90°33.92%55.49%
HSB/HSV90°42.78%70.59%
CMYK21.11%0.00%42.78%
29.41%

Color #8EB467 in popluar number systems.

HEX8EB467
Decimal142180103
Binary10001110101101001100111
Octal216264147

Shades and tints

Shades of #8EB467

#8EB467
(142,180,103)
#82A45E
(130,164,94)
#769455
(118,148,85)
#6A844C
(106,132,76)
#5E7443
(94,116,67)
#52643A
(82,100,58)
#465431
(70,84,49)
#3A4428
(58,68,40)
#2E341F
(46,52,31)
#222416
(34,36,22)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #8EB467

#8EB467
(142,180,103)
#98BA74
(152,186,116)
#A2C081
(162,192,129)
#ACC68E
(172,198,142)
#B6CC9B
(182,204,155)
#C0D2A8
(192,210,168)
#CAD8B5
(202,216,181)
#D4DEC2
(212,222,194)
#DEE4CF
(222,228,207)
#E8EADC
(232,234,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB467 color. Also use rgb(142,180,103) instead hex code.

Text Font Color

.myTextColor { color: #8EB467; }

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

This text font color is #8EB467.


Background Color

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

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

This div background color is #8EB467.


Border color

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

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

This div border color is #8EB467.


Opacity

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

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

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

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

This text has shadow with #8EB467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB467 on black background.


Color preview on white background

This text has color #8EB467 on white background.



Black color preview on #8EB467 background

This text has black color on #8EB467 background.


White color preview on #8EB467 background

This text has white color on #8EB467 background.