COLOR #9CA49E

HEX: #9CA49E
RGB: (156,164,158)

Color info

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

RGB color model

#9CA49E color RGB value is (156,164,158).

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

RGB channels and saturation

R 156 of 255 = 61%
G 164 of 255 = 64%
B 158 of 255 = 62%

156
164
158

R + G + B ~ 62%. #9CA49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 164 + 158 = 478 (100%)
R 156 of 478 ~ 32.64%
G 164 of 478 ~ 34.31%
B 158 of 478 ~ 33.05%

%32.64
%34.31
%33.05

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(5,0,4,36)
C5M0Y4K36 
(5%,0%,4%,36%)
(0.05/0.00/0.04/0.36)	

CMYK percentages

%4.88
%0
%3.66
%35.69

Codes

Color #9CA49E in popluar color models

9CA49E
RGB156164158
HSL135°4.21%62.75%
HSB/HSV135°4.88%64.31%
CMYK4.88%0.00%3.66%
35.69%

Color #9CA49E in popluar number systems.

HEX9CA49E
Decimal156164158
Binary100111001010010010011110
Octal234244236

Shades and tints

Shades of #9CA49E

#9CA49E
(156,164,158)
#8E9690
(142,150,144)
#808882
(128,136,130)
#727A74
(114,122,116)
#646C66
(100,108,102)
#565E58
(86,94,88)
#48504A
(72,80,74)
#3A423C
(58,66,60)
#2C342E
(44,52,46)
#1E2620
(30,38,32)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #9CA49E

#9CA49E
(156,164,158)
#A5ACA6
(165,172,166)
#AEB4AE
(174,180,174)
#B7BCB6
(183,188,182)
#C0C4BE
(192,196,190)
#C9CCC6
(201,204,198)
#D2D4CE
(210,212,206)
#DBDCD6
(219,220,214)
#E4E4DE
(228,228,222)
#EDECE6
(237,236,230)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA49E; }

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

This text font color is #9CA49E.


Background Color

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

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

This div background color is #9CA49E.


Border color

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

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

This div border color is #9CA49E.


Opacity

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

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

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

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

This text has shadow with #9CA49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA49E on black background.


Color preview on white background

This text has color #9CA49E on white background.



Black color preview on #9CA49E background

This text has black color on #9CA49E background.


White color preview on #9CA49E background

This text has white color on #9CA49E background.