COLOR #9BA597

HEX: #9BA597
RGB: (155,165,151)

Color info

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

RGB color model

#9BA597 color RGB value is (155,165,151).

  • red value is 155;
  • green value is 165;
  • blue value is 151.
RGB:
(155,165,151)
(61%,65%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 151 of 255 = 59%

155
165
151

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

Portions of RGB colors in percentages

R + G + B =
155 + 165 + 151 = 471 (100%)
R 155 of 471 ~ 32.91%
G 165 of 471 ~ 35.03%
B 151 of 471 ~ 32.06%

%32.91
%35.03
%32.06

CMYK color model

#9BA597 color CMYK value is (6,0,8,35).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(6,0,8,35)
C6M0Y8K35 
(6%,0%,8%,35%)
(0.06/0.00/0.08/0.35)	

CMYK percentages

%6.06
%0
%8.48
%35.29

Codes

Color #9BA597 in popluar color models

9BA597
RGB155165151
HSL103°7.22%61.96%
HSB/HSV103°8.48%64.71%
CMYK6.06%0.00%8.48%
35.29%

Color #9BA597 in popluar number systems.

HEX9BA597
Decimal155165151
Binary100110111010010110010111
Octal233245227

Shades and tints

Shades of #9BA597

#9BA597
(155,165,151)
#8D968A
(141,150,138)
#7F877D
(127,135,125)
#717870
(113,120,112)
#636963
(99,105,99)
#555A56
(85,90,86)
#474B49
(71,75,73)
#393C3C
(57,60,60)
#2B2D2F
(43,45,47)
#1D1E22
(29,30,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9BA597

#9BA597
(155,165,151)
#A4ADA0
(164,173,160)
#ADB5A9
(173,181,169)
#B6BDB2
(182,189,178)
#BFC5BB
(191,197,187)
#C8CDC4
(200,205,196)
#D1D5CD
(209,213,205)
#DADDD6
(218,221,214)
#E3E5DF
(227,229,223)
#ECEDE8
(236,237,232)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA597; }

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

This text font color is #9BA597.


Background Color

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

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

This div background color is #9BA597.


Border color

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

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

This div border color is #9BA597.


Opacity

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

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

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

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

This text has shadow with #9BA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BA597 on black background.


Color preview on white background

This text has color #9BA597 on white background.



Black color preview on #9BA597 background

This text has black color on #9BA597 background.


White color preview on #9BA597 background

This text has white color on #9BA597 background.