COLOR #9CA666

HEX: #9CA666 RGB: (156,166,102)

Color info

#9CA666 contains mainly red and green colors. Web safe color of #9CA666 is #999966 (or #996).

RGB color model

#9CA666 color RGB value is (156,166,102).

RGB: (156,166,102) (61%, 65%, 40%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 102 of 255 = 40%

156
166
102

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

Portions of RGB colors in percentages

R + G + B = 156 + 166 + 102 = 424 (100%)
R 156 of 424 ~ 36.79%
G 166 of 424 ~ 39.15%
B 102 of 424 ~ 24.06'%

%36.79
%39.15
%24.06

CMYK color model

#9CA666 color CMYK value is (6,0,39,35).

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

CMYK: (6,0,39,35)
C6M0Y39K35 (6%, 0%, 39%, 35%)
(0.06 / 0.00 / 0.39 / 0.35)

CMYK percentages

%6.02
%0
%38.55
%34.9

Codes

Color #9CA666 in popluar color models

9C A6 66
RGB 156 166 102
HSL 69° 26.45% 52.55%
HSB/HSV 69° 38.55% 65.10%
CMYK 6.02% 0.00% 38.55%
34.90%

Color #9CA666 in popluar number systems.

HEX 9C A6 66
Decimal 156 166 102
Binary 10011100 10100110 1100110
Octal 234 246 146

Shades and tints

Shades of #9CA666

#9CA666
(156,166,102)
#8E975D
(142,151,93)
#808854
(128,136,84)
#72794B
(114,121,75)
#646A42
(100,106,66)
#565B39
(86,91,57)
#484C30
(72,76,48)
#3A3D27
(58,61,39)
#2C2E1E
(44,46,30)
#1E1F15
(30,31,21)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #9CA666

#9CA666
(156,166,102)
#A5AE73
(165,174,115)
#AEB680
(174,182,128)
#B7BE8D
(183,190,141)
#C0C69A
(192,198,154)
#C9CEA7
(201,206,167)
#D2D6B4
(210,214,180)
#DBDEC1
(219,222,193)
#E4E6CE
(228,230,206)
#EDEEDB
(237,238,219)
#F6F6E8
(246,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA666; }

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

This text font color is #9CA666.

Background Color

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

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

This div background color is #9CA666.

Border color

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

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

This div border color is #9CA666.

Opacity

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

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

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

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

This text has shadow with #9CA666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA666.

Preview

Color preview on black background

This text has color #9CA666 on black background.


Color preview on white background

This text has color #9CA666 on white background.


Black color preview on #9CA666 background

This text has black color on #9CA666 background.


White color preview on #9CA666 background

This text has white color on #9CA666 background.


Related colors

Complementary color

Complementary color for #hex is #635999.


I love getcolorcode.com

Triadic colors

1 #669CA6 and #A6669C with #9CA666 are triadic colors.

2 #66A69C and #A69C66 with #9CA666 are triadic colors.