COLOR #9CB997

HEX: #9CB997 RGB: (156,185,151)

Color info

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

RGB color model

#9CB997 color RGB value is (156,185,151).

RGB: (156,185,151) (61%, 73%, 59%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 151 of 255 = 59%

156
185
151

R + G + B ~ 64%. #9CB997 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 185 + 151 = 492 (100%)
R 156 of 492 ~ 31.71%
G 185 of 492 ~ 37.6%
B 151 of 492 ~ 30.69'%

%31.71
%37.6
%30.69

CMYK color model

#9CB997 color CMYK value is (16,0,18,27).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 27.45%
CMYK: (16,0,18,27) C16M0Y18K27 (16%,0%,18%,27%) (0.16/0.00/0.18/0.27) 

CMYK percentages

%15.68
%0
%18.38
%27.45

Codes

Color #9CB997 in popluar color models

9C B9 97
RGB 156 185 151
HSL 111° 19.54% 65.88%
HSB/HSV 111° 18.38% 72.55%
CMYK 15.68% 0.00% 18.38%
27.45%

Color #9CB997 in popluar number systems.

HEX 9C B9 97
Decimal 156 185 151
Binary 10011100 10111001 10010111
Octal 234 271 227

Shades and tints

Shades of #9CB997

#9CB997
(156,185,151)
#8EA98A
(142,169,138)
#80997D
(128,153,125)
#728970
(114,137,112)
#647963
(100,121,99)
#566956
(86,105,86)
#485949
(72,89,73)
#3A493C
(58,73,60)
#2C392F
(44,57,47)
#1E2922
(30,41,34)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #9CB997

#9CB997
(156,185,151)
#A5BFA0
(165,191,160)
#AEC5A9
(174,197,169)
#B7CBB2
(183,203,178)
#C0D1BB
(192,209,187)
#C9D7C4
(201,215,196)
#D2DDCD
(210,221,205)
#DBE3D6
(219,227,214)
#E4E9DF
(228,233,223)
#EDEFE8
(237,239,232)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB997 color. Also use rgb(156,185,151) instead hex code.

Text Font Color

.myTextColor { color: #9CB997; }

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

This text font color is #9CB997.

Background Color

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

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

This div background color is #9CB997.

Border color

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

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

This div border color is #9CB997.

Opacity

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

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

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

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

This text has shadow with #9CB997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB997.

Preview

Color preview on black background

This text has color #9CB997 on black background.


Color preview on white background

This text has color #9CB997 on white background.


Black color preview on #9CB997 background

This text has black color on #9CB997 background.


White color preview on #9CB997 background

This text has white color on #9CB997 background.


Related colors

Complementary color

Complementary color for #hex is #634668.


I love getcolorcode.com

Triadic colors

1 #979CB9 and #B9979C with #9CB997 are triadic colors.

2 #97B99C and #B99C97 with #9CB997 are triadic colors.