COLOR #9CBD95

HEX: #9CBD95
RGB: (156,189,149)

Color info

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

RGB color model

#9CBD95 color RGB value is (156,189,149).

  • red value is 156;
  • green value is 189;
  • blue value is 149.
RGB:
(156,189,149)
(61%,74%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 189 of 255 = 74%
B 149 of 255 = 58%

156
189
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 189 + 149 = 494 (100%)
R 156 of 494 ~ 31.58%
G 189 of 494 ~ 38.26%
B 149 of 494 ~ 30.16%

%31.58
%38.26
%30.16

CMYK color model

#9CBD95 color CMYK value is (17,0,21,26).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(17,0,21,26)
C17M0Y21K26 
(17%,0%,21%,26%)
(0.17/0.00/0.21/0.26)	

CMYK percentages

%17.46
%0
%21.16
%25.88

Codes

Color #9CBD95 in popluar color models

9CBD95
RGB156189149
HSL110°23.26%66.27%
HSB/HSV110°21.16%74.12%
CMYK17.46%0.00%21.16%
25.88%

Color #9CBD95 in popluar number systems.

HEX9CBD95
Decimal156189149
Binary100111001011110110010101
Octal234275225

Shades and tints

Shades of #9CBD95

#9CBD95
(156,189,149)
#8EAC88
(142,172,136)
#809B7B
(128,155,123)
#728A6E
(114,138,110)
#647961
(100,121,97)
#566854
(86,104,84)
#485747
(72,87,71)
#3A463A
(58,70,58)
#2C352D
(44,53,45)
#1E2420
(30,36,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #9CBD95

#9CBD95
(156,189,149)
#A5C39E
(165,195,158)
#AEC9A7
(174,201,167)
#B7CFB0
(183,207,176)
#C0D5B9
(192,213,185)
#C9DBC2
(201,219,194)
#D2E1CB
(210,225,203)
#DBE7D4
(219,231,212)
#E4EDDD
(228,237,221)
#EDF3E6
(237,243,230)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBD95; }

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

This text font color is #9CBD95.


Background Color

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

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

This div background color is #9CBD95.


Border color

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

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

This div border color is #9CBD95.


Opacity

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

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

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

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

This text has shadow with #9CBD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBD95 on black background.


Color preview on white background

This text has color #9CBD95 on white background.



Black color preview on #9CBD95 background

This text has black color on #9CBD95 background.


White color preview on #9CBD95 background

This text has white color on #9CBD95 background.