COLOR #9CB685

HEX: #9CB685
RGB: (156,182,133)

Color info

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

RGB color model

#9CB685 color RGB value is (156,182,133).

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

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 133 of 255 = 52%

156
182
133

R + G + B ~ 61%. #9CB685 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 182 + 133 = 471 (100%)
R 156 of 471 ~ 33.12%
G 182 of 471 ~ 38.64%
B 133 of 471 ~ 28.24%

%33.12
%38.64
%28.24

CMYK color model

#9CB685 color CMYK value is (14,0,27,29).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 28.63%
CMYK:
(14,0,27,29)
C14M0Y27K29 
(14%,0%,27%,29%)
(0.14/0.00/0.27/0.29)	

CMYK percentages

%14.29
%0
%26.92
%28.63

Codes

Color #9CB685 in popluar color models

9CB685
RGB156182133
HSL92°25.13%61.76%
HSB/HSV92°26.92%71.37%
CMYK14.29%0.00%26.92%
28.63%

Color #9CB685 in popluar number systems.

HEX9CB685
Decimal156182133
Binary100111001011011010000101
Octal234266205

Shades and tints

Shades of #9CB685

#9CB685
(156,182,133)
#8EA679
(142,166,121)
#80966D
(128,150,109)
#728661
(114,134,97)
#647655
(100,118,85)
#566649
(86,102,73)
#48563D
(72,86,61)
#3A4631
(58,70,49)
#2C3625
(44,54,37)
#1E2619
(30,38,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9CB685

#9CB685
(156,182,133)
#A5BC90
(165,188,144)
#AEC29B
(174,194,155)
#B7C8A6
(183,200,166)
#C0CEB1
(192,206,177)
#C9D4BC
(201,212,188)
#D2DAC7
(210,218,199)
#DBE0D2
(219,224,210)
#E4E6DD
(228,230,221)
#EDECE8
(237,236,232)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB685; }

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

This text font color is #9CB685.


Background Color

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

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

This div background color is #9CB685.


Border color

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

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

This div border color is #9CB685.


Opacity

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

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

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

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

This text has shadow with #9CB685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB685 on black background.


Color preview on white background

This text has color #9CB685 on white background.



Black color preview on #9CB685 background

This text has black color on #9CB685 background.


White color preview on #9CB685 background

This text has white color on #9CB685 background.