COLOR #9BAB7E

HEX: #9BAB7E RGB: (155,171,126)

Color info

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

RGB color model

#9BAB7E color RGB value is (155,171,126).

RGB: (155,171,126) (61%, 67%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 126 of 255 = 49%

155
171
126

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

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 126 = 452 (100%)
R 155 of 452 ~ 34.29%
G 171 of 452 ~ 37.83%
B 126 of 452 ~ 27.88'%

%34.29
%37.83
%27.88

CMYK color model

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

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

CMYK: (9,0,26,33)
C9M0Y26K33 (9%, 0%, 26%, 33%)
(0.09 / 0.00 / 0.26 / 0.33)

CMYK percentages

%9.36
%0
%26.32
%32.94

Codes

Color #9BAB7E in popluar color models

9B AB 7E
RGB 155 171 126
HSL 81° 21.13% 58.24%
HSB/HSV 81° 26.32% 67.06%
CMYK 9.36% 0.00% 26.32%
32.94%

Color #9BAB7E in popluar number systems.

HEX 9B AB 7E
Decimal 155 171 126
Binary 10011011 10101011 1111110
Octal 233 253 176

Shades and tints

Shades of #9BAB7E

#9BAB7E
(155,171,126)
#8D9C73
(141,156,115)
#7F8D68
(127,141,104)
#717E5D
(113,126,93)
#636F52
(99,111,82)
#556047
(85,96,71)
#47513C
(71,81,60)
#394231
(57,66,49)
#2B3326
(43,51,38)
#1D241B
(29,36,27)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #9BAB7E

#9BAB7E
(155,171,126)
#A4B289
(164,178,137)
#ADB994
(173,185,148)
#B6C09F
(182,192,159)
#BFC7AA
(191,199,170)
#C8CEB5
(200,206,181)
#D1D5C0
(209,213,192)
#DADCCB
(218,220,203)
#E3E3D6
(227,227,214)
#ECEAE1
(236,234,225)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB7E; }

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

This text font color is #9BAB7E.

Background Color

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

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

This div background color is #9BAB7E.

Border color

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

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

This div border color is #9BAB7E.

Opacity

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

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

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

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

This text has shadow with #9BAB7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB7E.

Preview

Color preview on black background

This text has color #9BAB7E on black background.


Color preview on white background

This text has color #9BAB7E on white background.


Black color preview on #9BAB7E background

This text has black color on #9BAB7E background.


White color preview on #9BAB7E background

This text has white color on #9BAB7E background.


Related colors

Complementary color

Complementary color for #hex is #645481.


I love getcolorcode.com

Triadic colors

1 #7E9BAB and #AB7E9B with #9BAB7E are triadic colors.

2 #7EAB9B and #AB9B7E with #9BAB7E are triadic colors.