COLOR #9CA493

HEX: #9CA493
RGB: (156,164,147)

Color info

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

RGB color model

#9CA493 color RGB value is (156,164,147).

  • red value is 156;
  • green value is 164;
  • blue value is 147.
RGB:
(156,164,147)
(61%,64%,58%)

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 147 of 255 = 58%

156
164
147

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

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 147 = 467 (100%)
R 156 of 467 ~ 33.4%
G 164 of 467 ~ 35.12%
B 147 of 467 ~ 31.48%

%33.4
%35.12
%31.48

CMYK color model

#9CA493 color CMYK value is (5,0,10,36).

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 35.69%
CMYK:
(5,0,10,36)
C5M0Y10K36 
(5%,0%,10%,36%)
(0.05/0.00/0.10/0.36)	

CMYK percentages

%4.88
%0
%10.37
%35.69

Codes

Color #9CA493 in popluar color models

9CA493
RGB156164147
HSL88°8.54%60.98%
HSB/HSV88°10.37%64.31%
CMYK4.88%0.00%10.37%
35.69%

Color #9CA493 in popluar number systems.

HEX9CA493
Decimal156164147
Binary100111001010010010010011
Octal234244223

Shades and tints

Shades of #9CA493

#9CA493
(156,164,147)
#8E9686
(142,150,134)
#808879
(128,136,121)
#727A6C
(114,122,108)
#646C5F
(100,108,95)
#565E52
(86,94,82)
#485045
(72,80,69)
#3A4238
(58,66,56)
#2C342B
(44,52,43)
#1E261E
(30,38,30)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #9CA493

#9CA493
(156,164,147)
#A5AC9C
(165,172,156)
#AEB4A5
(174,180,165)
#B7BCAE
(183,188,174)
#C0C4B7
(192,196,183)
#C9CCC0
(201,204,192)
#D2D4C9
(210,212,201)
#DBDCD2
(219,220,210)
#E4E4DB
(228,228,219)
#EDECE4
(237,236,228)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA493 color. Also use rgb(156,164,147) instead hex code.

Text Font Color

.myTextColor { color: #9CA493; }

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

This text font color is #9CA493.


Background Color

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

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

This div background color is #9CA493.


Border color

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

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

This div border color is #9CA493.


Opacity

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

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

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

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

This text has shadow with #9CA493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA493 on black background.


Color preview on white background

This text has color #9CA493 on white background.



Black color preview on #9CA493 background

This text has black color on #9CA493 background.


White color preview on #9CA493 background

This text has white color on #9CA493 background.