COLOR #969B79

HEX: #969B79
RGB: (150,155,121)

Color info

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

RGB color model

#969B79 color RGB value is (150,155,121).

  • red value is 150;
  • green value is 155;
  • blue value is 121.
RGB:
(150,155,121)
(59%,61%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 121 of 255 = 47%

150
155
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 121 = 426 (100%)
R 150 of 426 ~ 35.21%
G 155 of 426 ~ 36.38%
B 121 of 426 ~ 28.4%

%35.21
%36.38
%28.4

CMYK color model

#969B79 color CMYK value is (3,0,22,39).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 39.22%
CMYK:
(3,0,22,39)
C3M0Y22K39 
(3%,0%,22%,39%)
(0.03/0.00/0.22/0.39)	

CMYK percentages

%3.23
%0
%21.94
%39.22

Codes

Color #969B79 in popluar color models

969B79
RGB150155121
HSL69°14.53%54.12%
HSB/HSV69°21.94%60.78%
CMYK3.23%0.00%21.94%
39.22%

Color #969B79 in popluar number systems.

HEX969B79
Decimal150155121
Binary10010110100110111111001
Octal226233171

Shades and tints

Shades of #969B79

#969B79
(150,155,121)
#898D6E
(137,141,110)
#7C7F63
(124,127,99)
#6F7158
(111,113,88)
#62634D
(98,99,77)
#555542
(85,85,66)
#484737
(72,71,55)
#3B392C
(59,57,44)
#2E2B21
(46,43,33)
#211D16
(33,29,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #969B79

#969B79
(150,155,121)
#9FA485
(159,164,133)
#A8AD91
(168,173,145)
#B1B69D
(177,182,157)
#BABFA9
(186,191,169)
#C3C8B5
(195,200,181)
#CCD1C1
(204,209,193)
#D5DACD
(213,218,205)
#DEE3D9
(222,227,217)
#E7ECE5
(231,236,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969B79 color. Also use rgb(150,155,121) instead hex code.

Text Font Color

.myTextColor { color: #969B79; }

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

This text font color is #969B79.


Background Color

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

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

This div background color is #969B79.


Border color

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

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

This div border color is #969B79.


Opacity

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

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

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

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

This text has shadow with #969B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969B79 on black background.


Color preview on white background

This text has color #969B79 on white background.



Black color preview on #969B79 background

This text has black color on #969B79 background.


White color preview on #969B79 background

This text has white color on #969B79 background.