COLOR #9CA683

HEX: #9CA683 RGB: (156,166,131)

Color info

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

RGB color model

#9CA683 color RGB value is (156,166,131).

RGB: (156,166,131) (61%, 65%, 51%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 131 of 255 = 51%

156
166
131

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

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 131 = 453 (100%)
R 156 of 453 ~ 34.44%
G 166 of 453 ~ 36.64%
B 131 of 453 ~ 28.92'%

%34.44
%36.64
%28.92

CMYK color model

#9CA683 color CMYK value is (6,0,21,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (6,0,21,35)
C6M0Y21K35 (6%, 0%, 21%, 35%)
(0.06 / 0.00 / 0.21 / 0.35)

CMYK percentages

%6.02
%0
%21.08
%34.9

Codes

Color #9CA683 in popluar color models

9C A6 83
RGB 156 166 131
HSL 77° 16.43% 58.24%
HSB/HSV 77° 21.08% 65.10%
CMYK 6.02% 0.00% 21.08%
34.90%

Color #9CA683 in popluar number systems.

HEX 9C A6 83
Decimal 156 166 131
Binary 10011100 10100110 10000011
Octal 234 246 203

Shades and tints

Shades of #9CA683

#9CA683
(156,166,131)
#8E9778
(142,151,120)
#80886D
(128,136,109)
#727962
(114,121,98)
#646A57
(100,106,87)
#565B4C
(86,91,76)
#484C41
(72,76,65)
#3A3D36
(58,61,54)
#2C2E2B
(44,46,43)
#1E1F20
(30,31,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #9CA683

#9CA683
(156,166,131)
#A5AE8E
(165,174,142)
#AEB699
(174,182,153)
#B7BEA4
(183,190,164)
#C0C6AF
(192,198,175)
#C9CEBA
(201,206,186)
#D2D6C5
(210,214,197)
#DBDED0
(219,222,208)
#E4E6DB
(228,230,219)
#EDEEE6
(237,238,230)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA683 color. Also use rgb(156,166,131) instead hex code.

Text Font Color

.myTextColor { color: #9CA683; }

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

This text font color is #9CA683.

Background Color

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

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

This div background color is #9CA683.

Border color

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

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

This div border color is #9CA683.

Opacity

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

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

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

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

This text has shadow with #9CA683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA683.

Preview

Color preview on black background

This text has color #9CA683 on black background.


Color preview on white background

This text has color #9CA683 on white background.


Black color preview on #9CA683 background

This text has black color on #9CA683 background.


White color preview on #9CA683 background

This text has white color on #9CA683 background.


Related colors

Complementary color

Complementary color for #hex is #63597C.


I love getcolorcode.com

Triadic colors

1 #839CA6 and #A6839C with #9CA683 are triadic colors.

2 #83A69C and #A69C83 with #9CA683 are triadic colors.