COLOR #969A9D

HEX: #969A9D
RGB: (150,154,157)

Color info

#969A9D contains red, green and blue colors in about the same proportion. Web safe color of #969A9D is #999999 (or #999).

RGB color model

#969A9D color RGB value is (150,154,157).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 157 of 255 = 62%

150
154
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 157 = 461 (100%)
R 150 of 461 ~ 32.54%
G 154 of 461 ~ 33.41%
B 157 of 461 ~ 34.06%

%32.54
%33.41
%34.06

CMYK color model

#969A9D color CMYK value is (4,2,0,38).

  • cyan value is 4.46%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,2,0,38)
C4M2Y0K38 
(4%,2%,0%,38%)
(0.04/0.02/0.00/0.38)	

CMYK percentages

%4.46
%1.91
%0
%38.43

Codes

Color #969A9D in popluar color models

969A9D
RGB150154157
HSL206°3.45%60.20%
HSB/HSV206°4.46%61.57%
CMYK4.46%1.91%0.00%
38.43%

Color #969A9D in popluar number systems.

HEX969A9D
Decimal150154157
Binary100101101001101010011101
Octal226232235

Shades and tints

Shades of #969A9D

#969A9D
(150,154,157)
#898C8F
(137,140,143)
#7C7E81
(124,126,129)
#6F7073
(111,112,115)
#626265
(98,98,101)
#555457
(85,84,87)
#484649
(72,70,73)
#3B383B
(59,56,59)
#2E2A2D
(46,42,45)
#211C1F
(33,28,31)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #969A9D

#969A9D
(150,154,157)
#9FA3A5
(159,163,165)
#A8ACAD
(168,172,173)
#B1B5B5
(177,181,181)
#BABEBD
(186,190,189)
#C3C7C5
(195,199,197)
#CCD0CD
(204,208,205)
#D5D9D5
(213,217,213)
#DEE2DD
(222,226,221)
#E7EBE5
(231,235,229)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969A9D; }

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

This text font color is #969A9D.


Background Color

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

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

This div background color is #969A9D.


Border color

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

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

This div border color is #969A9D.


Opacity

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

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

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

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

This text has shadow with #969A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969A9D on black background.


Color preview on white background

This text has color #969A9D on white background.



Black color preview on #969A9D background

This text has black color on #969A9D background.


White color preview on #969A9D background

This text has white color on #969A9D background.