COLOR #9CA180

HEX: #9CA180 RGB: (156,161,128)

Color info

#9CA180 contains red, green and blue colors in about the same proportion. Web safe color of #9CA180 is #999966 (or #996).

RGB color model

#9CA180 color RGB value is (156,161,128).

RGB: (156,161,128) (61%, 63%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 161 of 255 = 63%
B 128 of 255 = 50%

156
161
128

R + G + B ~ 58%. #9CA180 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 161 + 128 = 445 (100%)
R 156 of 445 ~ 35.06%
G 161 of 445 ~ 36.18%
B 128 of 445 ~ 28.76'%

%35.06
%36.18
%28.76

CMYK color model

#9CA180 color CMYK value is (3,0,20,37).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%

CMYK: (3,0,20,37)
C3M0Y20K37 (3%, 0%, 20%, 37%)
(0.03 / 0.00 / 0.20 / 0.37)

CMYK percentages

%3.11
%0
%20.5
%36.86

Codes

Color #9CA180 in popluar color models

9C A1 80
RGB 156 161 128
HSL 69° 14.93% 56.67%
HSB/HSV 69° 20.50% 63.14%
CMYK 3.11% 0.00% 20.50%
36.86%

Color #9CA180 in popluar number systems.

HEX 9C A1 80
Decimal 156 161 128
Binary 10011100 10100001 10000000
Octal 234 241 200

Shades and tints

Shades of #9CA180

#9CA180
(156,161,128)
#8E9375
(142,147,117)
#80856A
(128,133,106)
#72775F
(114,119,95)
#646954
(100,105,84)
#565B49
(86,91,73)
#484D3E
(72,77,62)
#3A3F33
(58,63,51)
#2C3128
(44,49,40)
#1E231D
(30,35,29)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #9CA180

#9CA180
(156,161,128)
#A5A98B
(165,169,139)
#AEB196
(174,177,150)
#B7B9A1
(183,185,161)
#C0C1AC
(192,193,172)
#C9C9B7
(201,201,183)
#D2D1C2
(210,209,194)
#DBD9CD
(219,217,205)
#E4E1D8
(228,225,216)
#EDE9E3
(237,233,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA180 color. Also use rgb(156,161,128) instead hex code.

Text Font Color

.myTextColor { color: #9CA180; }

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

This text font color is #9CA180.

Background Color

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

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

This div background color is #9CA180.

Border color

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

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

This div border color is #9CA180.

Opacity

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

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

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

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

This text has shadow with #9CA180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA180.

Preview

Color preview on black background

This text has color #9CA180 on black background.


Color preview on white background

This text has color #9CA180 on white background.


Black color preview on #9CA180 background

This text has black color on #9CA180 background.


White color preview on #9CA180 background

This text has white color on #9CA180 background.


Related colors

Complementary color

Complementary color for #hex is #635E7F.


I love getcolorcode.com

Triadic colors

1 #809CA1 and #A1809C with #9CA180 are triadic colors.

2 #80A19C and #A19C80 with #9CA180 are triadic colors.