COLOR #9BA676

HEX: #9BA676
RGB: (155,166,118)

Color info

#9BA676 contains red, green and blue colors in about the same proportion. Web safe color of #9BA676 is #999966 (or #996).

RGB color model

#9BA676 color RGB value is (155,166,118).

  • red value is 155;
  • green value is 166;
  • blue value is 118.
RGB:
(155,166,118)
(61%,65%,46%)

RGB channels and saturation

R 155 of 255 = 61%
G 166 of 255 = 65%
B 118 of 255 = 46%

155
166
118

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

Portions of RGB colors in percentages

R + G + B =
155 + 166 + 118 = 439 (100%)
R 155 of 439 ~ 35.31%
G 166 of 439 ~ 37.81%
B 118 of 439 ~ 26.88%

%35.31
%37.81
%26.88

CMYK color model

#9BA676 color CMYK value is (7,0,29,35).

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 34.90%
CMYK:
(7,0,29,35)
C7M0Y29K35 
(7%,0%,29%,35%)
(0.07/0.00/0.29/0.35)	

CMYK percentages

%6.63
%0
%28.92
%34.9

Codes

Color #9BA676 in popluar color models

9BA676
RGB155166118
HSL74°21.24%55.69%
HSB/HSV74°28.92%65.10%
CMYK6.63%0.00%28.92%
34.90%

Color #9BA676 in popluar number systems.

HEX9BA676
Decimal155166118
Binary10011011101001101110110
Octal233246166

Shades and tints

Shades of #9BA676

#9BA676
(155,166,118)
#8D976C
(141,151,108)
#7F8862
(127,136,98)
#717958
(113,121,88)
#636A4E
(99,106,78)
#555B44
(85,91,68)
#474C3A
(71,76,58)
#393D30
(57,61,48)
#2B2E26
(43,46,38)
#1D1F1C
(29,31,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #9BA676

#9BA676
(155,166,118)
#A4AE82
(164,174,130)
#ADB68E
(173,182,142)
#B6BE9A
(182,190,154)
#BFC6A6
(191,198,166)
#C8CEB2
(200,206,178)
#D1D6BE
(209,214,190)
#DADECA
(218,222,202)
#E3E6D6
(227,230,214)
#ECEEE2
(236,238,226)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA676 color. Also use rgb(155,166,118) instead hex code.

Text Font Color

.myTextColor { color: #9BA676; }

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

This text font color is #9BA676.


Background Color

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

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

This div background color is #9BA676.


Border color

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

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

This div border color is #9BA676.


Opacity

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

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

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

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

This text has shadow with #9BA676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA676 on black background.


Color preview on white background

This text has color #9BA676 on white background.



Black color preview on #9BA676 background

This text has black color on #9BA676 background.


White color preview on #9BA676 background

This text has white color on #9BA676 background.