COLOR #969898

HEX: #969898
RGB: (150,152,152)

Color info

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

RGB color model

#969898 color RGB value is (150,152,152).

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

RGB channels and saturation

R 150 of 255 = 59%
G 152 of 255 = 60%
B 152 of 255 = 60%

150
152
152

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

Portions of RGB colors in percentages

R + G + B =
150 + 152 + 152 = 454 (100%)
R 150 of 454 ~ 33.04%
G 152 of 454 ~ 33.48%
B 152 of 454 ~ 33.48%

%33.04
%33.48
%33.48

CMYK color model

#969898 color CMYK value is (1,0,0,40).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(1,0,0,40)
C1M0Y0K40 
(1%,0%,0%,40%)
(0.01/0.00/0.00/0.40)	

CMYK percentages

%1.32
%0
%0
%40.39

Codes

Color #969898 in popluar color models

969898
RGB150152152
HSL180°0.96%59.22%
HSB/HSV180°1.32%59.61%
CMYK1.32%0.00%0.00%
40.39%

Color #969898 in popluar number systems.

HEX969898
Decimal150152152
Binary100101101001100010011000
Octal226230230

Shades and tints

Shades of #969898

#969898
(150,152,152)
#898B8B
(137,139,139)
#7C7E7E
(124,126,126)
#6F7171
(111,113,113)
#626464
(98,100,100)
#555757
(85,87,87)
#484A4A
(72,74,74)
#3B3D3D
(59,61,61)
#2E3030
(46,48,48)
#212323
(33,35,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #969898

#969898
(150,152,152)
#9FA1A1
(159,161,161)
#A8AAAA
(168,170,170)
#B1B3B3
(177,179,179)
#BABCBC
(186,188,188)
#C3C5C5
(195,197,197)
#CCCECE
(204,206,206)
#D5D7D7
(213,215,215)
#DEE0E0
(222,224,224)
#E7E9E9
(231,233,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969898 color. Also use rgb(150,152,152) instead hex code.

Text Font Color

.myTextColor { color: #969898; }

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

This text font color is #969898.


Background Color

.myBgColor { background-color: #969898; }

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

This div background color is #969898.


Border color

.myBorderColor { border: 1px solid #969898; }

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

This div border color is #969898.


Opacity

.myOpacity80 { color: #969898; opacity: 0.8; }

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

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

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

This text has shadow with #969898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969898 on black background.


Color preview on white background

This text has color #969898 on white background.



Black color preview on #969898 background

This text has black color on #969898 background.


White color preview on #969898 background

This text has white color on #969898 background.