COLOR #969A9E

HEX: #969A9E RGB: (150,154,158)

Color info

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

RGB color model

#969A9E color RGB value is (150,154,158).

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

RGB channels and saturation

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

150
154
158

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

Portions of RGB colors in percentages

R + G + B = 150 + 154 + 158 = 462 (100%)
R 150 of 462 ~ 32.47%
G 154 of 462 ~ 33.33%
B 158 of 462 ~ 34.2'%

%32.47
%33.33
%34.2

CMYK color model

#969A9E color CMYK value is (5,3,0,38).

  • cyan value is 5.06%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (5,3,0,38)
C5M3Y0K38 (5%, 3%, 0%, 38%)
(0.05 / 0.03 / 0.00 / 0.38)

CMYK percentages

%5.06
%2.53
%0
%38.04

Codes

Color #969A9E in popluar color models

96 9A 9E
RGB 150 154 158
HSL 210° 3.96% 60.39%
HSB/HSV 210° 5.06% 61.96%
CMYK 5.06% 2.53% 0.00%
38.04%

Color #969A9E in popluar number systems.

HEX 96 9A 9E
Decimal 150 154 158
Binary 10010110 10011010 10011110
Octal 226 232 236

Shades and tints

Shades of #969A9E

#969A9E
(150,154,158)
#898C90
(137,140,144)
#7C7E82
(124,126,130)
#6F7074
(111,112,116)
#626266
(98,98,102)
#555458
(85,84,88)
#48464A
(72,70,74)
#3B383C
(59,56,60)
#2E2A2E
(46,42,46)
#211C20
(33,28,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #969A9E

#969A9E
(150,154,158)
#9FA3A6
(159,163,166)
#A8ACAE
(168,172,174)
#B1B5B6
(177,181,182)
#BABEBE
(186,190,190)
#C3C7C6
(195,199,198)
#CCD0CE
(204,208,206)
#D5D9D6
(213,217,214)
#DEE2DE
(222,226,222)
#E7EBE6
(231,235,230)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969A9E; }

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

This text font color is #969A9E.

Background Color

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

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

This div background color is #969A9E.

Border color

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

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

This div border color is #969A9E.

Opacity

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

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

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

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

This text has shadow with #969A9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969A9E.

Preview

Color preview on black background

This text has color #969A9E on black background.


Color preview on white background

This text has color #969A9E on white background.


Black color preview on #969A9E background

This text has black color on #969A9E background.


White color preview on #969A9E background

This text has white color on #969A9E background.


Related colors

Complementary color

Complementary color for #hex is #696561.


I love getcolorcode.com

Triadic colors

1 #9E969A and #9A9E96 with #969A9E are triadic colors.

2 #9E9A96 and #9A969E with #969A9E are triadic colors.