COLOR #969FAC

HEX: #969FAC
RGB: (150,159,172)

Color info

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

RGB color model

#969FAC color RGB value is (150,159,172).

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

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 172 of 255 = 67%

150
159
172

R + G + B ~ 63%. #969FAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 172 = 481 (100%)
R 150 of 481 ~ 31.19%
G 159 of 481 ~ 33.06%
B 172 of 481 ~ 35.76%

%31.19
%33.06
%35.76

CMYK color model

#969FAC color CMYK value is (13,8,0,33).

  • cyan value is 12.79%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,8,0,33)
C13M8Y0K33 
(13%,8%,0%,33%)
(0.13/0.08/0.00/0.33)	

CMYK percentages

%12.79
%7.56
%0
%32.55

Codes

Color #969FAC in popluar color models

969FAC
RGB150159172
HSL215°11.70%63.14%
HSB/HSV215°12.79%67.45%
CMYK12.79%7.56%0.00%
32.55%

Color #969FAC in popluar number systems.

HEX969FAC
Decimal150159172
Binary100101101001111110101100
Octal226237254

Shades and tints

Shades of #969FAC

#969FAC
(150,159,172)
#89919D
(137,145,157)
#7C838E
(124,131,142)
#6F757F
(111,117,127)
#626770
(98,103,112)
#555961
(85,89,97)
#484B52
(72,75,82)
#3B3D43
(59,61,67)
#2E2F34
(46,47,52)
#212125
(33,33,37)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #969FAC

#969FAC
(150,159,172)
#9FA7B3
(159,167,179)
#A8AFBA
(168,175,186)
#B1B7C1
(177,183,193)
#BABFC8
(186,191,200)
#C3C7CF
(195,199,207)
#CCCFD6
(204,207,214)
#D5D7DD
(213,215,221)
#DEDFE4
(222,223,228)
#E7E7EB
(231,231,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FAC; }

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

This text font color is #969FAC.


Background Color

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

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

This div background color is #969FAC.


Border color

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

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

This div border color is #969FAC.


Opacity

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

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

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

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

This text has shadow with #969FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969FAC on black background.


Color preview on white background

This text has color #969FAC on white background.



Black color preview on #969FAC background

This text has black color on #969FAC background.


White color preview on #969FAC background

This text has white color on #969FAC background.