COLOR #969A6D

HEX: #969A6D
RGB: (150,154,109)

Color info

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

RGB color model

#969A6D color RGB value is (150,154,109).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 109 of 255 = 43%

150
154
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 109 = 413 (100%)
R 150 of 413 ~ 36.32%
G 154 of 413 ~ 37.29%
B 109 of 413 ~ 26.39%

%36.32
%37.29
%26.39

CMYK color model

#969A6D color CMYK value is (3,0,29,40).

  • cyan value is 2.60%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 39.61%
CMYK:
(3,0,29,40)
C3M0Y29K40 
(3%,0%,29%,40%)
(0.03/0.00/0.29/0.40)	

CMYK percentages

%2.6
%0
%29.22
%39.61

Codes

Color #969A6D in popluar color models

969A6D
RGB150154109
HSL65°18.22%51.57%
HSB/HSV65°29.22%60.39%
CMYK2.60%0.00%29.22%
39.61%

Color #969A6D in popluar number systems.

HEX969A6D
Decimal150154109
Binary10010110100110101101101
Octal226232155

Shades and tints

Shades of #969A6D

#969A6D
(150,154,109)
#898C64
(137,140,100)
#7C7E5B
(124,126,91)
#6F7052
(111,112,82)
#626249
(98,98,73)
#555440
(85,84,64)
#484637
(72,70,55)
#3B382E
(59,56,46)
#2E2A25
(46,42,37)
#211C1C
(33,28,28)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #969A6D

#969A6D
(150,154,109)
#9FA37A
(159,163,122)
#A8AC87
(168,172,135)
#B1B594
(177,181,148)
#BABEA1
(186,190,161)
#C3C7AE
(195,199,174)
#CCD0BB
(204,208,187)
#D5D9C8
(213,217,200)
#DEE2D5
(222,226,213)
#E7EBE2
(231,235,226)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969A6D; }

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

This text font color is #969A6D.


Background Color

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

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

This div background color is #969A6D.


Border color

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

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

This div border color is #969A6D.


Opacity

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

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

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

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

This text has shadow with #969A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969A6D on black background.


Color preview on white background

This text has color #969A6D on white background.



Black color preview on #969A6D background

This text has black color on #969A6D background.


White color preview on #969A6D background

This text has white color on #969A6D background.