COLOR #9CA494

HEX: #9CA494 RGB: (156,164,148)

Color info

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

RGB color model

#9CA494 color RGB value is (156,164,148).

RGB: (156,164,148) (61%, 64%, 58%)

RGB channels and saturation

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

156
164
148

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

Portions of RGB colors in percentages

R + G + B = 156 + 164 + 148 = 468 (100%)
R 156 of 468 ~ 33.33%
G 164 of 468 ~ 35.04%
B 148 of 468 ~ 31.62'%

%33.33
%35.04
%31.62

CMYK color model

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

  • cyan value is 4.88%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • 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
%9.76
%35.69

Codes

Color #9CA494 in popluar color models

9C A4 94
RGB 156 164 148
HSL 90° 8.08% 61.18%
HSB/HSV 90° 9.76% 64.31%
CMYK 4.88% 0.00% 9.76%
35.69%

Color #9CA494 in popluar number systems.

HEX 9C A4 94
Decimal 156 164 148
Binary 10011100 10100100 10010100
Octal 234 244 224

Shades and tints

Shades of #9CA494

#9CA494
(156,164,148)
#8E9687
(142,150,135)
#80887A
(128,136,122)
#727A6D
(114,122,109)
#646C60
(100,108,96)
#565E53
(86,94,83)
#485046
(72,80,70)
#3A4239
(58,66,57)
#2C342C
(44,52,44)
#1E261F
(30,38,31)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #9CA494

#9CA494
(156,164,148)
#A5AC9D
(165,172,157)
#AEB4A6
(174,180,166)
#B7BCAF
(183,188,175)
#C0C4B8
(192,196,184)
#C9CCC1
(201,204,193)
#D2D4CA
(210,212,202)
#DBDCD3
(219,220,211)
#E4E4DC
(228,228,220)
#EDECE5
(237,236,229)
#F6F4EE
(246,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA494; }

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

This text font color is #9CA494.

Background Color

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

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

This div background color is #9CA494.

Border color

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

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

This div border color is #9CA494.

Opacity

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

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

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

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

This text has shadow with #9CA494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA494.

Preview

Color preview on black background

This text has color #9CA494 on black background.


Color preview on white background

This text has color #9CA494 on white background.


Black color preview on #9CA494 background

This text has black color on #9CA494 background.


White color preview on #9CA494 background

This text has white color on #9CA494 background.


Related colors

Complementary color

Complementary color for #hex is #635B6B.


I love getcolorcode.com

Triadic colors

1 #949CA4 and #A4949C with #9CA494 are triadic colors.

2 #94A49C and #A49C94 with #9CA494 are triadic colors.