COLOR #9CA59E

HEX: #9CA59E
RGB: (156,165,158)

Color info

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

RGB color model

#9CA59E color RGB value is (156,165,158).

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

RGB channels and saturation

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

156
165
158

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

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 158 = 479 (100%)
R 156 of 479 ~ 32.57%
G 165 of 479 ~ 34.45%
B 158 of 479 ~ 32.99%

%32.57
%34.45
%32.99

CMYK color model

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

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 35.29%
CMYK:
(5,0,4,35)
C5M0Y4K35 
(5%,0%,4%,35%)
(0.05/0.00/0.04/0.35)	

CMYK percentages

%5.45
%0
%4.24
%35.29

Codes

Color #9CA59E in popluar color models

9CA59E
RGB156165158
HSL133°4.76%62.94%
HSB/HSV133°5.45%64.71%
CMYK5.45%0.00%4.24%
35.29%

Color #9CA59E in popluar number systems.

HEX9CA59E
Decimal156165158
Binary100111001010010110011110
Octal234245236

Shades and tints

Shades of #9CA59E

#9CA59E
(156,165,158)
#8E9690
(142,150,144)
#808782
(128,135,130)
#727874
(114,120,116)
#646966
(100,105,102)
#565A58
(86,90,88)
#484B4A
(72,75,74)
#3A3C3C
(58,60,60)
#2C2D2E
(44,45,46)
#1E1E20
(30,30,32)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #9CA59E

#9CA59E
(156,165,158)
#A5ADA6
(165,173,166)
#AEB5AE
(174,181,174)
#B7BDB6
(183,189,182)
#C0C5BE
(192,197,190)
#C9CDC6
(201,205,198)
#D2D5CE
(210,213,206)
#DBDDD6
(219,221,214)
#E4E5DE
(228,229,222)
#EDEDE6
(237,237,230)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA59E; }

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

This text font color is #9CA59E.


Background Color

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

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

This div background color is #9CA59E.


Border color

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

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

This div border color is #9CA59E.


Opacity

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

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

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

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

This text has shadow with #9CA59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA59E on black background.


Color preview on white background

This text has color #9CA59E on white background.



Black color preview on #9CA59E background

This text has black color on #9CA59E background.


White color preview on #9CA59E background

This text has white color on #9CA59E background.