COLOR #9CA587

HEX: #9CA587 RGB: (156,165,135)

Color info

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

RGB color model

#9CA587 color RGB value is (156,165,135).

RGB: (156,165,135) (61%, 65%, 53%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 135 of 255 = 53%

156
165
135

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

Portions of RGB colors in percentages

R + G + B = 156 + 165 + 135 = 456 (100%)
R 156 of 456 ~ 34.21%
G 165 of 456 ~ 36.18%
B 135 of 456 ~ 29.61'%

%34.21
%36.18
%29.61

CMYK color model

#9CA587 color CMYK value is (5,0,18,35).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%

CMYK: (5,0,18,35)
C5M0Y18K35 (5%, 0%, 18%, 35%)
(0.05 / 0.00 / 0.18 / 0.35)

CMYK percentages

%5.45
%0
%18.18
%35.29

Codes

Color #9CA587 in popluar color models

9C A5 87
RGB 156 165 135
HSL 78° 14.29% 58.82%
HSB/HSV 78° 18.18% 64.71%
CMYK 5.45% 0.00% 18.18%
35.29%

Color #9CA587 in popluar number systems.

HEX 9C A5 87
Decimal 156 165 135
Binary 10011100 10100101 10000111
Octal 234 245 207

Shades and tints

Shades of #9CA587

#9CA587
(156,165,135)
#8E967B
(142,150,123)
#80876F
(128,135,111)
#727863
(114,120,99)
#646957
(100,105,87)
#565A4B
(86,90,75)
#484B3F
(72,75,63)
#3A3C33
(58,60,51)
#2C2D27
(44,45,39)
#1E1E1B
(30,30,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #9CA587

#9CA587
(156,165,135)
#A5AD91
(165,173,145)
#AEB59B
(174,181,155)
#B7BDA5
(183,189,165)
#C0C5AF
(192,197,175)
#C9CDB9
(201,205,185)
#D2D5C3
(210,213,195)
#DBDDCD
(219,221,205)
#E4E5D7
(228,229,215)
#EDEDE1
(237,237,225)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA587 color. Also use rgb(156,165,135) instead hex code.

Text Font Color

.myTextColor { color: #9CA587; }

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

This text font color is #9CA587.

Background Color

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

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

This div background color is #9CA587.

Border color

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

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

This div border color is #9CA587.

Opacity

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

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

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

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

This text has shadow with #9CA587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA587.

Preview

Color preview on black background

This text has color #9CA587 on black background.


Color preview on white background

This text has color #9CA587 on white background.


Black color preview on #9CA587 background

This text has black color on #9CA587 background.


White color preview on #9CA587 background

This text has white color on #9CA587 background.


Related colors

Complementary color

Complementary color for #hex is #635A78.


I love getcolorcode.com

Triadic colors

1 #879CA5 and #A5879C with #9CA587 are triadic colors.

2 #87A59C and #A59C87 with #9CA587 are triadic colors.