COLOR #9CB995

HEX: #9CB995 RGB: (156,185,149)

Color info

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

RGB color model

#9CB995 color RGB value is (156,185,149).

RGB: (156,185,149) (61%, 73%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 149 of 255 = 58%

156
185
149

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

Portions of RGB colors in percentages

R + G + B = 156 + 185 + 149 = 490 (100%)
R 156 of 490 ~ 31.84%
G 185 of 490 ~ 37.76%
B 149 of 490 ~ 30.41'%

%31.84
%37.76
%30.41

CMYK color model

#9CB995 color CMYK value is (16,0,19,27).

  • cyan value is 15.68%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 27.45%

CMYK: (16,0,19,27)
C16M0Y19K27 (16%, 0%, 19%, 27%)
(0.16 / 0.00 / 0.19 / 0.27)

CMYK percentages

%15.68
%0
%19.46
%27.45

Codes

Color #9CB995 in popluar color models

9C B9 95
RGB 156 185 149
HSL 108° 20.45% 65.49%
HSB/HSV 108° 19.46% 72.55%
CMYK 15.68% 0.00% 19.46%
27.45%

Color #9CB995 in popluar number systems.

HEX 9C B9 95
Decimal 156 185 149
Binary 10011100 10111001 10010101
Octal 234 271 225

Shades and tints

Shades of #9CB995

#9CB995
(156,185,149)
#8EA988
(142,169,136)
#80997B
(128,153,123)
#72896E
(114,137,110)
#647961
(100,121,97)
#566954
(86,105,84)
#485947
(72,89,71)
#3A493A
(58,73,58)
#2C392D
(44,57,45)
#1E2920
(30,41,32)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #9CB995

#9CB995
(156,185,149)
#A5BF9E
(165,191,158)
#AEC5A7
(174,197,167)
#B7CBB0
(183,203,176)
#C0D1B9
(192,209,185)
#C9D7C2
(201,215,194)
#D2DDCB
(210,221,203)
#DBE3D4
(219,227,212)
#E4E9DD
(228,233,221)
#EDEFE6
(237,239,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB995; }

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

This text font color is #9CB995.

Background Color

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

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

This div background color is #9CB995.

Border color

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

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

This div border color is #9CB995.

Opacity

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

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

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

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

This text has shadow with #9CB995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CB995.

Preview

Color preview on black background

This text has color #9CB995 on black background.


Color preview on white background

This text has color #9CB995 on white background.


Black color preview on #9CB995 background

This text has black color on #9CB995 background.


White color preview on #9CB995 background

This text has white color on #9CB995 background.


Related colors

Complementary color

Complementary color for #hex is #63466A.


I love getcolorcode.com

Triadic colors

1 #959CB9 and #B9959C with #9CB995 are triadic colors.

2 #95B99C and #B99C95 with #9CB995 are triadic colors.