COLOR #969B9E

HEX: #969B9E RGB: (150,155,158)

Color info

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

RGB color model

#969B9E color RGB value is (150,155,158).

RGB: (150,155,158) (59%, 61%, 62%)

RGB channels and saturation

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

150
155
158

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 158 = 463 (100%)
R 150 of 463 ~ 32.4%
G 155 of 463 ~ 33.48%
B 158 of 463 ~ 34.13'%

%32.4
%33.48
%34.13

CMYK color model

#969B9E color CMYK value is (5,2,0,38).

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

CMYK: (5,2,0,38)
C5M2Y0K38 (5%, 2%, 0%, 38%)
(0.05 / 0.02 / 0.00 / 0.38)

CMYK percentages

%5.06
%1.9
%0
%38.04

Codes

Color #969B9E in popluar color models

96 9B 9E
RGB 150 155 158
HSL 203° 3.96% 60.39%
HSB/HSV 203° 5.06% 61.96%
CMYK 5.06% 1.90% 0.00%
38.04%

Color #969B9E in popluar number systems.

HEX 96 9B 9E
Decimal 150 155 158
Binary 10010110 10011011 10011110
Octal 226 233 236

Shades and tints

Shades of #969B9E

#969B9E
(150,155,158)
#898D90
(137,141,144)
#7C7F82
(124,127,130)
#6F7174
(111,113,116)
#626366
(98,99,102)
#555558
(85,85,88)
#48474A
(72,71,74)
#3B393C
(59,57,60)
#2E2B2E
(46,43,46)
#211D20
(33,29,32)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #969B9E

#969B9E
(150,155,158)
#9FA4A6
(159,164,166)
#A8ADAE
(168,173,174)
#B1B6B6
(177,182,182)
#BABFBE
(186,191,190)
#C3C8C6
(195,200,198)
#CCD1CE
(204,209,206)
#D5DAD6
(213,218,214)
#DEE3DE
(222,227,222)
#E7ECE6
(231,236,230)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969B9E; }

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

This text font color is #969B9E.

Background Color

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

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

This div background color is #969B9E.

Border color

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

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

This div border color is #969B9E.

Opacity

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

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

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

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

This text has shadow with #969B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969B9E.

Preview

Color preview on black background

This text has color #969B9E on black background.


Color preview on white background

This text has color #969B9E on white background.


Black color preview on #969B9E background

This text has black color on #969B9E background.


White color preview on #969B9E background

This text has white color on #969B9E background.


Related colors

Complementary color

Complementary color for #hex is #696461.


I love getcolorcode.com

Triadic colors

1 #9E969B and #9B9E96 with #969B9E are triadic colors.

2 #9E9B96 and #9B969E with #969B9E are triadic colors.