COLOR #969E98

HEX: #969E98 RGB: (150,158,152)

Color info

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

RGB color model

#969E98 color RGB value is (150,158,152).

RGB: (150,158,152) (59%, 62%, 60%)

RGB channels and saturation

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

150
158
152

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 152 = 460 (100%)
R 150 of 460 ~ 32.61%
G 158 of 460 ~ 34.35%
B 152 of 460 ~ 33.04'%

%32.61
%34.35
%33.04

CMYK color model

#969E98 color CMYK value is (5,0,4,38).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 38.04%
CMYK: (5,0,4,38) C5M0Y4K38 (5%,0%,4%,38%) (0.05/0.00/0.04/0.38) 

CMYK percentages

%5.06
%0
%3.8
%38.04

Codes

Color #969E98 in popluar color models

96 9E 98
RGB 150 158 152
HSL 135° 3.96% 60.39%
HSB/HSV 135° 5.06% 61.96%
CMYK 5.06% 0.00% 3.80%
38.04%

Color #969E98 in popluar number systems.

HEX 96 9E 98
Decimal 150 158 152
Binary 10010110 10011110 10011000
Octal 226 236 230

Shades and tints

Shades of #969E98

#969E98
(150,158,152)
#89908B
(137,144,139)
#7C827E
(124,130,126)
#6F7471
(111,116,113)
#626664
(98,102,100)
#555857
(85,88,87)
#484A4A
(72,74,74)
#3B3C3D
(59,60,61)
#2E2E30
(46,46,48)
#212023
(33,32,35)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #969E98

#969E98
(150,158,152)
#9FA6A1
(159,166,161)
#A8AEAA
(168,174,170)
#B1B6B3
(177,182,179)
#BABEBC
(186,190,188)
#C3C6C5
(195,198,197)
#CCCECE
(204,206,206)
#D5D6D7
(213,214,215)
#DEDEE0
(222,222,224)
#E7E6E9
(231,230,233)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969E98; }

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

This text font color is #969E98.

Background Color

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

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

This div background color is #969E98.

Border color

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

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

This div border color is #969E98.

Opacity

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

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

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

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

This text has shadow with #969E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969E98.

Preview

Color preview on black background

This text has color #969E98 on black background.


Color preview on white background

This text has color #969E98 on white background.


Black color preview on #969E98 background

This text has black color on #969E98 background.


White color preview on #969E98 background

This text has white color on #969E98 background.


Related colors

Complementary color

Complementary color for #hex is #696167.


I love getcolorcode.com

Triadic colors

1 #98969E and #9E9896 with #969E98 are triadic colors.

2 #989E96 and #9E9698 with #969E98 are triadic colors.