COLOR #9BAB97

HEX: #9BAB97 RGB: (155,171,151)

Color info

#9BAB97 contains red, green and blue colors in about the same proportion. Web safe color of #9BAB97 is #999999 (or #999).

RGB color model

#9BAB97 color RGB value is (155,171,151).

RGB: (155,171,151) (61%, 67%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 171 of 255 = 67%
B 151 of 255 = 59%

155
171
151

R + G + B ~ 62%. #9BAB97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 171 + 151 = 477 (100%)
R 155 of 477 ~ 32.49%
G 171 of 477 ~ 35.85%
B 151 of 477 ~ 31.66'%

%32.49
%35.85
%31.66

CMYK color model

#9BAB97 color CMYK value is (9,0,12,33).

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

CMYK: (9,0,12,33)
C9M0Y12K33 (9%, 0%, 12%, 33%)
(0.09 / 0.00 / 0.12 / 0.33)

CMYK percentages

%9.36
%0
%11.7
%32.94

Codes

Color #9BAB97 in popluar color models

9B AB 97
RGB 155 171 151
HSL 108° 10.64% 63.14%
HSB/HSV 108° 11.70% 67.06%
CMYK 9.36% 0.00% 11.70%
32.94%

Color #9BAB97 in popluar number systems.

HEX 9B AB 97
Decimal 155 171 151
Binary 10011011 10101011 10010111
Octal 233 253 227

Shades and tints

Shades of #9BAB97

#9BAB97
(155,171,151)
#8D9C8A
(141,156,138)
#7F8D7D
(127,141,125)
#717E70
(113,126,112)
#636F63
(99,111,99)
#556056
(85,96,86)
#475149
(71,81,73)
#39423C
(57,66,60)
#2B332F
(43,51,47)
#1D2422
(29,36,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #9BAB97

#9BAB97
(155,171,151)
#A4B2A0
(164,178,160)
#ADB9A9
(173,185,169)
#B6C0B2
(182,192,178)
#BFC7BB
(191,199,187)
#C8CEC4
(200,206,196)
#D1D5CD
(209,213,205)
#DADCD6
(218,220,214)
#E3E3DF
(227,227,223)
#ECEAE8
(236,234,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BAB97; }

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

This text font color is #9BAB97.

Background Color

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

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

This div background color is #9BAB97.

Border color

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

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

This div border color is #9BAB97.

Opacity

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

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

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

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

This text has shadow with #9BAB97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAB97.

Preview

Color preview on black background

This text has color #9BAB97 on black background.


Color preview on white background

This text has color #9BAB97 on white background.


Black color preview on #9BAB97 background

This text has black color on #9BAB97 background.


White color preview on #9BAB97 background

This text has white color on #9BAB97 background.


Related colors

Complementary color

Complementary color for #hex is #645468.


I love getcolorcode.com

Triadic colors

1 #979BAB and #AB979B with #9BAB97 are triadic colors.

2 #97AB9B and #AB9B97 with #9BAB97 are triadic colors.