COLOR #9EBB57

HEX: #9EBB57
RGB: (158,187,87)

Color info

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

RGB color model

#9EBB57 color RGB value is (158,187,87).

  • red value is 158;
  • green value is 187;
  • blue value is 87.
RGB:
(158,187,87)
(62%,73%,34%)

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 87 of 255 = 34%

158
187
87

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

Portions of RGB colors in percentages

R + G + B =
158 + 187 + 87 = 432 (100%)
R 158 of 432 ~ 36.57%
G 187 of 432 ~ 43.29%
B 87 of 432 ~ 20.14%

%36.57
%43.29
%20.14

CMYK color model

#9EBB57 color CMYK value is (16,0,53,27).

  • cyan value is 15.51%
  • magenta value is 0.00%
  • yellow value is 53.48%
  • key color value is 26.67%
CMYK:
(16,0,53,27)
C16M0Y53K27 
(16%,0%,53%,27%)
(0.16/0.00/0.53/0.27)	

CMYK percentages

%15.51
%0
%53.48
%26.67

Codes

Color #9EBB57 in popluar color models

9EBB57
RGB15818787
HSL77°42.37%53.73%
HSB/HSV77°53.48%73.33%
CMYK15.51%0.00%53.48%
26.67%

Color #9EBB57 in popluar number systems.

HEX9EBB57
Decimal15818787
Binary10011110101110111010111
Octal236273127

Shades and tints

Shades of #9EBB57

#9EBB57
(158,187,87)
#90AA50
(144,170,80)
#829949
(130,153,73)
#748842
(116,136,66)
#66773B
(102,119,59)
#586634
(88,102,52)
#4A552D
(74,85,45)
#3C4426
(60,68,38)
#2E331F
(46,51,31)
#202218
(32,34,24)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #9EBB57

#9EBB57
(158,187,87)
#A6C166
(166,193,102)
#AEC775
(174,199,117)
#B6CD84
(182,205,132)
#BED393
(190,211,147)
#C6D9A2
(198,217,162)
#CEDFB1
(206,223,177)
#D6E5C0
(214,229,192)
#DEEBCF
(222,235,207)
#E6F1DE
(230,241,222)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBB57 color. Also use rgb(158,187,87) instead hex code.

Text Font Color

.myTextColor { color: #9EBB57; }

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

This text font color is #9EBB57.


Background Color

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

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

This div background color is #9EBB57.


Border color

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

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

This div border color is #9EBB57.


Opacity

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

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

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

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

This text has shadow with #9EBB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBB57 on black background.


Color preview on white background

This text has color #9EBB57 on white background.



Black color preview on #9EBB57 background

This text has black color on #9EBB57 background.


White color preview on #9EBB57 background

This text has white color on #9EBB57 background.