COLOR #969FAD

HEX: #969FAD
RGB: (150,159,173)

Color info

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

RGB color model

#969FAD color RGB value is (150,159,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 173 of 255 = 68%

150
159
173

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

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 173 = 482 (100%)
R 150 of 482 ~ 31.12%
G 159 of 482 ~ 32.99%
B 173 of 482 ~ 35.89%

%31.12
%32.99
%35.89

CMYK color model

#969FAD color CMYK value is (13,8,0,32).

  • cyan value is 13.29%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,8,0,32)
C13M8Y0K32 
(13%,8%,0%,32%)
(0.13/0.08/0.00/0.32)	

CMYK percentages

%13.29
%8.09
%0
%32.16

Codes

Color #969FAD in popluar color models

969FAD
RGB150159173
HSL217°12.30%63.33%
HSB/HSV217°13.29%67.84%
CMYK13.29%8.09%0.00%
32.16%

Color #969FAD in popluar number systems.

HEX969FAD
Decimal150159173
Binary100101101001111110101101
Octal226237255

Shades and tints

Shades of #969FAD

#969FAD
(150,159,173)
#89919E
(137,145,158)
#7C838F
(124,131,143)
#6F7580
(111,117,128)
#626771
(98,103,113)
#555962
(85,89,98)
#484B53
(72,75,83)
#3B3D44
(59,61,68)
#2E2F35
(46,47,53)
#212126
(33,33,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #969FAD

#969FAD
(150,159,173)
#9FA7B4
(159,167,180)
#A8AFBB
(168,175,187)
#B1B7C2
(177,183,194)
#BABFC9
(186,191,201)
#C3C7D0
(195,199,208)
#CCCFD7
(204,207,215)
#D5D7DE
(213,215,222)
#DEDFE5
(222,223,229)
#E7E7EC
(231,231,236)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FAD; }

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

This text font color is #969FAD.


Background Color

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

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

This div background color is #969FAD.


Border color

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

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

This div border color is #969FAD.


Opacity

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

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

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

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

This text has shadow with #969FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969FAD on black background.


Color preview on white background

This text has color #969FAD on white background.



Black color preview on #969FAD background

This text has black color on #969FAD background.


White color preview on #969FAD background

This text has white color on #969FAD background.