COLOR #8EB865

HEX: #8EB865
RGB: (142,184,101)

Color info

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

RGB color model

#8EB865 color RGB value is (142,184,101).

  • red value is 142;
  • green value is 184;
  • blue value is 101.
RGB:
(142,184,101)
(56%,72%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 184 of 255 = 72%
B 101 of 255 = 40%

142
184
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 184 + 101 = 427 (100%)
R 142 of 427 ~ 33.26%
G 184 of 427 ~ 43.09%
B 101 of 427 ~ 23.65%

%33.26
%43.09
%23.65

CMYK color model

#8EB865 color CMYK value is (23,0,45,28).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 27.84%
CMYK:
(23,0,45,28)
C23M0Y45K28 
(23%,0%,45%,28%)
(0.23/0.00/0.45/0.28)	

CMYK percentages

%22.83
%0
%45.11
%27.84

Codes

Color #8EB865 in popluar color models

8EB865
RGB142184101
HSL90°36.89%55.88%
HSB/HSV90°45.11%72.16%
CMYK22.83%0.00%45.11%
27.84%

Color #8EB865 in popluar number systems.

HEX8EB865
Decimal142184101
Binary10001110101110001100101
Octal216270145

Shades and tints

Shades of #8EB865

#8EB865
(142,184,101)
#82A85C
(130,168,92)
#769853
(118,152,83)
#6A884A
(106,136,74)
#5E7841
(94,120,65)
#526838
(82,104,56)
#46582F
(70,88,47)
#3A4826
(58,72,38)
#2E381D
(46,56,29)
#222814
(34,40,20)
#16180B
(22,24,11)
#000000
(0,0,0)

Tints of #8EB865

#8EB865
(142,184,101)
#98BE73
(152,190,115)
#A2C481
(162,196,129)
#ACCA8F
(172,202,143)
#B6D09D
(182,208,157)
#C0D6AB
(192,214,171)
#CADCB9
(202,220,185)
#D4E2C7
(212,226,199)
#DEE8D5
(222,232,213)
#E8EEE3
(232,238,227)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB865 color. Also use rgb(142,184,101) instead hex code.

Text Font Color

.myTextColor { color: #8EB865; }

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

This text font color is #8EB865.


Background Color

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

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

This div background color is #8EB865.


Border color

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

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

This div border color is #8EB865.


Opacity

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

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

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

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

This text has shadow with #8EB865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB865 on black background.


Color preview on white background

This text has color #8EB865 on white background.



Black color preview on #8EB865 background

This text has black color on #8EB865 background.


White color preview on #8EB865 background

This text has white color on #8EB865 background.