COLOR #969BAB

HEX: #969BAB RGB: (150,155,171)

Color info

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

RGB color model

#969BAB color RGB value is (150,155,171).

RGB: (150,155,171) (59%, 61%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 171 of 255 = 67%

150
155
171

R + G + B ~ 62%. #969BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 171 = 476 (100%)
R 150 of 476 ~ 31.51%
G 155 of 476 ~ 32.56%
B 171 of 476 ~ 35.92'%

%31.51
%32.56
%35.92

CMYK color model

#969BAB color CMYK value is (12,9,0,33).

  • cyan value is 12.28%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,9,0,33)
C12M9Y0K33 (12%, 9%, 0%, 33%)
(0.12 / 0.09 / 0.00 / 0.33)

CMYK percentages

%12.28
%9.36
%0
%32.94

Codes

Color #969BAB in popluar color models

96 9B AB
RGB 150 155 171
HSL 226° 11.11% 62.94%
HSB/HSV 226° 12.28% 67.06%
CMYK 12.28% 9.36% 0.00%
32.94%

Color #969BAB in popluar number systems.

HEX 96 9B AB
Decimal 150 155 171
Binary 10010110 10011011 10101011
Octal 226 233 253

Shades and tints

Shades of #969BAB

#969BAB
(150,155,171)
#898D9C
(137,141,156)
#7C7F8D
(124,127,141)
#6F717E
(111,113,126)
#62636F
(98,99,111)
#555560
(85,85,96)
#484751
(72,71,81)
#3B3942
(59,57,66)
#2E2B33
(46,43,51)
#211D24
(33,29,36)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #969BAB

#969BAB
(150,155,171)
#9FA4B2
(159,164,178)
#A8ADB9
(168,173,185)
#B1B6C0
(177,182,192)
#BABFC7
(186,191,199)
#C3C8CE
(195,200,206)
#CCD1D5
(204,209,213)
#D5DADC
(213,218,220)
#DEE3E3
(222,227,227)
#E7ECEA
(231,236,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BAB; }

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

This text font color is #969BAB.

Background Color

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

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

This div background color is #969BAB.

Border color

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

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

This div border color is #969BAB.

Opacity

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

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

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

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

This text has shadow with #969BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969BAB.

Preview

Color preview on black background

This text has color #969BAB on black background.


Color preview on white background

This text has color #969BAB on white background.


Black color preview on #969BAB background

This text has black color on #969BAB background.


White color preview on #969BAB background

This text has white color on #969BAB background.


Related colors

Complementary color

Complementary color for #hex is #696454.


I love getcolorcode.com

Triadic colors

1 #AB969B and #9BAB96 with #969BAB are triadic colors.

2 #AB9B96 and #9B96AB with #969BAB are triadic colors.