COLOR #969BAC

HEX: #969BAC
RGB: (150,155,172)

Color info

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

RGB color model

#969BAC color RGB value is (150,155,172).

  • red value is 150;
  • green value is 155;
  • blue value is 172.
RGB:
(150,155,172)
(59%,61%,67%)

RGB channels and saturation

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

150
155
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 172 = 477 (100%)
R 150 of 477 ~ 31.45%
G 155 of 477 ~ 32.49%
B 172 of 477 ~ 36.06%

%31.45
%32.49
%36.06

CMYK color model

#969BAC color CMYK value is (13,10,0,33).

  • cyan value is 12.79%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,10,0,33)
C13M10Y0K33 
(13%,10%,0%,33%)
(0.13/0.10/0.00/0.33)	

CMYK percentages

%12.79
%9.88
%0
%32.55

Codes

Color #969BAC in popluar color models

969BAC
RGB150155172
HSL226°11.70%63.14%
HSB/HSV226°12.79%67.45%
CMYK12.79%9.88%0.00%
32.55%

Color #969BAC in popluar number systems.

HEX969BAC
Decimal150155172
Binary100101101001101110101100
Octal226233254

Shades and tints

Shades of #969BAC

#969BAC
(150,155,172)
#898D9D
(137,141,157)
#7C7F8E
(124,127,142)
#6F717F
(111,113,127)
#626370
(98,99,112)
#555561
(85,85,97)
#484752
(72,71,82)
#3B3943
(59,57,67)
#2E2B34
(46,43,52)
#211D25
(33,29,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #969BAC

#969BAC
(150,155,172)
#9FA4B3
(159,164,179)
#A8ADBA
(168,173,186)
#B1B6C1
(177,182,193)
#BABFC8
(186,191,200)
#C3C8CF
(195,200,207)
#CCD1D6
(204,209,214)
#D5DADD
(213,218,221)
#DEE3E4
(222,227,228)
#E7ECEB
(231,236,235)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BAC; }

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

This text font color is #969BAC.


Background Color

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

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

This div background color is #969BAC.


Border color

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

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

This div border color is #969BAC.


Opacity

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

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

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

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

This text has shadow with #969BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BAC on black background.


Color preview on white background

This text has color #969BAC on white background.



Black color preview on #969BAC background

This text has black color on #969BAC background.


White color preview on #969BAC background

This text has white color on #969BAC background.