COLOR #9EBC86

HEX: #9EBC86 RGB: (158,188,134)

Color info

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

RGB color model

#9EBC86 color RGB value is (158,188,134).

RGB: (158,188,134) (62%, 74%, 53%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 134 of 255 = 53%

158
188
134

R + G + B ~ 63%. #9EBC86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 188 + 134 = 480 (100%)
R 158 of 480 ~ 32.92%
G 188 of 480 ~ 39.17%
B 134 of 480 ~ 27.92'%

%32.92
%39.17
%27.92

CMYK color model

#9EBC86 color CMYK value is (16,0,29,26).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 26.27%

CMYK: (16,0,29,26)
C16M0Y29K26 (16%, 0%, 29%, 26%)
(0.16 / 0.00 / 0.29 / 0.26)

CMYK percentages

%15.96
%0
%28.72
%26.27

Codes

Color #9EBC86 in popluar color models

9E BC 86
RGB 158 188 134
HSL 93° 28.72% 63.14%
HSB/HSV 93° 28.72% 73.73%
CMYK 15.96% 0.00% 28.72%
26.27%

Color #9EBC86 in popluar number systems.

HEX 9E BC 86
Decimal 158 188 134
Binary 10011110 10111100 10000110
Octal 236 274 206

Shades and tints

Shades of #9EBC86

#9EBC86
(158,188,134)
#90AB7A
(144,171,122)
#829A6E
(130,154,110)
#748962
(116,137,98)
#667856
(102,120,86)
#58674A
(88,103,74)
#4A563E
(74,86,62)
#3C4532
(60,69,50)
#2E3426
(46,52,38)
#20231A
(32,35,26)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #9EBC86

#9EBC86
(158,188,134)
#A6C291
(166,194,145)
#AEC89C
(174,200,156)
#B6CEA7
(182,206,167)
#BED4B2
(190,212,178)
#C6DABD
(198,218,189)
#CEE0C8
(206,224,200)
#D6E6D3
(214,230,211)
#DEECDE
(222,236,222)
#E6F2E9
(230,242,233)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBC86 color. Also use rgb(158,188,134) instead hex code.

Text Font Color

.myTextColor { color: #9EBC86; }

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

This text font color is #9EBC86.

Background Color

.myBgColor { background-color: #9EBC86; }

<div style="background-color:#9EBC86">Inner text</div>

This div background color is #9EBC86.

Border color

.myBorderColor { border: 1px solid #9EBC86; }

<div style="border:3px solid #9EBC86">Div</div>

This div border color is #9EBC86.

Opacity

.myOpacity80 { color: #9EBC86; opacity: 0.8; }

<p style="color:#9EBC86;opacity:0.8;">80%</p>

Text with #9EBC86 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 #9EBC86;}

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

This text has shadow with #9EBC86 color.


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

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

This text has shadow with #9EBC86 primary color and red secondary color.


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

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

This text has shadow with #9EBC86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9EBC86.

Preview

Color preview on black background

This text has color #9EBC86 on black background.


Color preview on white background

This text has color #9EBC86 on white background.


Black color preview on #9EBC86 background

This text has black color on #9EBC86 background.


White color preview on #9EBC86 background

This text has white color on #9EBC86 background.


Related colors

Complementary color

Complementary color for #hex is #614379.


I love getcolorcode.com

Triadic colors

1 #869EBC and #BC869E with #9EBC86 are triadic colors.

2 #86BC9E and #BC9E86 with #9EBC86 are triadic colors.