COLOR #9EB276

HEX: #9EB276 RGB: (158,178,118)

Color info

#9EB276 contains mainly red and green colors. Web safe color of #9EB276 is #999966 (or #996).

RGB color model

#9EB276 color RGB value is (158,178,118).

RGB: (158,178,118) (62%, 70%, 46%)

RGB channels and saturation

R 158 of 255 = 62%
G 178 of 255 = 70%
B 118 of 255 = 46%

158
178
118

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

Portions of RGB colors in percentages

R + G + B = 158 + 178 + 118 = 454 (100%)
R 158 of 454 ~ 34.8%
G 178 of 454 ~ 39.21%
B 118 of 454 ~ 25.99'%

%34.8
%39.21
%25.99

CMYK color model

#9EB276 color CMYK value is (11,0,34,30).

  • cyan value is 11.24%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 30.20%

CMYK: (11,0,34,30)
C11M0Y34K30 (11%, 0%, 34%, 30%)
(0.11 / 0.00 / 0.34 / 0.30)

CMYK percentages

%11.24
%0
%33.71
%30.2

Codes

Color #9EB276 in popluar color models

9E B2 76
RGB 158 178 118
HSL 80° 28.04% 58.04%
HSB/HSV 80° 33.71% 69.80%
CMYK 11.24% 0.00% 33.71%
30.20%

Color #9EB276 in popluar number systems.

HEX 9E B2 76
Decimal 158 178 118
Binary 10011110 10110010 1110110
Octal 236 262 166

Shades and tints

Shades of #9EB276

#9EB276
(158,178,118)
#90A26C
(144,162,108)
#829262
(130,146,98)
#748258
(116,130,88)
#66724E
(102,114,78)
#586244
(88,98,68)
#4A523A
(74,82,58)
#3C4230
(60,66,48)
#2E3226
(46,50,38)
#20221C
(32,34,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #9EB276

#9EB276
(158,178,118)
#A6B982
(166,185,130)
#AEC08E
(174,192,142)
#B6C79A
(182,199,154)
#BECEA6
(190,206,166)
#C6D5B2
(198,213,178)
#CEDCBE
(206,220,190)
#D6E3CA
(214,227,202)
#DEEAD6
(222,234,214)
#E6F1E2
(230,241,226)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB276 color. Also use rgb(158,178,118) instead hex code.

Text Font Color

.myTextColor { color: #9EB276; }

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

This text font color is #9EB276.

Background Color

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

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

This div background color is #9EB276.

Border color

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

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

This div border color is #9EB276.

Opacity

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

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

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

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

This text has shadow with #9EB276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB276.

Preview

Color preview on black background

This text has color #9EB276 on black background.


Color preview on white background

This text has color #9EB276 on white background.


Black color preview on #9EB276 background

This text has black color on #9EB276 background.


White color preview on #9EB276 background

This text has white color on #9EB276 background.


Related colors

Complementary color

Complementary color for #hex is #614D89.


I love getcolorcode.com

Triadic colors

1 #769EB2 and #B2769E with #9EB276 are triadic colors.

2 #76B29E and #B29E76 with #9EB276 are triadic colors.