COLOR #9BB397

HEX: #9BB397 RGB: (155,179,151)

Color info

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

RGB color model

#9BB397 color RGB value is (155,179,151).

RGB: (155,179,151) (61%, 70%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 179 of 255 = 70%
B 151 of 255 = 59%

155
179
151

R + G + B ~ 63%. #9BB397 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 179 + 151 = 485 (100%)
R 155 of 485 ~ 31.96%
G 179 of 485 ~ 36.91%
B 151 of 485 ~ 31.13'%

%31.96
%36.91
%31.13

CMYK color model

#9BB397 color CMYK value is (13,0,16,30).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 15.64%
  • key color value is 29.80%

CMYK: (13,0,16,30)
C13M0Y16K30 (13%, 0%, 16%, 30%)
(0.13 / 0.00 / 0.16 / 0.30)

CMYK percentages

%13.41
%0
%15.64
%29.8

Codes

Color #9BB397 in popluar color models

9B B3 97
RGB 155 179 151
HSL 111° 15.56% 64.71%
HSB/HSV 111° 15.64% 70.20%
CMYK 13.41% 0.00% 15.64%
29.80%

Color #9BB397 in popluar number systems.

HEX 9B B3 97
Decimal 155 179 151
Binary 10011011 10110011 10010111
Octal 233 263 227

Shades and tints

Shades of #9BB397

#9BB397
(155,179,151)
#8DA38A
(141,163,138)
#7F937D
(127,147,125)
#718370
(113,131,112)
#637363
(99,115,99)
#556356
(85,99,86)
#475349
(71,83,73)
#39433C
(57,67,60)
#2B332F
(43,51,47)
#1D2322
(29,35,34)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9BB397

#9BB397
(155,179,151)
#A4B9A0
(164,185,160)
#ADBFA9
(173,191,169)
#B6C5B2
(182,197,178)
#BFCBBB
(191,203,187)
#C8D1C4
(200,209,196)
#D1D7CD
(209,215,205)
#DADDD6
(218,221,214)
#E3E3DF
(227,227,223)
#ECE9E8
(236,233,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB397; }

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

This text font color is #9BB397.

Background Color

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

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

This div background color is #9BB397.

Border color

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

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

This div border color is #9BB397.

Opacity

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

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

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

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

This text has shadow with #9BB397 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BB397.

Preview

Color preview on black background

This text has color #9BB397 on black background.


Color preview on white background

This text has color #9BB397 on white background.


Black color preview on #9BB397 background

This text has black color on #9BB397 background.


White color preview on #9BB397 background

This text has white color on #9BB397 background.


Related colors

Complementary color

Complementary color for #hex is #644C68.


I love getcolorcode.com

Triadic colors

1 #979BB3 and #B3979B with #9BB397 are triadic colors.

2 #97B39B and #B39B97 with #9BB397 are triadic colors.