COLOR #8EBC8F

HEX: #8EBC8F RGB: (142,188,143)

Color info

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

RGB color model

#8EBC8F color RGB value is (142,188,143).

RGB: (142,188,143) (56%, 74%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 143 of 255 = 56%

142
188
143

R + G + B ~ 62%. #8EBC8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 143 = 473 (100%)
R 142 of 473 ~ 30.02%
G 188 of 473 ~ 39.75%
B 143 of 473 ~ 30.23'%

%30.02
%39.75
%30.23

CMYK color model

#8EBC8F color CMYK value is (24,0,24,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%

CMYK: (24,0,24,26)
C24M0Y24K26 (24%, 0%, 24%, 26%)
(0.24 / 0.00 / 0.24 / 0.26)

CMYK percentages

%24.47
%0
%23.94
%26.27

Codes

Color #8EBC8F in popluar color models

8E BC 8F
RGB 142 188 143
HSL 121° 25.56% 64.71%
HSB/HSV 121° 24.47% 73.73%
CMYK 24.47% 0.00% 23.94%
26.27%

Color #8EBC8F in popluar number systems.

HEX 8E BC 8F
Decimal 142 188 143
Binary 10001110 10111100 10001111
Octal 216 274 217

Shades and tints

Shades of #8EBC8F

#8EBC8F
(142,188,143)
#82AB82
(130,171,130)
#769A75
(118,154,117)
#6A8968
(106,137,104)
#5E785B
(94,120,91)
#52674E
(82,103,78)
#465641
(70,86,65)
#3A4534
(58,69,52)
#2E3427
(46,52,39)
#22231A
(34,35,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #8EBC8F

#8EBC8F
(142,188,143)
#98C299
(152,194,153)
#A2C8A3
(162,200,163)
#ACCEAD
(172,206,173)
#B6D4B7
(182,212,183)
#C0DAC1
(192,218,193)
#CAE0CB
(202,224,203)
#D4E6D5
(212,230,213)
#DEECDF
(222,236,223)
#E8F2E9
(232,242,233)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBC8F color. Also use rgb(142,188,143) instead hex code.

Text Font Color

.myTextColor { color: #8EBC8F; }

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

This text font color is #8EBC8F.

Background Color

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

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

This div background color is #8EBC8F.

Border color

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

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

This div border color is #8EBC8F.

Opacity

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

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

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

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

This text has shadow with #8EBC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBC8F.

Preview

Color preview on black background

This text has color #8EBC8F on black background.


Color preview on white background

This text has color #8EBC8F on white background.


Black color preview on #8EBC8F background

This text has black color on #8EBC8F background.


White color preview on #8EBC8F background

This text has white color on #8EBC8F background.


Related colors

Complementary color

Complementary color for #hex is #714370.


I love getcolorcode.com

Triadic colors

1 #8F8EBC and #BC8F8E with #8EBC8F are triadic colors.

2 #8FBC8E and #BC8E8F with #8EBC8F are triadic colors.