COLOR #9BAB80

HEX: #9BAB80 RGB: (155,171,128)

Color info

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

RGB color model

#9BAB80 color RGB value is (155,171,128).

RGB: (155,171,128) (61%, 67%, 50%)

RGB channels and saturation

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

155
171
128

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

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 128 = 454 (100%)
R 155 of 454 ~ 34.14%
G 171 of 454 ~ 37.67%
B 128 of 454 ~ 28.19'%

%34.14
%37.67
%28.19

CMYK color model

#9BAB80 color CMYK value is (9,0,25,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 32.94%

CMYK: (9,0,25,33)
C9M0Y25K33 (9%, 0%, 25%, 33%)
(0.09 / 0.00 / 0.25 / 0.33)

CMYK percentages

%9.36
%0
%25.15
%32.94

Codes

Color #9BAB80 in popluar color models

9B AB 80
RGB 155 171 128
HSL 82° 20.38% 58.63%
HSB/HSV 82° 25.15% 67.06%
CMYK 9.36% 0.00% 25.15%
32.94%

Color #9BAB80 in popluar number systems.

HEX 9B AB 80
Decimal 155 171 128
Binary 10011011 10101011 10000000
Octal 233 253 200

Shades and tints

Shades of #9BAB80

#9BAB80
(155,171,128)
#8D9C75
(141,156,117)
#7F8D6A
(127,141,106)
#717E5F
(113,126,95)
#636F54
(99,111,84)
#556049
(85,96,73)
#47513E
(71,81,62)
#394233
(57,66,51)
#2B3328
(43,51,40)
#1D241D
(29,36,29)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #9BAB80

#9BAB80
(155,171,128)
#A4B28B
(164,178,139)
#ADB996
(173,185,150)
#B6C0A1
(182,192,161)
#BFC7AC
(191,199,172)
#C8CEB7
(200,206,183)
#D1D5C2
(209,213,194)
#DADCCD
(218,220,205)
#E3E3D8
(227,227,216)
#ECEAE3
(236,234,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB80; }

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

This text font color is #9BAB80.

Background Color

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

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

This div background color is #9BAB80.

Border color

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

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

This div border color is #9BAB80.

Opacity

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

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

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

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

This text has shadow with #9BAB80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB80.

Preview

Color preview on black background

This text has color #9BAB80 on black background.


Color preview on white background

This text has color #9BAB80 on white background.


Black color preview on #9BAB80 background

This text has black color on #9BAB80 background.


White color preview on #9BAB80 background

This text has white color on #9BAB80 background.


Related colors

Complementary color

Complementary color for #hex is #64547F.


I love getcolorcode.com

Triadic colors

1 #809BAB and #AB809B with #9BAB80 are triadic colors.

2 #80AB9B and #AB9B80 with #9BAB80 are triadic colors.