COLOR #9CA66B

HEX: #9CA66B
RGB: (156,166,107)

Color info

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

RGB color model

#9CA66B color RGB value is (156,166,107).

  • red value is 156;
  • green value is 166;
  • blue value is 107.
RGB:
(156,166,107)
(61%,65%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 166 of 255 = 65%
B 107 of 255 = 42%

156
166
107

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

Portions of RGB colors in percentages

R + G + B =
156 + 166 + 107 = 429 (100%)
R 156 of 429 ~ 36.36%
G 166 of 429 ~ 38.69%
B 107 of 429 ~ 24.94%

%36.36
%38.69
%24.94

CMYK color model

#9CA66B color CMYK value is (6,0,36,35).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 34.90%
CMYK:
(6,0,36,35)
C6M0Y36K35 
(6%,0%,36%,35%)
(0.06/0.00/0.36/0.35)	

CMYK percentages

%6.02
%0
%35.54
%34.9

Codes

Color #9CA66B in popluar color models

9CA66B
RGB156166107
HSL70°24.89%53.53%
HSB/HSV70°35.54%65.10%
CMYK6.02%0.00%35.54%
34.90%

Color #9CA66B in popluar number systems.

HEX9CA66B
Decimal156166107
Binary10011100101001101101011
Octal234246153

Shades and tints

Shades of #9CA66B

#9CA66B
(156,166,107)
#8E9762
(142,151,98)
#808859
(128,136,89)
#727950
(114,121,80)
#646A47
(100,106,71)
#565B3E
(86,91,62)
#484C35
(72,76,53)
#3A3D2C
(58,61,44)
#2C2E23
(44,46,35)
#1E1F1A
(30,31,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #9CA66B

#9CA66B
(156,166,107)
#A5AE78
(165,174,120)
#AEB685
(174,182,133)
#B7BE92
(183,190,146)
#C0C69F
(192,198,159)
#C9CEAC
(201,206,172)
#D2D6B9
(210,214,185)
#DBDEC6
(219,222,198)
#E4E6D3
(228,230,211)
#EDEEE0
(237,238,224)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA66B; }

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

This text font color is #9CA66B.


Background Color

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

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

This div background color is #9CA66B.


Border color

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

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

This div border color is #9CA66B.


Opacity

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

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

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

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

This text has shadow with #9CA66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA66B on black background.


Color preview on white background

This text has color #9CA66B on white background.



Black color preview on #9CA66B background

This text has black color on #9CA66B background.


White color preview on #9CA66B background

This text has white color on #9CA66B background.