COLOR #8EB47C

HEX: #8EB47C RGB: (142,180,124)

Color info

#8EB47C contains red, green and blue colors in about the same proportion. Web safe color of #8EB47C is #99CC66 (or #9C6).

RGB color model

#8EB47C color RGB value is (142,180,124).

RGB: (142,180,124) (56%, 71%, 49%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 124 of 255 = 49%

142
180
124

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

Portions of RGB colors in percentages

R + G + B = 142 + 180 + 124 = 446 (100%)
R 142 of 446 ~ 31.84%
G 180 of 446 ~ 40.36%
B 124 of 446 ~ 27.8'%

%31.84
%40.36
%27.8

CMYK color model

#8EB47C color CMYK value is (21,0,31,29).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 29.41%

CMYK: (21,0,31,29)
C21M0Y31K29 (21%, 0%, 31%, 29%)
(0.21 / 0.00 / 0.31 / 0.29)

CMYK percentages

%21.11
%0
%31.11
%29.41

Codes

Color #8EB47C in popluar color models

8E B4 7C
RGB 142 180 124
HSL 101° 27.18% 59.61%
HSB/HSV 101° 31.11% 70.59%
CMYK 21.11% 0.00% 31.11%
29.41%

Color #8EB47C in popluar number systems.

HEX 8E B4 7C
Decimal 142 180 124
Binary 10001110 10110100 1111100
Octal 216 264 174

Shades and tints

Shades of #8EB47C

#8EB47C
(142,180,124)
#82A471
(130,164,113)
#769466
(118,148,102)
#6A845B
(106,132,91)
#5E7450
(94,116,80)
#526445
(82,100,69)
#46543A
(70,84,58)
#3A442F
(58,68,47)
#2E3424
(46,52,36)
#222419
(34,36,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8EB47C

#8EB47C
(142,180,124)
#98BA87
(152,186,135)
#A2C092
(162,192,146)
#ACC69D
(172,198,157)
#B6CCA8
(182,204,168)
#C0D2B3
(192,210,179)
#CAD8BE
(202,216,190)
#D4DEC9
(212,222,201)
#DEE4D4
(222,228,212)
#E8EADF
(232,234,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB47C; }

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

This text font color is #8EB47C.

Background Color

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

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

This div background color is #8EB47C.

Border color

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

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

This div border color is #8EB47C.

Opacity

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

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

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

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

This text has shadow with #8EB47C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB47C.

Preview

Color preview on black background

This text has color #8EB47C on black background.


Color preview on white background

This text has color #8EB47C on white background.


Black color preview on #8EB47C background

This text has black color on #8EB47C background.


White color preview on #8EB47C background

This text has white color on #8EB47C background.


Related colors

Complementary color

Complementary color for #hex is #714B83.


I love getcolorcode.com

Triadic colors

1 #7C8EB4 and #B47C8E with #8EB47C are triadic colors.

2 #7CB48E and #B48E7C with #8EB47C are triadic colors.