COLOR #969BA0

HEX: #969BA0 RGB: (150,155,160)

Color info

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

RGB color model

#969BA0 color RGB value is (150,155,160).

RGB: (150,155,160) (59%, 61%, 63%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 160 of 255 = 63%

150
155
160

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 160 = 465 (100%)
R 150 of 465 ~ 32.26%
G 155 of 465 ~ 33.33%
B 160 of 465 ~ 34.41'%

%32.26
%33.33
%34.41

CMYK color model

#969BA0 color CMYK value is (6,3,0,37).

  • cyan value is 6.25%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (6,3,0,37) C6M3Y0K37 (6%,3%,0%,37%) (0.06/0.03/0.00/0.37) 

CMYK percentages

%6.25
%3.13
%0
%37.25

Codes

Color #969BA0 in popluar color models

96 9B A0
RGB 150 155 160
HSL 210° 5.00% 60.78%
HSB/HSV 210° 6.25% 62.75%
CMYK 6.25% 3.13% 0.00%
37.25%

Color #969BA0 in popluar number systems.

HEX 96 9B A0
Decimal 150 155 160
Binary 10010110 10011011 10100000
Octal 226 233 240

Shades and tints

Shades of #969BA0

#969BA0
(150,155,160)
#898D92
(137,141,146)
#7C7F84
(124,127,132)
#6F7176
(111,113,118)
#626368
(98,99,104)
#55555A
(85,85,90)
#48474C
(72,71,76)
#3B393E
(59,57,62)
#2E2B30
(46,43,48)
#211D22
(33,29,34)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #969BA0

#969BA0
(150,155,160)
#9FA4A8
(159,164,168)
#A8ADB0
(168,173,176)
#B1B6B8
(177,182,184)
#BABFC0
(186,191,192)
#C3C8C8
(195,200,200)
#CCD1D0
(204,209,208)
#D5DAD8
(213,218,216)
#DEE3E0
(222,227,224)
#E7ECE8
(231,236,232)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BA0; }

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

This text font color is #969BA0.

Background Color

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

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

This div background color is #969BA0.

Border color

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

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

This div border color is #969BA0.

Opacity

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

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

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

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

This text has shadow with #969BA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969BA0.

Preview

Color preview on black background

This text has color #969BA0 on black background.


Color preview on white background

This text has color #969BA0 on white background.


Black color preview on #969BA0 background

This text has black color on #969BA0 background.


White color preview on #969BA0 background

This text has white color on #969BA0 background.


Related colors

Complementary color

Complementary color for #hex is #69645F.


I love getcolorcode.com

Triadic colors

1 #A0969B and #9BA096 with #969BA0 are triadic colors.

2 #A09B96 and #9B96A0 with #969BA0 are triadic colors.