COLOR #969B7C

HEX: #969B7C RGB: (150,155,124)

Color info

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

RGB color model

#969B7C color RGB value is (150,155,124).

RGB: (150,155,124) (59%, 61%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 124 of 255 = 49%

150
155
124

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 124 = 429 (100%)
R 150 of 429 ~ 34.97%
G 155 of 429 ~ 36.13%
B 124 of 429 ~ 28.9'%

%34.97
%36.13
%28.9

CMYK color model

#969B7C color CMYK value is (3,0,20,39).

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

CMYK: (3,0,20,39)
C3M0Y20K39 (3%, 0%, 20%, 39%)
(0.03 / 0.00 / 0.20 / 0.39)

CMYK percentages

%3.23
%0
%20
%39.22

Codes

Color #969B7C in popluar color models

96 9B 7C
RGB 150 155 124
HSL 70° 13.42% 54.71%
HSB/HSV 70° 20.00% 60.78%
CMYK 3.23% 0.00% 20.00%
39.22%

Color #969B7C in popluar number systems.

HEX 96 9B 7C
Decimal 150 155 124
Binary 10010110 10011011 1111100
Octal 226 233 174

Shades and tints

Shades of #969B7C

#969B7C
(150,155,124)
#898D71
(137,141,113)
#7C7F66
(124,127,102)
#6F715B
(111,113,91)
#626350
(98,99,80)
#555545
(85,85,69)
#48473A
(72,71,58)
#3B392F
(59,57,47)
#2E2B24
(46,43,36)
#211D19
(33,29,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #969B7C

#969B7C
(150,155,124)
#9FA487
(159,164,135)
#A8AD92
(168,173,146)
#B1B69D
(177,182,157)
#BABFA8
(186,191,168)
#C3C8B3
(195,200,179)
#CCD1BE
(204,209,190)
#D5DAC9
(213,218,201)
#DEE3D4
(222,227,212)
#E7ECDF
(231,236,223)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969B7C; }

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

This text font color is #969B7C.

Background Color

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

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

This div background color is #969B7C.

Border color

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

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

This div border color is #969B7C.

Opacity

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

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

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

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

This text has shadow with #969B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969B7C.

Preview

Color preview on black background

This text has color #969B7C on black background.


Color preview on white background

This text has color #969B7C on white background.


Black color preview on #969B7C background

This text has black color on #969B7C background.


White color preview on #969B7C background

This text has white color on #969B7C background.


Related colors

Complementary color

Complementary color for #hex is #696483.


I love getcolorcode.com

Triadic colors

1 #7C969B and #9B7C96 with #969B7C are triadic colors.

2 #7C9B96 and #9B967C with #969B7C are triadic colors.