COLOR #9CA975

HEX: #9CA975 RGB: (156,169,117)

Color info

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

RGB color model

#9CA975 color RGB value is (156,169,117).

RGB: (156,169,117) (61%, 66%, 46%)

RGB channels and saturation

R 156 of 255 = 61%
G 169 of 255 = 66%
B 117 of 255 = 46%

156
169
117

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

Portions of RGB colors in percentages

R + G + B = 156 + 169 + 117 = 442 (100%)
R 156 of 442 ~ 35.29%
G 169 of 442 ~ 38.24%
B 117 of 442 ~ 26.47'%

%35.29
%38.24
%26.47

CMYK color model

#9CA975 color CMYK value is (8,0,31,34).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%

CMYK: (8,0,31,34)
C8M0Y31K34 (8%, 0%, 31%, 34%)
(0.08 / 0.00 / 0.31 / 0.34)

CMYK percentages

%7.69
%0
%30.77
%33.73

Codes

Color #9CA975 in popluar color models

9C A9 75
RGB 156 169 117
HSL 75° 23.21% 56.08%
HSB/HSV 75° 30.77% 66.27%
CMYK 7.69% 0.00% 30.77%
33.73%

Color #9CA975 in popluar number systems.

HEX 9C A9 75
Decimal 156 169 117
Binary 10011100 10101001 1110101
Octal 234 251 165

Shades and tints

Shades of #9CA975

#9CA975
(156,169,117)
#8E9A6B
(142,154,107)
#808B61
(128,139,97)
#727C57
(114,124,87)
#646D4D
(100,109,77)
#565E43
(86,94,67)
#484F39
(72,79,57)
#3A402F
(58,64,47)
#2C3125
(44,49,37)
#1E221B
(30,34,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #9CA975

#9CA975
(156,169,117)
#A5B081
(165,176,129)
#AEB78D
(174,183,141)
#B7BE99
(183,190,153)
#C0C5A5
(192,197,165)
#C9CCB1
(201,204,177)
#D2D3BD
(210,211,189)
#DBDAC9
(219,218,201)
#E4E1D5
(228,225,213)
#EDE8E1
(237,232,225)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA975 color. Also use rgb(156,169,117) instead hex code.

Text Font Color

.myTextColor { color: #9CA975; }

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

This text font color is #9CA975.

Background Color

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

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

This div background color is #9CA975.

Border color

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

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

This div border color is #9CA975.

Opacity

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

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

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

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

This text has shadow with #9CA975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA975.

Preview

Color preview on black background

This text has color #9CA975 on black background.


Color preview on white background

This text has color #9CA975 on white background.


Black color preview on #9CA975 background

This text has black color on #9CA975 background.


White color preview on #9CA975 background

This text has white color on #9CA975 background.


Related colors

Complementary color

Complementary color for #hex is #63568A.


I love getcolorcode.com

Triadic colors

1 #759CA9 and #A9759C with #9CA975 are triadic colors.

2 #75A99C and #A99C75 with #9CA975 are triadic colors.