COLOR #9FBB97

HEX: #9FBB97 RGB: (159,187,151)

Color info

#9FBB97 contains red, green and blue colors in about the same proportion. Web safe color of #9FBB97 is #99CC99 (or #9C9).

RGB color model

#9FBB97 color RGB value is (159,187,151).

RGB: (159,187,151) (62%, 73%, 59%)

RGB channels and saturation

R 159 of 255 = 62%
G 187 of 255 = 73%
B 151 of 255 = 59%

159
187
151

R + G + B ~ 65%. #9FBB97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 187 + 151 = 497 (100%)
R 159 of 497 ~ 31.99%
G 187 of 497 ~ 37.63%
B 151 of 497 ~ 30.38'%

%31.99
%37.63
%30.38

CMYK color model

#9FBB97 color CMYK value is (15,0,19,27).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%

CMYK: (15,0,19,27)
C15M0Y19K27 (15%, 0%, 19%, 27%)
(0.15 / 0.00 / 0.19 / 0.27)

CMYK percentages

%14.97
%0
%19.25
%26.67

Codes

Color #9FBB97 in popluar color models

9F BB 97
RGB 159 187 151
HSL 107° 20.93% 66.27%
HSB/HSV 107° 19.25% 73.33%
CMYK 14.97% 0.00% 19.25%
26.67%

Color #9FBB97 in popluar number systems.

HEX 9F BB 97
Decimal 159 187 151
Binary 10011111 10111011 10010111
Octal 237 273 227

Shades and tints

Shades of #9FBB97

#9FBB97
(159,187,151)
#91AA8A
(145,170,138)
#83997D
(131,153,125)
#758870
(117,136,112)
#677763
(103,119,99)
#596656
(89,102,86)
#4B5549
(75,85,73)
#3D443C
(61,68,60)
#2F332F
(47,51,47)
#212222
(33,34,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #9FBB97

#9FBB97
(159,187,151)
#A7C1A0
(167,193,160)
#AFC7A9
(175,199,169)
#B7CDB2
(183,205,178)
#BFD3BB
(191,211,187)
#C7D9C4
(199,217,196)
#CFDFCD
(207,223,205)
#D7E5D6
(215,229,214)
#DFEBDF
(223,235,223)
#E7F1E8
(231,241,232)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBB97 color. Also use rgb(159,187,151) instead hex code.

Text Font Color

.myTextColor { color: #9FBB97; }

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

This text font color is #9FBB97.

Background Color

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

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

This div background color is #9FBB97.

Border color

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

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

This div border color is #9FBB97.

Opacity

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

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

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

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

This text has shadow with #9FBB97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBB97.

Preview

Color preview on black background

This text has color #9FBB97 on black background.


Color preview on white background

This text has color #9FBB97 on white background.


Black color preview on #9FBB97 background

This text has black color on #9FBB97 background.


White color preview on #9FBB97 background

This text has white color on #9FBB97 background.


Related colors

Complementary color

Complementary color for #hex is #604468.


I love getcolorcode.com

Triadic colors

1 #979FBB and #BB979F with #9FBB97 are triadic colors.

2 #97BB9F and #BB9F97 with #9FBB97 are triadic colors.