COLOR #9EB477

HEX: #9EB477 RGB: (158,180,119)

Color info

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

RGB color model

#9EB477 color RGB value is (158,180,119).

RGB: (158,180,119) (62%, 71%, 47%)

RGB channels and saturation

R 158 of 255 = 62%
G 180 of 255 = 71%
B 119 of 255 = 47%

158
180
119

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

Portions of RGB colors in percentages

R + G + B = 158 + 180 + 119 = 457 (100%)
R 158 of 457 ~ 34.57%
G 180 of 457 ~ 39.39%
B 119 of 457 ~ 26.04'%

%34.57
%39.39
%26.04

CMYK color model

#9EB477 color CMYK value is (12,0,34,29).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 33.89%
  • key color value is 29.41%

CMYK: (12,0,34,29)
C12M0Y34K29 (12%, 0%, 34%, 29%)
(0.12 / 0.00 / 0.34 / 0.29)

CMYK percentages

%12.22
%0
%33.89
%29.41

Codes

Color #9EB477 in popluar color models

9E B4 77
RGB 158 180 119
HSL 82° 28.91% 58.63%
HSB/HSV 82° 33.89% 70.59%
CMYK 12.22% 0.00% 33.89%
29.41%

Color #9EB477 in popluar number systems.

HEX 9E B4 77
Decimal 158 180 119
Binary 10011110 10110100 1110111
Octal 236 264 167

Shades and tints

Shades of #9EB477

#9EB477
(158,180,119)
#90A46D
(144,164,109)
#829463
(130,148,99)
#748459
(116,132,89)
#66744F
(102,116,79)
#586445
(88,100,69)
#4A543B
(74,84,59)
#3C4431
(60,68,49)
#2E3427
(46,52,39)
#20241D
(32,36,29)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #9EB477

#9EB477
(158,180,119)
#A6BA83
(166,186,131)
#AEC08F
(174,192,143)
#B6C69B
(182,198,155)
#BECCA7
(190,204,167)
#C6D2B3
(198,210,179)
#CED8BF
(206,216,191)
#D6DECB
(214,222,203)
#DEE4D7
(222,228,215)
#E6EAE3
(230,234,227)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB477 color. Also use rgb(158,180,119) instead hex code.

Text Font Color

.myTextColor { color: #9EB477; }

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

This text font color is #9EB477.

Background Color

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

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

This div background color is #9EB477.

Border color

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

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

This div border color is #9EB477.

Opacity

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

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

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

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

This text has shadow with #9EB477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB477.

Preview

Color preview on black background

This text has color #9EB477 on black background.


Color preview on white background

This text has color #9EB477 on white background.


Black color preview on #9EB477 background

This text has black color on #9EB477 background.


White color preview on #9EB477 background

This text has white color on #9EB477 background.


Related colors

Complementary color

Complementary color for #hex is #614B88.


I love getcolorcode.com

Triadic colors

1 #779EB4 and #B4779E with #9EB477 are triadic colors.

2 #77B49E and #B49E77 with #9EB477 are triadic colors.