COLOR #969966

HEX: #969966
RGB: (150,153,102)

Color info

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

RGB color model

#969966 color RGB value is (150,153,102).

  • red value is 150;
  • green value is 153;
  • blue value is 102.
RGB:
(150,153,102)
(59%,60%,40%)

RGB channels and saturation

R 150 of 255 = 59%
G 153 of 255 = 60%
B 102 of 255 = 40%

150
153
102

R + G + B ~ 53%. #969966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 153 + 102 = 405 (100%)
R 150 of 405 ~ 37.04%
G 153 of 405 ~ 37.78%
B 102 of 405 ~ 25.19%

%37.04
%37.78
%25.19

CMYK color model

#969966 color CMYK value is (2,0,33,40).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(2,0,33,40)
C2M0Y33K40 
(2%,0%,33%,40%)
(0.02/0.00/0.33/0.40)	

CMYK percentages

%1.96
%0
%33.33
%40

Codes

Color #969966 in popluar color models

969966
RGB150153102
HSL64°20.00%50.00%
HSB/HSV64°33.33%60.00%
CMYK1.96%0.00%33.33%
40.00%

Color #969966 in popluar number systems.

HEX969966
Decimal150153102
Binary10010110100110011100110
Octal226231146

Shades and tints

Shades of #969966

#969966
(150,153,102)
#898C5D
(137,140,93)
#7C7F54
(124,127,84)
#6F724B
(111,114,75)
#626542
(98,101,66)
#555839
(85,88,57)
#484B30
(72,75,48)
#3B3E27
(59,62,39)
#2E311E
(46,49,30)
#212415
(33,36,21)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #969966

#969966
(150,153,102)
#9FA273
(159,162,115)
#A8AB80
(168,171,128)
#B1B48D
(177,180,141)
#BABD9A
(186,189,154)
#C3C6A7
(195,198,167)
#CCCFB4
(204,207,180)
#D5D8C1
(213,216,193)
#DEE1CE
(222,225,206)
#E7EADB
(231,234,219)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969966 color. Also use rgb(150,153,102) instead hex code.

Text Font Color

.myTextColor { color: #969966; }

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

This text font color is #969966.


Background Color

.myBgColor { background-color: #969966; }

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

This div background color is #969966.


Border color

.myBorderColor { border: 1px solid #969966; }

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

This div border color is #969966.


Opacity

.myOpacity80 { color: #969966; opacity: 0.8; }

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

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

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

This text has shadow with #969966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969966 on black background.


Color preview on white background

This text has color #969966 on white background.



Black color preview on #969966 background

This text has black color on #969966 background.


White color preview on #969966 background

This text has white color on #969966 background.