COLOR #8EB38F

HEX: #8EB38F RGB: (142,179,143)

Color info

#8EB38F contains red, green and blue colors in about the same proportion. Web safe color of #8EB38F is #999999 (or #999).

RGB color model

#8EB38F color RGB value is (142,179,143).

RGB: (142,179,143) (56%, 70%, 56%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 143 of 255 = 56%

142
179
143

R + G + B ~ 61%. #8EB38F is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 179 + 143 = 464 (100%)
R 142 of 464 ~ 30.6%
G 179 of 464 ~ 38.58%
B 143 of 464 ~ 30.82'%

%30.6
%38.58
%30.82

CMYK color model

#8EB38F color CMYK value is (21,0,20,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK: (21,0,20,30) C21M0Y20K30 (21%,0%,20%,30%) (0.21/0.00/0.20/0.30) 

CMYK percentages

%20.67
%0
%20.11
%29.8

Codes

Color #8EB38F in popluar color models

8E B3 8F
RGB 142 179 143
HSL 122° 19.58% 62.94%
HSB/HSV 122° 20.67% 70.20%
CMYK 20.67% 0.00% 20.11%
29.80%

Color #8EB38F in popluar number systems.

HEX 8E B3 8F
Decimal 142 179 143
Binary 10001110 10110011 10001111
Octal 216 263 217

Shades and tints

Shades of #8EB38F

#8EB38F
(142,179,143)
#82A382
(130,163,130)
#769375
(118,147,117)
#6A8368
(106,131,104)
#5E735B
(94,115,91)
#52634E
(82,99,78)
#465341
(70,83,65)
#3A4334
(58,67,52)
#2E3327
(46,51,39)
#22231A
(34,35,26)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8EB38F

#8EB38F
(142,179,143)
#98B999
(152,185,153)
#A2BFA3
(162,191,163)
#ACC5AD
(172,197,173)
#B6CBB7
(182,203,183)
#C0D1C1
(192,209,193)
#CAD7CB
(202,215,203)
#D4DDD5
(212,221,213)
#DEE3DF
(222,227,223)
#E8E9E9
(232,233,233)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB38F; }

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

This text font color is #8EB38F.

Background Color

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

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

This div background color is #8EB38F.

Border color

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

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

This div border color is #8EB38F.

Opacity

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

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

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

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

This text has shadow with #8EB38F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB38F.

Preview

Color preview on black background

This text has color #8EB38F on black background.


Color preview on white background

This text has color #8EB38F on white background.


Black color preview on #8EB38F background

This text has black color on #8EB38F background.


White color preview on #8EB38F background

This text has white color on #8EB38F background.


Related colors

Complementary color

Complementary color for #hex is #714C70.


I love getcolorcode.com

Triadic colors

1 #8F8EB3 and #B38F8E with #8EB38F are triadic colors.

2 #8FB38E and #B38E8F with #8EB38F are triadic colors.