COLOR #9BAC80

HEX: #9BAC80
RGB: (155,172,128)

Color info

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

RGB color model

#9BAC80 color RGB value is (155,172,128).

  • red value is 155;
  • green value is 172;
  • blue value is 128.
RGB:
(155,172,128)
(61%,67%,50%)

RGB channels and saturation

R 155 of 255 = 61%
G 172 of 255 = 67%
B 128 of 255 = 50%

155
172
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 172 + 128 = 455 (100%)
R 155 of 455 ~ 34.07%
G 172 of 455 ~ 37.8%
B 128 of 455 ~ 28.13%

%34.07
%37.8
%28.13

CMYK color model

#9BAC80 color CMYK value is (10,0,26,33).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(10,0,26,33)
C10M0Y26K33 
(10%,0%,26%,33%)
(0.10/0.00/0.26/0.33)	

CMYK percentages

%9.88
%0
%25.58
%32.55

Codes

Color #9BAC80 in popluar color models

9BAC80
RGB155172128
HSL83°20.95%58.82%
HSB/HSV83°25.58%67.45%
CMYK9.88%0.00%25.58%
32.55%

Color #9BAC80 in popluar number systems.

HEX9BAC80
Decimal155172128
Binary100110111010110010000000
Octal233254200

Shades and tints

Shades of #9BAC80

#9BAC80
(155,172,128)
#8D9D75
(141,157,117)
#7F8E6A
(127,142,106)
#717F5F
(113,127,95)
#637054
(99,112,84)
#556149
(85,97,73)
#47523E
(71,82,62)
#394333
(57,67,51)
#2B3428
(43,52,40)
#1D251D
(29,37,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BAC80

#9BAC80
(155,172,128)
#A4B38B
(164,179,139)
#ADBA96
(173,186,150)
#B6C1A1
(182,193,161)
#BFC8AC
(191,200,172)
#C8CFB7
(200,207,183)
#D1D6C2
(209,214,194)
#DADDCD
(218,221,205)
#E3E4D8
(227,228,216)
#ECEBE3
(236,235,227)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAC80 color. Also use rgb(155,172,128) instead hex code.

Text Font Color

.myTextColor { color: #9BAC80; }

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

This text font color is #9BAC80.


Background Color

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

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

This div background color is #9BAC80.


Border color

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

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

This div border color is #9BAC80.


Opacity

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

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

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

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

This text has shadow with #9BAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAC80 on black background.


Color preview on white background

This text has color #9BAC80 on white background.



Black color preview on #9BAC80 background

This text has black color on #9BAC80 background.


White color preview on #9BAC80 background

This text has white color on #9BAC80 background.