COLOR #969D9B

HEX: #969D9B
RGB: (150,157,155)

Color info

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

RGB color model

#969D9B color RGB value is (150,157,155).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 155 of 255 = 61%

150
157
155

R + G + B ~ 61%. #969D9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 155 = 462 (100%)
R 150 of 462 ~ 32.47%
G 157 of 462 ~ 33.98%
B 155 of 462 ~ 33.55%

%32.47
%33.98
%33.55

CMYK color model

#969D9B color CMYK value is (4,0,1,38).

  • cyan value is 4.46%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(4,0,1,38)
C4M0Y1K38 
(4%,0%,1%,38%)
(0.04/0.00/0.01/0.38)	

CMYK percentages

%4.46
%0
%1.27
%38.43

Codes

Color #969D9B in popluar color models

969D9B
RGB150157155
HSL163°3.45%60.20%
HSB/HSV163°4.46%61.57%
CMYK4.46%0.00%1.27%
38.43%

Color #969D9B in popluar number systems.

HEX969D9B
Decimal150157155
Binary100101101001110110011011
Octal226235233

Shades and tints

Shades of #969D9B

#969D9B
(150,157,155)
#898F8D
(137,143,141)
#7C817F
(124,129,127)
#6F7371
(111,115,113)
#626563
(98,101,99)
#555755
(85,87,85)
#484947
(72,73,71)
#3B3B39
(59,59,57)
#2E2D2B
(46,45,43)
#211F1D
(33,31,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #969D9B

#969D9B
(150,157,155)
#9FA5A4
(159,165,164)
#A8ADAD
(168,173,173)
#B1B5B6
(177,181,182)
#BABDBF
(186,189,191)
#C3C5C8
(195,197,200)
#CCCDD1
(204,205,209)
#D5D5DA
(213,213,218)
#DEDDE3
(222,221,227)
#E7E5EC
(231,229,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969D9B; }

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

This text font color is #969D9B.


Background Color

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

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

This div background color is #969D9B.


Border color

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

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

This div border color is #969D9B.


Opacity

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

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

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

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

This text has shadow with #969D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969D9B on black background.


Color preview on white background

This text has color #969D9B on white background.



Black color preview on #969D9B background

This text has black color on #969D9B background.


White color preview on #969D9B background

This text has white color on #969D9B background.