COLOR #9BA997

HEX: #9BA997 RGB: (155,169,151)

Color info

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

RGB color model

#9BA997 color RGB value is (155,169,151).

RGB: (155,169,151) (61%, 66%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 169 of 255 = 66%
B 151 of 255 = 59%

155
169
151

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

Portions of RGB colors in percentages

R + G + B = 155 + 169 + 151 = 475 (100%)
R 155 of 475 ~ 32.63%
G 169 of 475 ~ 35.58%
B 151 of 475 ~ 31.79'%

%32.63
%35.58
%31.79

CMYK color model

#9BA997 color CMYK value is (8,0,11,34).

  • cyan value is 8.28%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK: (8,0,11,34) C8M0Y11K34 (8%,0%,11%,34%) (0.08/0.00/0.11/0.34) 

CMYK percentages

%8.28
%0
%10.65
%33.73

Codes

Color #9BA997 in popluar color models

9B A9 97
RGB 155 169 151
HSL 107° 9.47% 62.75%
HSB/HSV 107° 10.65% 66.27%
CMYK 8.28% 0.00% 10.65%
33.73%

Color #9BA997 in popluar number systems.

HEX 9B A9 97
Decimal 155 169 151
Binary 10011011 10101001 10010111
Octal 233 251 227

Shades and tints

Shades of #9BA997

#9BA997
(155,169,151)
#8D9A8A
(141,154,138)
#7F8B7D
(127,139,125)
#717C70
(113,124,112)
#636D63
(99,109,99)
#555E56
(85,94,86)
#474F49
(71,79,73)
#39403C
(57,64,60)
#2B312F
(43,49,47)
#1D2222
(29,34,34)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9BA997

#9BA997
(155,169,151)
#A4B0A0
(164,176,160)
#ADB7A9
(173,183,169)
#B6BEB2
(182,190,178)
#BFC5BB
(191,197,187)
#C8CCC4
(200,204,196)
#D1D3CD
(209,211,205)
#DADAD6
(218,218,214)
#E3E1DF
(227,225,223)
#ECE8E8
(236,232,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA997; }

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

This text font color is #9BA997.

Background Color

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

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

This div background color is #9BA997.

Border color

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

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

This div border color is #9BA997.

Opacity

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

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

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

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

This text has shadow with #9BA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA997.

Preview

Color preview on black background

This text has color #9BA997 on black background.


Color preview on white background

This text has color #9BA997 on white background.


Black color preview on #9BA997 background

This text has black color on #9BA997 background.


White color preview on #9BA997 background

This text has white color on #9BA997 background.


Related colors

Complementary color

Complementary color for #hex is #645668.


I love getcolorcode.com

Triadic colors

1 #979BA9 and #A9979B with #9BA997 are triadic colors.

2 #97A99B and #A99B97 with #9BA997 are triadic colors.