COLOR #9CA495

HEX: #9CA495
RGB: (156,164,149)

Color info

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

RGB color model

#9CA495 color RGB value is (156,164,149).

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

RGB channels and saturation

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

156
164
149

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

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 149 = 469 (100%)
R 156 of 469 ~ 33.26%
G 164 of 469 ~ 34.97%
B 149 of 469 ~ 31.77%

%33.26
%34.97
%31.77

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(5,0,9,36)
C5M0Y9K36 
(5%,0%,9%,36%)
(0.05/0.00/0.09/0.36)	

CMYK percentages

%4.88
%0
%9.15
%35.69

Codes

Color #9CA495 in popluar color models

9CA495
RGB156164149
HSL92°7.61%61.37%
HSB/HSV92°9.15%64.31%
CMYK4.88%0.00%9.15%
35.69%

Color #9CA495 in popluar number systems.

HEX9CA495
Decimal156164149
Binary100111001010010010010101
Octal234244225

Shades and tints

Shades of #9CA495

#9CA495
(156,164,149)
#8E9688
(142,150,136)
#80887B
(128,136,123)
#727A6E
(114,122,110)
#646C61
(100,108,97)
#565E54
(86,94,84)
#485047
(72,80,71)
#3A423A
(58,66,58)
#2C342D
(44,52,45)
#1E2620
(30,38,32)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #9CA495

#9CA495
(156,164,149)
#A5AC9E
(165,172,158)
#AEB4A7
(174,180,167)
#B7BCB0
(183,188,176)
#C0C4B9
(192,196,185)
#C9CCC2
(201,204,194)
#D2D4CB
(210,212,203)
#DBDCD4
(219,220,212)
#E4E4DD
(228,228,221)
#EDECE6
(237,236,230)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA495; }

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

This text font color is #9CA495.


Background Color

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

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

This div background color is #9CA495.


Border color

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

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

This div border color is #9CA495.


Opacity

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

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

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

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

This text has shadow with #9CA495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA495 on black background.


Color preview on white background

This text has color #9CA495 on white background.



Black color preview on #9CA495 background

This text has black color on #9CA495 background.


White color preview on #9CA495 background

This text has white color on #9CA495 background.