COLOR #8EB694

HEX: #8EB694 RGB: (142,182,148)

Color info

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

RGB color model

#8EB694 color RGB value is (142,182,148).

RGB: (142,182,148) (56%, 71%, 58%)

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 148 of 255 = 58%

142
182
148

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

Portions of RGB colors in percentages

R + G + B = 142 + 182 + 148 = 472 (100%)
R 142 of 472 ~ 30.08%
G 182 of 472 ~ 38.56%
B 148 of 472 ~ 31.36'%

%30.08
%38.56
%31.36

CMYK color model

#8EB694 color CMYK value is (22,0,19,29).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 28.63%

CMYK: (22,0,19,29)
C22M0Y19K29 (22%, 0%, 19%, 29%)
(0.22 / 0.00 / 0.19 / 0.29)

CMYK percentages

%21.98
%0
%18.68
%28.63

Codes

Color #8EB694 in popluar color models

8E B6 94
RGB 142 182 148
HSL 129° 21.51% 63.53%
HSB/HSV 129° 21.98% 71.37%
CMYK 21.98% 0.00% 18.68%
28.63%

Color #8EB694 in popluar number systems.

HEX 8E B6 94
Decimal 142 182 148
Binary 10001110 10110110 10010100
Octal 216 266 224

Shades and tints

Shades of #8EB694

#8EB694
(142,182,148)
#82A687
(130,166,135)
#76967A
(118,150,122)
#6A866D
(106,134,109)
#5E7660
(94,118,96)
#526653
(82,102,83)
#465646
(70,86,70)
#3A4639
(58,70,57)
#2E362C
(46,54,44)
#22261F
(34,38,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #8EB694

#8EB694
(142,182,148)
#98BC9D
(152,188,157)
#A2C2A6
(162,194,166)
#ACC8AF
(172,200,175)
#B6CEB8
(182,206,184)
#C0D4C1
(192,212,193)
#CADACA
(202,218,202)
#D4E0D3
(212,224,211)
#DEE6DC
(222,230,220)
#E8ECE5
(232,236,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB694 color. Also use rgb(142,182,148) instead hex code.

Text Font Color

.myTextColor { color: #8EB694; }

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

This text font color is #8EB694.

Background Color

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

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

This div background color is #8EB694.

Border color

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

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

This div border color is #8EB694.

Opacity

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

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

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

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

This text has shadow with #8EB694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB694.

Preview

Color preview on black background

This text has color #8EB694 on black background.


Color preview on white background

This text has color #8EB694 on white background.


Black color preview on #8EB694 background

This text has black color on #8EB694 background.


White color preview on #8EB694 background

This text has white color on #8EB694 background.


Related colors

Complementary color

Complementary color for #hex is #71496B.


I love getcolorcode.com

Triadic colors

1 #948EB6 and #B6948E with #8EB694 are triadic colors.

2 #94B68E and #B68E94 with #8EB694 are triadic colors.