COLOR #8EBD7C

HEX: #8EBD7C
RGB: (142,189,124)

Color info

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

RGB color model

#8EBD7C color RGB value is (142,189,124).

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

RGB channels and saturation

R 142 of 255 = 56%
G 189 of 255 = 74%
B 124 of 255 = 49%

142
189
124

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

Portions of RGB colors in percentages

R + G + B =
142 + 189 + 124 = 455 (100%)
R 142 of 455 ~ 31.21%
G 189 of 455 ~ 41.54%
B 124 of 455 ~ 27.25%

%31.21
%41.54
%27.25

CMYK color model

#8EBD7C color CMYK value is (25,0,34,26).

  • cyan value is 24.87%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(25,0,34,26)
C25M0Y34K26 
(25%,0%,34%,26%)
(0.25/0.00/0.34/0.26)	

CMYK percentages

%24.87
%0
%34.39
%25.88

Codes

Color #8EBD7C in popluar color models

8EBD7C
RGB142189124
HSL103°32.99%61.37%
HSB/HSV103°34.39%74.12%
CMYK24.87%0.00%34.39%
25.88%

Color #8EBD7C in popluar number systems.

HEX8EBD7C
Decimal142189124
Binary10001110101111011111100
Octal216275174

Shades and tints

Shades of #8EBD7C

#8EBD7C
(142,189,124)
#82AC71
(130,172,113)
#769B66
(118,155,102)
#6A8A5B
(106,138,91)
#5E7950
(94,121,80)
#526845
(82,104,69)
#46573A
(70,87,58)
#3A462F
(58,70,47)
#2E3524
(46,53,36)
#222419
(34,36,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #8EBD7C

#8EBD7C
(142,189,124)
#98C387
(152,195,135)
#A2C992
(162,201,146)
#ACCF9D
(172,207,157)
#B6D5A8
(182,213,168)
#C0DBB3
(192,219,179)
#CAE1BE
(202,225,190)
#D4E7C9
(212,231,201)
#DEEDD4
(222,237,212)
#E8F3DF
(232,243,223)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBD7C; }

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

This text font color is #8EBD7C.


Background Color

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

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

This div background color is #8EBD7C.


Border color

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

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

This div border color is #8EBD7C.


Opacity

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

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

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

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

This text has shadow with #8EBD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBD7C on black background.


Color preview on white background

This text has color #8EBD7C on white background.



Black color preview on #8EBD7C background

This text has black color on #8EBD7C background.


White color preview on #8EBD7C background

This text has white color on #8EBD7C background.