COLOR #9BAB6B

HEX: #9BAB6B RGB: (155,171,107)

Color info

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

RGB color model

#9BAB6B color RGB value is (155,171,107).

RGB: (155,171,107) (61%, 67%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 107 of 255 = 42%

155
171
107

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

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 107 = 433 (100%)
R 155 of 433 ~ 35.8%
G 171 of 433 ~ 39.49%
B 107 of 433 ~ 24.71'%

%35.8
%39.49
%24.71

CMYK color model

#9BAB6B color CMYK value is (9,0,37,33).

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

CMYK: (9,0,37,33)
C9M0Y37K33 (9%, 0%, 37%, 33%)
(0.09 / 0.00 / 0.37 / 0.33)

CMYK percentages

%9.36
%0
%37.43
%32.94

Codes

Color #9BAB6B in popluar color models

9B AB 6B
RGB 155 171 107
HSL 75° 27.59% 54.51%
HSB/HSV 75° 37.43% 67.06%
CMYK 9.36% 0.00% 37.43%
32.94%

Color #9BAB6B in popluar number systems.

HEX 9B AB 6B
Decimal 155 171 107
Binary 10011011 10101011 1101011
Octal 233 253 153

Shades and tints

Shades of #9BAB6B

#9BAB6B
(155,171,107)
#8D9C62
(141,156,98)
#7F8D59
(127,141,89)
#717E50
(113,126,80)
#636F47
(99,111,71)
#55603E
(85,96,62)
#475135
(71,81,53)
#39422C
(57,66,44)
#2B3323
(43,51,35)
#1D241A
(29,36,26)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #9BAB6B

#9BAB6B
(155,171,107)
#A4B278
(164,178,120)
#ADB985
(173,185,133)
#B6C092
(182,192,146)
#BFC79F
(191,199,159)
#C8CEAC
(200,206,172)
#D1D5B9
(209,213,185)
#DADCC6
(218,220,198)
#E3E3D3
(227,227,211)
#ECEAE0
(236,234,224)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB6B; }

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

This text font color is #9BAB6B.

Background Color

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

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

This div background color is #9BAB6B.

Border color

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

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

This div border color is #9BAB6B.

Opacity

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

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

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

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

This text has shadow with #9BAB6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB6B.

Preview

Color preview on black background

This text has color #9BAB6B on black background.


Color preview on white background

This text has color #9BAB6B on white background.


Black color preview on #9BAB6B background

This text has black color on #9BAB6B background.


White color preview on #9BAB6B background

This text has white color on #9BAB6B background.


Related colors

Complementary color

Complementary color for #hex is #645494.


I love getcolorcode.com

Triadic colors

1 #6B9BAB and #AB6B9B with #9BAB6B are triadic colors.

2 #6BAB9B and #AB9B6B with #9BAB6B are triadic colors.