COLOR #969766

HEX: #969766
RGB: (150,151,102)

Color info

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

RGB color model

#969766 color RGB value is (150,151,102).

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

RGB channels and saturation

R 150 of 255 = 59%
G 151 of 255 = 59%
B 102 of 255 = 40%

150
151
102

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

Portions of RGB colors in percentages

R + G + B =
150 + 151 + 102 = 403 (100%)
R 150 of 403 ~ 37.22%
G 151 of 403 ~ 37.47%
B 102 of 403 ~ 25.31%

%37.22
%37.47
%25.31

CMYK color model

#969766 color CMYK value is (1,0,32,41).

  • cyan value is 0.66%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 40.78%
CMYK:
(1,0,32,41)
C1M0Y32K41 
(1%,0%,32%,41%)
(0.01/0.00/0.32/0.41)	

CMYK percentages

%0.66
%0
%32.45
%40.78

Codes

Color #969766 in popluar color models

969766
RGB150151102
HSL61°19.37%49.61%
HSB/HSV61°32.45%59.22%
CMYK0.66%0.00%32.45%
40.78%

Color #969766 in popluar number systems.

HEX969766
Decimal150151102
Binary10010110100101111100110
Octal226227146

Shades and tints

Shades of #969766

#969766
(150,151,102)
#898A5D
(137,138,93)
#7C7D54
(124,125,84)
#6F704B
(111,112,75)
#626342
(98,99,66)
#555639
(85,86,57)
#484930
(72,73,48)
#3B3C27
(59,60,39)
#2E2F1E
(46,47,30)
#212215
(33,34,21)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #969766

#969766
(150,151,102)
#9FA073
(159,160,115)
#A8A980
(168,169,128)
#B1B28D
(177,178,141)
#BABB9A
(186,187,154)
#C3C4A7
(195,196,167)
#CCCDB4
(204,205,180)
#D5D6C1
(213,214,193)
#DEDFCE
(222,223,206)
#E7E8DB
(231,232,219)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969766; }

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

This text font color is #969766.


Background Color

.myBgColor { background-color: #969766; }

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

This div background color is #969766.


Border color

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

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

This div border color is #969766.


Opacity

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

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

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

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

This text has shadow with #969766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969766 on black background.


Color preview on white background

This text has color #969766 on white background.



Black color preview on #969766 background

This text has black color on #969766 background.


White color preview on #969766 background

This text has white color on #969766 background.