COLOR #9CA393

HEX: #9CA393 RGB: (156,163,147)

Color info

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

RGB color model

#9CA393 color RGB value is (156,163,147).

RGB: (156,163,147) (61%, 64%, 58%)

RGB channels and saturation

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

156
163
147

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

Portions of RGB colors in percentages

R + G + B = 156 + 163 + 147 = 466 (100%)
R 156 of 466 ~ 33.48%
G 163 of 466 ~ 34.98%
B 147 of 466 ~ 31.55'%

%33.48
%34.98
%31.55

CMYK color model

#9CA393 color CMYK value is (4,0,10,36).

  • cyan value is 4.29%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%

CMYK: (4,0,10,36)
C4M0Y10K36 (4%, 0%, 10%, 36%)
(0.04 / 0.00 / 0.10 / 0.36)

CMYK percentages

%4.29
%0
%9.82
%36.08

Codes

Color #9CA393 in popluar color models

9C A3 93
RGB 156 163 147
HSL 86° 8.00% 60.78%
HSB/HSV 86° 9.82% 63.92%
CMYK 4.29% 0.00% 9.82%
36.08%

Color #9CA393 in popluar number systems.

HEX 9C A3 93
Decimal 156 163 147
Binary 10011100 10100011 10010011
Octal 234 243 223

Shades and tints

Shades of #9CA393

#9CA393
(156,163,147)
#8E9586
(142,149,134)
#808779
(128,135,121)
#72796C
(114,121,108)
#646B5F
(100,107,95)
#565D52
(86,93,82)
#484F45
(72,79,69)
#3A4138
(58,65,56)
#2C332B
(44,51,43)
#1E251E
(30,37,30)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CA393

#9CA393
(156,163,147)
#A5AB9C
(165,171,156)
#AEB3A5
(174,179,165)
#B7BBAE
(183,187,174)
#C0C3B7
(192,195,183)
#C9CBC0
(201,203,192)
#D2D3C9
(210,211,201)
#DBDBD2
(219,219,210)
#E4E3DB
(228,227,219)
#EDEBE4
(237,235,228)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA393; }

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

This text font color is #9CA393.

Background Color

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

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

This div background color is #9CA393.

Border color

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

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

This div border color is #9CA393.

Opacity

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

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

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

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

This text has shadow with #9CA393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA393.

Preview

Color preview on black background

This text has color #9CA393 on black background.


Color preview on white background

This text has color #9CA393 on white background.


Black color preview on #9CA393 background

This text has black color on #9CA393 background.


White color preview on #9CA393 background

This text has white color on #9CA393 background.


Related colors

Complementary color

Complementary color for #hex is #635C6C.


I love getcolorcode.com

Triadic colors

1 #939CA3 and #A3939C with #9CA393 are triadic colors.

2 #93A39C and #A39C93 with #9CA393 are triadic colors.