COLOR #9CA093

HEX: #9CA093 RGB: (156,160,147)

Color info

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

RGB color model

#9CA093 color RGB value is (156,160,147).

RGB: (156,160,147) (61%, 63%, 58%)

RGB channels and saturation

R 156 of 255 = 61%
G 160 of 255 = 63%
B 147 of 255 = 58%

156
160
147

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

Portions of RGB colors in percentages

R + G + B = 156 + 160 + 147 = 463 (100%)
R 156 of 463 ~ 33.69%
G 160 of 463 ~ 34.56%
B 147 of 463 ~ 31.75'%

%33.69
%34.56
%31.75

CMYK color model

#9CA093 color CMYK value is (2,0,8,37).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 37.25%

CMYK: (2,0,8,37)
C2M0Y8K37 (2%, 0%, 8%, 37%)
(0.02 / 0.00 / 0.08 / 0.37)

CMYK percentages

%2.5
%0
%8.13
%37.25

Codes

Color #9CA093 in popluar color models

9C A0 93
RGB 156 160 147
HSL 78° 6.40% 60.20%
HSB/HSV 78° 8.13% 62.75%
CMYK 2.50% 0.00% 8.13%
37.25%

Color #9CA093 in popluar number systems.

HEX 9C A0 93
Decimal 156 160 147
Binary 10011100 10100000 10010011
Octal 234 240 223

Shades and tints

Shades of #9CA093

#9CA093
(156,160,147)
#8E9286
(142,146,134)
#808479
(128,132,121)
#72766C
(114,118,108)
#64685F
(100,104,95)
#565A52
(86,90,82)
#484C45
(72,76,69)
#3A3E38
(58,62,56)
#2C302B
(44,48,43)
#1E221E
(30,34,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9CA093

#9CA093
(156,160,147)
#A5A89C
(165,168,156)
#AEB0A5
(174,176,165)
#B7B8AE
(183,184,174)
#C0C0B7
(192,192,183)
#C9C8C0
(201,200,192)
#D2D0C9
(210,208,201)
#DBD8D2
(219,216,210)
#E4E0DB
(228,224,219)
#EDE8E4
(237,232,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA093; }

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

This text font color is #9CA093.

Background Color

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

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

This div background color is #9CA093.

Border color

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

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

This div border color is #9CA093.

Opacity

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

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

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

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

This text has shadow with #9CA093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA093.

Preview

Color preview on black background

This text has color #9CA093 on black background.


Color preview on white background

This text has color #9CA093 on white background.


Black color preview on #9CA093 background

This text has black color on #9CA093 background.


White color preview on #9CA093 background

This text has white color on #9CA093 background.


Related colors

Complementary color

Complementary color for #hex is #635F6C.


I love getcolorcode.com

Triadic colors

1 #939CA0 and #A0939C with #9CA093 are triadic colors.

2 #93A09C and #A09C93 with #9CA093 are triadic colors.