COLOR #969C66

HEX: #969C66
RGB: (150,156,102)

Color info

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

RGB color model

#969C66 color RGB value is (150,156,102).

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

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 102 of 255 = 40%

150
156
102

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 102 = 408 (100%)
R 150 of 408 ~ 36.76%
G 156 of 408 ~ 38.24%
B 102 of 408 ~ 25%

%36.76
%38.24
%25

CMYK color model

#969C66 color CMYK value is (4,0,35,39).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%
CMYK:
(4,0,35,39)
C4M0Y35K39 
(4%,0%,35%,39%)
(0.04/0.00/0.35/0.39)	

CMYK percentages

%3.85
%0
%34.62
%38.82

Codes

Color #969C66 in popluar color models

969C66
RGB150156102
HSL67°21.43%50.59%
HSB/HSV67°34.62%61.18%
CMYK3.85%0.00%34.62%
38.82%

Color #969C66 in popluar number systems.

HEX969C66
Decimal150156102
Binary10010110100111001100110
Octal226234146

Shades and tints

Shades of #969C66

#969C66
(150,156,102)
#898E5D
(137,142,93)
#7C8054
(124,128,84)
#6F724B
(111,114,75)
#626442
(98,100,66)
#555639
(85,86,57)
#484830
(72,72,48)
#3B3A27
(59,58,39)
#2E2C1E
(46,44,30)
#211E15
(33,30,21)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #969C66

#969C66
(150,156,102)
#9FA573
(159,165,115)
#A8AE80
(168,174,128)
#B1B78D
(177,183,141)
#BAC09A
(186,192,154)
#C3C9A7
(195,201,167)
#CCD2B4
(204,210,180)
#D5DBC1
(213,219,193)
#DEE4CE
(222,228,206)
#E7EDDB
(231,237,219)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969C66; }

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

This text font color is #969C66.


Background Color

.myBgColor { background-color: #969C66; }

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

This div background color is #969C66.


Border color

.myBorderColor { border: 1px solid #969C66; }

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

This div border color is #969C66.


Opacity

.myOpacity80 { color: #969C66; opacity: 0.8; }

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

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

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

This text has shadow with #969C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969C66 on black background.


Color preview on white background

This text has color #969C66 on white background.



Black color preview on #969C66 background

This text has black color on #969C66 background.


White color preview on #969C66 background

This text has white color on #969C66 background.