COLOR #9CA189

HEX: #9CA189
RGB: (156,161,137)

Color info

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

RGB color model

#9CA189 color RGB value is (156,161,137).

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

RGB channels and saturation

R 156 of 255 = 61%
G 161 of 255 = 63%
B 137 of 255 = 54%

156
161
137

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

Portions of RGB colors in percentages

R + G + B =
156 + 161 + 137 = 454 (100%)
R 156 of 454 ~ 34.36%
G 161 of 454 ~ 35.46%
B 137 of 454 ~ 30.18%

%34.36
%35.46
%30.18

CMYK color model

#9CA189 color CMYK value is (3,0,15,37).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK:
(3,0,15,37)
C3M0Y15K37 
(3%,0%,15%,37%)
(0.03/0.00/0.15/0.37)	

CMYK percentages

%3.11
%0
%14.91
%36.86

Codes

Color #9CA189 in popluar color models

9CA189
RGB156161137
HSL73°11.32%58.43%
HSB/HSV73°14.91%63.14%
CMYK3.11%0.00%14.91%
36.86%

Color #9CA189 in popluar number systems.

HEX9CA189
Decimal156161137
Binary100111001010000110001001
Octal234241211

Shades and tints

Shades of #9CA189

#9CA189
(156,161,137)
#8E937D
(142,147,125)
#808571
(128,133,113)
#727765
(114,119,101)
#646959
(100,105,89)
#565B4D
(86,91,77)
#484D41
(72,77,65)
#3A3F35
(58,63,53)
#2C3129
(44,49,41)
#1E231D
(30,35,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #9CA189

#9CA189
(156,161,137)
#A5A993
(165,169,147)
#AEB19D
(174,177,157)
#B7B9A7
(183,185,167)
#C0C1B1
(192,193,177)
#C9C9BB
(201,201,187)
#D2D1C5
(210,209,197)
#DBD9CF
(219,217,207)
#E4E1D9
(228,225,217)
#EDE9E3
(237,233,227)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA189; }

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

This text font color is #9CA189.


Background Color

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

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

This div background color is #9CA189.


Border color

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

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

This div border color is #9CA189.


Opacity

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

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

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

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

This text has shadow with #9CA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA189 on black background.


Color preview on white background

This text has color #9CA189 on white background.



Black color preview on #9CA189 background

This text has black color on #9CA189 background.


White color preview on #9CA189 background

This text has white color on #9CA189 background.