COLOR #969B7B

HEX: #969B7B RGB: (150,155,123)

Color info

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

RGB color model

#969B7B color RGB value is (150,155,123).

RGB: (150,155,123) (59%, 61%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 123 of 255 = 48%

150
155
123

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 123 = 428 (100%)
R 150 of 428 ~ 35.05%
G 155 of 428 ~ 36.21%
B 123 of 428 ~ 28.74'%

%35.05
%36.21
%28.74

CMYK color model

#969B7B color CMYK value is (3,0,21,39).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 39.22%

CMYK: (3,0,21,39)
C3M0Y21K39 (3%, 0%, 21%, 39%)
(0.03 / 0.00 / 0.21 / 0.39)

CMYK percentages

%3.23
%0
%20.65
%39.22

Codes

Color #969B7B in popluar color models

96 9B 7B
RGB 150 155 123
HSL 69° 13.79% 54.51%
HSB/HSV 69° 20.65% 60.78%
CMYK 3.23% 0.00% 20.65%
39.22%

Color #969B7B in popluar number systems.

HEX 96 9B 7B
Decimal 150 155 123
Binary 10010110 10011011 1111011
Octal 226 233 173

Shades and tints

Shades of #969B7B

#969B7B
(150,155,123)
#898D70
(137,141,112)
#7C7F65
(124,127,101)
#6F715A
(111,113,90)
#62634F
(98,99,79)
#555544
(85,85,68)
#484739
(72,71,57)
#3B392E
(59,57,46)
#2E2B23
(46,43,35)
#211D18
(33,29,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #969B7B

#969B7B
(150,155,123)
#9FA487
(159,164,135)
#A8AD93
(168,173,147)
#B1B69F
(177,182,159)
#BABFAB
(186,191,171)
#C3C8B7
(195,200,183)
#CCD1C3
(204,209,195)
#D5DACF
(213,218,207)
#DEE3DB
(222,227,219)
#E7ECE7
(231,236,231)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969B7B; }

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

This text font color is #969B7B.

Background Color

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

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

This div background color is #969B7B.

Border color

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

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

This div border color is #969B7B.

Opacity

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

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

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

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

This text has shadow with #969B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969B7B.

Preview

Color preview on black background

This text has color #969B7B on black background.


Color preview on white background

This text has color #969B7B on white background.


Black color preview on #969B7B background

This text has black color on #969B7B background.


White color preview on #969B7B background

This text has white color on #969B7B background.


Related colors

Complementary color

Complementary color for #hex is #696484.


I love getcolorcode.com

Triadic colors

1 #7B969B and #9B7B96 with #969B7B are triadic colors.

2 #7B9B96 and #9B967B with #969B7B are triadic colors.