COLOR #9EBC63

HEX: #9EBC63
RGB: (158,188,99)

Color info

#9EBC63 contains mainly red and green colors. Web safe color of #9EBC63 is #99CC66 (or #9C6).

RGB color model

#9EBC63 color RGB value is (158,188,99).

  • red value is 158;
  • green value is 188;
  • blue value is 99.
RGB:
(158,188,99)
(62%,74%,39%)

RGB channels and saturation

R 158 of 255 = 62%
G 188 of 255 = 74%
B 99 of 255 = 39%

158
188
99

R + G + B ~ 58%. #9EBC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 188 + 99 = 445 (100%)
R 158 of 445 ~ 35.51%
G 188 of 445 ~ 42.25%
B 99 of 445 ~ 22.25%

%35.51
%42.25
%22.25

CMYK color model

#9EBC63 color CMYK value is (16,0,47,26).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 26.27%
CMYK:
(16,0,47,26)
C16M0Y47K26 
(16%,0%,47%,26%)
(0.16/0.00/0.47/0.26)	

CMYK percentages

%15.96
%0
%47.34
%26.27

Codes

Color #9EBC63 in popluar color models

9EBC63
RGB15818899
HSL80°39.91%56.27%
HSB/HSV80°47.34%73.73%
CMYK15.96%0.00%47.34%
26.27%

Color #9EBC63 in popluar number systems.

HEX9EBC63
Decimal15818899
Binary10011110101111001100011
Octal236274143

Shades and tints

Shades of #9EBC63

#9EBC63
(158,188,99)
#90AB5A
(144,171,90)
#829A51
(130,154,81)
#748948
(116,137,72)
#66783F
(102,120,63)
#586736
(88,103,54)
#4A562D
(74,86,45)
#3C4524
(60,69,36)
#2E341B
(46,52,27)
#202312
(32,35,18)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #9EBC63

#9EBC63
(158,188,99)
#A6C271
(166,194,113)
#AEC87F
(174,200,127)
#B6CE8D
(182,206,141)
#BED49B
(190,212,155)
#C6DAA9
(198,218,169)
#CEE0B7
(206,224,183)
#D6E6C5
(214,230,197)
#DEECD3
(222,236,211)
#E6F2E1
(230,242,225)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBC63; }

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

This text font color is #9EBC63.


Background Color

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

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

This div background color is #9EBC63.


Border color

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

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

This div border color is #9EBC63.


Opacity

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

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

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

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

This text has shadow with #9EBC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBC63 on black background.


Color preview on white background

This text has color #9EBC63 on white background.



Black color preview on #9EBC63 background

This text has black color on #9EBC63 background.


White color preview on #9EBC63 background

This text has white color on #9EBC63 background.