COLOR #8EBD6B

HEX: #8EBD6B
RGB: (142,189,107)

Color info

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

RGB color model

#8EBD6B color RGB value is (142,189,107).

  • red value is 142;
  • green value is 189;
  • blue value is 107.
RGB:
(142,189,107)
(56%,74%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 107 of 255 = 42%

142
189
107

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

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 107 = 438 (100%)
R 142 of 438 ~ 32.42%
G 189 of 438 ~ 43.15%
B 107 of 438 ~ 24.43%

%32.42
%43.15
%24.43

CMYK color model

#8EBD6B color CMYK value is (25,0,43,26).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(25,0,43,26)
C25M0Y43K26 
(25%,0%,43%,26%)
(0.25/0.00/0.43/0.26)	

CMYK percentages

%24.87
%0
%43.39
%25.88

Codes

Color #8EBD6B in popluar color models

8EBD6B
RGB142189107
HSL94°38.32%58.04%
HSB/HSV94°43.39%74.12%
CMYK24.87%0.00%43.39%
25.88%

Color #8EBD6B in popluar number systems.

HEX8EBD6B
Decimal142189107
Binary10001110101111011101011
Octal216275153

Shades and tints

Shades of #8EBD6B

#8EBD6B
(142,189,107)
#82AC62
(130,172,98)
#769B59
(118,155,89)
#6A8A50
(106,138,80)
#5E7947
(94,121,71)
#52683E
(82,104,62)
#465735
(70,87,53)
#3A462C
(58,70,44)
#2E3523
(46,53,35)
#22241A
(34,36,26)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #8EBD6B

#8EBD6B
(142,189,107)
#98C378
(152,195,120)
#A2C985
(162,201,133)
#ACCF92
(172,207,146)
#B6D59F
(182,213,159)
#C0DBAC
(192,219,172)
#CAE1B9
(202,225,185)
#D4E7C6
(212,231,198)
#DEEDD3
(222,237,211)
#E8F3E0
(232,243,224)
#F2F9ED
(242,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBD6B color. Also use rgb(142,189,107) instead hex code.

Text Font Color

.myTextColor { color: #8EBD6B; }

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

This text font color is #8EBD6B.


Background Color

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

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

This div background color is #8EBD6B.


Border color

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

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

This div border color is #8EBD6B.


Opacity

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

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

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

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

This text has shadow with #8EBD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBD6B on black background.


Color preview on white background

This text has color #8EBD6B on white background.



Black color preview on #8EBD6B background

This text has black color on #8EBD6B background.


White color preview on #8EBD6B background

This text has white color on #8EBD6B background.