COLOR #9CA59D

HEX: #9CA59D
RGB: (156,165,157)

Color info

#9CA59D contains red, green and blue colors in about the same proportion. Web safe color of #9CA59D is #999999 (or #999).

RGB color model

#9CA59D color RGB value is (156,165,157).

  • red value is 156;
  • green value is 165;
  • blue value is 157.
RGB:
(156,165,157)
(61%,65%,62%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 157 of 255 = 62%

156
165
157

R + G + B ~ 63%. #9CA59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 157 = 478 (100%)
R 156 of 478 ~ 32.64%
G 165 of 478 ~ 34.52%
B 157 of 478 ~ 32.85%

%32.64
%34.52
%32.85

CMYK color model

#9CA59D color CMYK value is (5,0,5,35).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(5,0,5,35)
C5M0Y5K35 
(5%,0%,5%,35%)
(0.05/0.00/0.05/0.35)	

CMYK percentages

%5.45
%0
%4.85
%35.29

Codes

Color #9CA59D in popluar color models

9CA59D
RGB156165157
HSL127°4.76%62.94%
HSB/HSV127°5.45%64.71%
CMYK5.45%0.00%4.85%
35.29%

Color #9CA59D in popluar number systems.

HEX9CA59D
Decimal156165157
Binary100111001010010110011101
Octal234245235

Shades and tints

Shades of #9CA59D

#9CA59D
(156,165,157)
#8E968F
(142,150,143)
#808781
(128,135,129)
#727873
(114,120,115)
#646965
(100,105,101)
#565A57
(86,90,87)
#484B49
(72,75,73)
#3A3C3B
(58,60,59)
#2C2D2D
(44,45,45)
#1E1E1F
(30,30,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #9CA59D

#9CA59D
(156,165,157)
#A5ADA5
(165,173,165)
#AEB5AD
(174,181,173)
#B7BDB5
(183,189,181)
#C0C5BD
(192,197,189)
#C9CDC5
(201,205,197)
#D2D5CD
(210,213,205)
#DBDDD5
(219,221,213)
#E4E5DD
(228,229,221)
#EDEDE5
(237,237,229)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA59D color. Also use rgb(156,165,157) instead hex code.

Text Font Color

.myTextColor { color: #9CA59D; }

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

This text font color is #9CA59D.


Background Color

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

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

This div background color is #9CA59D.


Border color

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

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

This div border color is #9CA59D.


Opacity

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

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

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

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

This text has shadow with #9CA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA59D on black background.


Color preview on white background

This text has color #9CA59D on white background.



Black color preview on #9CA59D background

This text has black color on #9CA59D background.


White color preview on #9CA59D background

This text has white color on #9CA59D background.