COLOR #8EB49C

HEX: #8EB49C RGB: (142,180,156)

Color info

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

RGB color model

#8EB49C color RGB value is (142,180,156).

RGB: (142,180,156) (56%, 71%, 61%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 156 of 255 = 61%

142
180
156

R + G + B ~ 63%. #8EB49C is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 180 + 156 = 478 (100%)
R 142 of 478 ~ 29.71%
G 180 of 478 ~ 37.66%
B 156 of 478 ~ 32.64'%

%29.71
%37.66
%32.64

CMYK color model

#8EB49C color CMYK value is (21,0,13,29).

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

CMYK: (21,0,13,29)
C21M0Y13K29 (21%, 0%, 13%, 29%)
(0.21 / 0.00 / 0.13 / 0.29)

CMYK percentages

%21.11
%0
%13.33
%29.41

Codes

Color #8EB49C in popluar color models

8E B4 9C
RGB 142 180 156
HSL 142° 20.21% 63.14%
HSB/HSV 142° 21.11% 70.59%
CMYK 21.11% 0.00% 13.33%
29.41%

Color #8EB49C in popluar number systems.

HEX 8E B4 9C
Decimal 142 180 156
Binary 10001110 10110100 10011100
Octal 216 264 234

Shades and tints

Shades of #8EB49C

#8EB49C
(142,180,156)
#82A48E
(130,164,142)
#769480
(118,148,128)
#6A8472
(106,132,114)
#5E7464
(94,116,100)
#526456
(82,100,86)
#465448
(70,84,72)
#3A443A
(58,68,58)
#2E342C
(46,52,44)
#22241E
(34,36,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #8EB49C

#8EB49C
(142,180,156)
#98BAA5
(152,186,165)
#A2C0AE
(162,192,174)
#ACC6B7
(172,198,183)
#B6CCC0
(182,204,192)
#C0D2C9
(192,210,201)
#CAD8D2
(202,216,210)
#D4DEDB
(212,222,219)
#DEE4E4
(222,228,228)
#E8EAED
(232,234,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB49C; }

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

This text font color is #8EB49C.

Background Color

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

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

This div background color is #8EB49C.

Border color

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

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

This div border color is #8EB49C.

Opacity

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

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

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

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

This text has shadow with #8EB49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB49C.

Preview

Color preview on black background

This text has color #8EB49C on black background.


Color preview on white background

This text has color #8EB49C on white background.


Black color preview on #8EB49C background

This text has black color on #8EB49C background.


White color preview on #8EB49C background

This text has white color on #8EB49C background.


Related colors

Complementary color

Complementary color for #hex is #714B63.


I love getcolorcode.com

Triadic colors

1 #9C8EB4 and #B49C8E with #8EB49C are triadic colors.

2 #9CB48E and #B48E9C with #8EB49C are triadic colors.