COLOR #9CA174

HEX: #9CA174
RGB: (156,161,116)

Color info

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

RGB color model

#9CA174 color RGB value is (156,161,116).

  • red value is 156;
  • green value is 161;
  • blue value is 116.
RGB:
(156,161,116)
(61%,63%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 161 of 255 = 63%
B 116 of 255 = 45%

156
161
116

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

Portions of RGB colors in percentages

R + G + B =
156 + 161 + 116 = 433 (100%)
R 156 of 433 ~ 36.03%
G 161 of 433 ~ 37.18%
B 116 of 433 ~ 26.79%

%36.03
%37.18
%26.79

CMYK color model

#9CA174 color CMYK value is (3,0,28,37).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 36.86%
CMYK:
(3,0,28,37)
C3M0Y28K37 
(3%,0%,28%,37%)
(0.03/0.00/0.28/0.37)	

CMYK percentages

%3.11
%0
%27.95
%36.86

Codes

Color #9CA174 in popluar color models

9CA174
RGB156161116
HSL67°19.31%54.31%
HSB/HSV67°27.95%63.14%
CMYK3.11%0.00%27.95%
36.86%

Color #9CA174 in popluar number systems.

HEX9CA174
Decimal156161116
Binary10011100101000011110100
Octal234241164

Shades and tints

Shades of #9CA174

#9CA174
(156,161,116)
#8E936A
(142,147,106)
#808560
(128,133,96)
#727756
(114,119,86)
#64694C
(100,105,76)
#565B42
(86,91,66)
#484D38
(72,77,56)
#3A3F2E
(58,63,46)
#2C3124
(44,49,36)
#1E231A
(30,35,26)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #9CA174

#9CA174
(156,161,116)
#A5A980
(165,169,128)
#AEB18C
(174,177,140)
#B7B998
(183,185,152)
#C0C1A4
(192,193,164)
#C9C9B0
(201,201,176)
#D2D1BC
(210,209,188)
#DBD9C8
(219,217,200)
#E4E1D4
(228,225,212)
#EDE9E0
(237,233,224)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA174; }

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

This text font color is #9CA174.


Background Color

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

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

This div background color is #9CA174.


Border color

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

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

This div border color is #9CA174.


Opacity

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

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

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

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

This text has shadow with #9CA174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA174 on black background.


Color preview on white background

This text has color #9CA174 on white background.



Black color preview on #9CA174 background

This text has black color on #9CA174 background.


White color preview on #9CA174 background

This text has white color on #9CA174 background.