COLOR #9EB975

HEX: #9EB975
RGB: (158,185,117)

Color info

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

RGB color model

#9EB975 color RGB value is (158,185,117).

  • red value is 158;
  • green value is 185;
  • blue value is 117.
RGB:
(158,185,117)
(62%,73%,46%)

RGB channels and saturation

R 158 of 255 = 62%
G 185 of 255 = 73%
B 117 of 255 = 46%

158
185
117

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

Portions of RGB colors in percentages

R + G + B =
158 + 185 + 117 = 460 (100%)
R 158 of 460 ~ 34.35%
G 185 of 460 ~ 40.22%
B 117 of 460 ~ 25.43%

%34.35
%40.22
%25.43

CMYK color model

#9EB975 color CMYK value is (15,0,37,27).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 27.45%
CMYK:
(15,0,37,27)
C15M0Y37K27 
(15%,0%,37%,27%)
(0.15/0.00/0.37/0.27)	

CMYK percentages

%14.59
%0
%36.76
%27.45

Codes

Color #9EB975 in popluar color models

9EB975
RGB158185117
HSL84°32.69%59.22%
HSB/HSV84°36.76%72.55%
CMYK14.59%0.00%36.76%
27.45%

Color #9EB975 in popluar number systems.

HEX9EB975
Decimal158185117
Binary10011110101110011110101
Octal236271165

Shades and tints

Shades of #9EB975

#9EB975
(158,185,117)
#90A96B
(144,169,107)
#829961
(130,153,97)
#748957
(116,137,87)
#66794D
(102,121,77)
#586943
(88,105,67)
#4A5939
(74,89,57)
#3C492F
(60,73,47)
#2E3925
(46,57,37)
#20291B
(32,41,27)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #9EB975

#9EB975
(158,185,117)
#A6BF81
(166,191,129)
#AEC58D
(174,197,141)
#B6CB99
(182,203,153)
#BED1A5
(190,209,165)
#C6D7B1
(198,215,177)
#CEDDBD
(206,221,189)
#D6E3C9
(214,227,201)
#DEE9D5
(222,233,213)
#E6EFE1
(230,239,225)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB975 color. Also use rgb(158,185,117) instead hex code.

Text Font Color

.myTextColor { color: #9EB975; }

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

This text font color is #9EB975.


Background Color

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

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

This div background color is #9EB975.


Border color

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

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

This div border color is #9EB975.


Opacity

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

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

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

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

This text has shadow with #9EB975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EB975 on black background.


Color preview on white background

This text has color #9EB975 on white background.



Black color preview on #9EB975 background

This text has black color on #9EB975 background.


White color preview on #9EB975 background

This text has white color on #9EB975 background.