COLOR #9CB885

HEX: #9CB885
RGB: (156,184,133)

Color info

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

RGB color model

#9CB885 color RGB value is (156,184,133).

  • red value is 156;
  • green value is 184;
  • blue value is 133.
RGB:
(156,184,133)
(61%,72%,52%)

RGB channels and saturation

R 156 of 255 = 61%
G 184 of 255 = 72%
B 133 of 255 = 52%

156
184
133

R + G + B ~ 62%. #9CB885 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 184 + 133 = 473 (100%)
R 156 of 473 ~ 32.98%
G 184 of 473 ~ 38.9%
B 133 of 473 ~ 28.12%

%32.98
%38.9
%28.12

CMYK color model

#9CB885 color CMYK value is (15,0,28,28).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 27.84%
CMYK:
(15,0,28,28)
C15M0Y28K28 
(15%,0%,28%,28%)
(0.15/0.00/0.28/0.28)	

CMYK percentages

%15.22
%0
%27.72
%27.84

Codes

Color #9CB885 in popluar color models

9CB885
RGB156184133
HSL93°26.42%62.16%
HSB/HSV93°27.72%72.16%
CMYK15.22%0.00%27.72%
27.84%

Color #9CB885 in popluar number systems.

HEX9CB885
Decimal156184133
Binary100111001011100010000101
Octal234270205

Shades and tints

Shades of #9CB885

#9CB885
(156,184,133)
#8EA879
(142,168,121)
#80986D
(128,152,109)
#728861
(114,136,97)
#647855
(100,120,85)
#566849
(86,104,73)
#48583D
(72,88,61)
#3A4831
(58,72,49)
#2C3825
(44,56,37)
#1E2819
(30,40,25)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #9CB885

#9CB885
(156,184,133)
#A5BE90
(165,190,144)
#AEC49B
(174,196,155)
#B7CAA6
(183,202,166)
#C0D0B1
(192,208,177)
#C9D6BC
(201,214,188)
#D2DCC7
(210,220,199)
#DBE2D2
(219,226,210)
#E4E8DD
(228,232,221)
#EDEEE8
(237,238,232)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB885 color. Also use rgb(156,184,133) instead hex code.

Text Font Color

.myTextColor { color: #9CB885; }

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

This text font color is #9CB885.


Background Color

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

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

This div background color is #9CB885.


Border color

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

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

This div border color is #9CB885.


Opacity

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

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

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

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

This text has shadow with #9CB885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB885 on black background.


Color preview on white background

This text has color #9CB885 on white background.



Black color preview on #9CB885 background

This text has black color on #9CB885 background.


White color preview on #9CB885 background

This text has white color on #9CB885 background.