COLOR #9BAB6D

HEX: #9BAB6D
RGB: (155,171,109)

Color info

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

RGB color model

#9BAB6D color RGB value is (155,171,109).

  • red value is 155;
  • green value is 171;
  • blue value is 109.
RGB:
(155,171,109)
(61%,67%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 109 of 255 = 43%

155
171
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 171 + 109 = 435 (100%)
R 155 of 435 ~ 35.63%
G 171 of 435 ~ 39.31%
B 109 of 435 ~ 25.06%

%35.63
%39.31
%25.06

CMYK color model

#9BAB6D color CMYK value is (9,0,36,33).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 32.94%
CMYK:
(9,0,36,33)
C9M0Y36K33 
(9%,0%,36%,33%)
(0.09/0.00/0.36/0.33)	

CMYK percentages

%9.36
%0
%36.26
%32.94

Codes

Color #9BAB6D in popluar color models

9BAB6D
RGB155171109
HSL75°26.96%54.90%
HSB/HSV75°36.26%67.06%
CMYK9.36%0.00%36.26%
32.94%

Color #9BAB6D in popluar number systems.

HEX9BAB6D
Decimal155171109
Binary10011011101010111101101
Octal233253155

Shades and tints

Shades of #9BAB6D

#9BAB6D
(155,171,109)
#8D9C64
(141,156,100)
#7F8D5B
(127,141,91)
#717E52
(113,126,82)
#636F49
(99,111,73)
#556040
(85,96,64)
#475137
(71,81,55)
#39422E
(57,66,46)
#2B3325
(43,51,37)
#1D241C
(29,36,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #9BAB6D

#9BAB6D
(155,171,109)
#A4B27A
(164,178,122)
#ADB987
(173,185,135)
#B6C094
(182,192,148)
#BFC7A1
(191,199,161)
#C8CEAE
(200,206,174)
#D1D5BB
(209,213,187)
#DADCC8
(218,220,200)
#E3E3D5
(227,227,213)
#ECEAE2
(236,234,226)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB6D; }

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

This text font color is #9BAB6D.


Background Color

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

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

This div background color is #9BAB6D.


Border color

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

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

This div border color is #9BAB6D.


Opacity

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

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

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

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

This text has shadow with #9BAB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAB6D on black background.


Color preview on white background

This text has color #9BAB6D on white background.



Black color preview on #9BAB6D background

This text has black color on #9BAB6D background.


White color preview on #9BAB6D background

This text has white color on #9BAB6D background.