COLOR #969798

HEX: #969798 RGB: (150,151,152)

Color info

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

RGB color model

#969798 color RGB value is (150,151,152).

RGB: (150,151,152) (59%, 59%, 60%)

RGB channels and saturation

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

150
151
152

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

Portions of RGB colors in percentages

R + G + B = 150 + 151 + 152 = 453 (100%)
R 150 of 453 ~ 33.11%
G 151 of 453 ~ 33.33%
B 152 of 453 ~ 33.55'%

%33.11
%33.33
%33.55

CMYK color model

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

  • cyan value is 1.32%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (1,1,0,40)
C1M1Y0K40 (1%, 1%, 0%, 40%)
(0.01 / 0.01 / 0.00 / 0.40)

CMYK percentages

%1.32
%0.66
%0
%40.39

Codes

Color #969798 in popluar color models

96 97 98
RGB 150 151 152
HSL 210° 0.96% 59.22%
HSB/HSV 210° 1.32% 59.61%
CMYK 1.32% 0.66% 0.00%
40.39%

Color #969798 in popluar number systems.

HEX 96 97 98
Decimal 150 151 152
Binary 10010110 10010111 10011000
Octal 226 227 230

Shades and tints

Shades of #969798

#969798
(150,151,152)
#898A8B
(137,138,139)
#7C7D7E
(124,125,126)
#6F7071
(111,112,113)
#626364
(98,99,100)
#555657
(85,86,87)
#48494A
(72,73,74)
#3B3C3D
(59,60,61)
#2E2F30
(46,47,48)
#212223
(33,34,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #969798

#969798
(150,151,152)
#9FA0A1
(159,160,161)
#A8A9AA
(168,169,170)
#B1B2B3
(177,178,179)
#BABBBC
(186,187,188)
#C3C4C5
(195,196,197)
#CCCDCE
(204,205,206)
#D5D6D7
(213,214,215)
#DEDFE0
(222,223,224)
#E7E8E9
(231,232,233)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969798; }

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

This text font color is #969798.

Background Color

.myBgColor { background-color: #969798; }

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

This div background color is #969798.

Border color

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

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

This div border color is #969798.

Opacity

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

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

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

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

This text has shadow with #969798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969798.

Preview

Color preview on black background

This text has color #969798 on black background.


Color preview on white background

This text has color #969798 on white background.


Black color preview on #969798 background

This text has black color on #969798 background.


White color preview on #969798 background

This text has white color on #969798 background.


Related colors

Complementary color

Complementary color for #hex is #696867.


I love getcolorcode.com

Triadic colors

1 #989697 and #979896 with #969798 are triadic colors.

2 #989796 and #979698 with #969798 are triadic colors.