COLOR #969A6B

HEX: #969A6B
RGB: (150,154,107)

Color info

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

RGB color model

#969A6B color RGB value is (150,154,107).

  • red value is 150;
  • green value is 154;
  • blue value is 107.
RGB:
(150,154,107)
(59%,60%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 107 of 255 = 42%

150
154
107

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 107 = 411 (100%)
R 150 of 411 ~ 36.5%
G 154 of 411 ~ 37.47%
B 107 of 411 ~ 26.03%

%36.5
%37.47
%26.03

CMYK color model

#969A6B color CMYK value is (3,0,31,40).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(3,0,31,40)
C3M0Y31K40 
(3%,0%,31%,40%)
(0.03/0.00/0.31/0.40)	

CMYK percentages

%2.6
%0
%30.52
%39.61

Codes

Color #969A6B in popluar color models

969A6B
RGB150154107
HSL65°18.88%51.18%
HSB/HSV65°30.52%60.39%
CMYK2.60%0.00%30.52%
39.61%

Color #969A6B in popluar number systems.

HEX969A6B
Decimal150154107
Binary10010110100110101101011
Octal226232153

Shades and tints

Shades of #969A6B

#969A6B
(150,154,107)
#898C62
(137,140,98)
#7C7E59
(124,126,89)
#6F7050
(111,112,80)
#626247
(98,98,71)
#55543E
(85,84,62)
#484635
(72,70,53)
#3B382C
(59,56,44)
#2E2A23
(46,42,35)
#211C1A
(33,28,26)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #969A6B

#969A6B
(150,154,107)
#9FA378
(159,163,120)
#A8AC85
(168,172,133)
#B1B592
(177,181,146)
#BABE9F
(186,190,159)
#C3C7AC
(195,199,172)
#CCD0B9
(204,208,185)
#D5D9C6
(213,217,198)
#DEE2D3
(222,226,211)
#E7EBE0
(231,235,224)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969A6B color. Also use rgb(150,154,107) instead hex code.

Text Font Color

.myTextColor { color: #969A6B; }

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

This text font color is #969A6B.


Background Color

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

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

This div background color is #969A6B.


Border color

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

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

This div border color is #969A6B.


Opacity

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

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

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

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

This text has shadow with #969A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969A6B on black background.


Color preview on white background

This text has color #969A6B on white background.



Black color preview on #969A6B background

This text has black color on #969A6B background.


White color preview on #969A6B background

This text has white color on #969A6B background.