COLOR #9A966B

HEX: #9A966B
RGB: (154,150,107)

Color info

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

RGB color model

#9A966B color RGB value is (154,150,107).

  • red value is 154;
  • green value is 150;
  • blue value is 107.
RGB:
(154,150,107)
(60%,59%,42%)

RGB channels and saturation

R 154 of 255 = 60%
G 150 of 255 = 59%
B 107 of 255 = 42%

154
150
107

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

Portions of RGB colors in percentages

R + G + B =
154 + 150 + 107 = 411 (100%)
R 154 of 411 ~ 37.47%
G 150 of 411 ~ 36.5%
B 107 of 411 ~ 26.03%

%37.47
%36.5
%26.03

CMYK color model

#9A966B color CMYK value is (0,3,31,40).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(0,3,31,40)
C0M3Y31K40 
(0%,3%,31%,40%)
(0.00/0.03/0.31/0.40)	

CMYK percentages

%0
%2.6
%30.52
%39.61

Codes

Color #9A966B in popluar color models

9A966B
RGB154150107
HSL55°18.88%51.18%
HSB/HSV55°30.52%60.39%
CMYK0.00%2.60%30.52%
39.61%

Color #9A966B in popluar number systems.

HEX9A966B
Decimal154150107
Binary10011010100101101101011
Octal232226153

Shades and tints

Shades of #9A966B

#9A966B
(154,150,107)
#8C8962
(140,137,98)
#7E7C59
(126,124,89)
#706F50
(112,111,80)
#626247
(98,98,71)
#54553E
(84,85,62)
#464835
(70,72,53)
#383B2C
(56,59,44)
#2A2E23
(42,46,35)
#1C211A
(28,33,26)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #9A966B

#9A966B
(154,150,107)
#A39F78
(163,159,120)
#ACA885
(172,168,133)
#B5B192
(181,177,146)
#BEBA9F
(190,186,159)
#C7C3AC
(199,195,172)
#D0CCB9
(208,204,185)
#D9D5C6
(217,213,198)
#E2DED3
(226,222,211)
#EBE7E0
(235,231,224)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A966B color. Also use rgb(154,150,107) instead hex code.

Text Font Color

.myTextColor { color: #9A966B; }

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

This text font color is #9A966B.


Background Color

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

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

This div background color is #9A966B.


Border color

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

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

This div border color is #9A966B.


Opacity

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

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

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

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

This text has shadow with #9A966B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A966B on black background.


Color preview on white background

This text has color #9A966B on white background.



Black color preview on #9A966B background

This text has black color on #9A966B background.


White color preview on #9A966B background

This text has white color on #9A966B background.