COLOR #969FA7

HEX: #969FA7
RGB: (150,159,167)

Color info

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

RGB color model

#969FA7 color RGB value is (150,159,167).

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

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 167 of 255 = 65%

150
159
167

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

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 167 = 476 (100%)
R 150 of 476 ~ 31.51%
G 159 of 476 ~ 33.4%
B 167 of 476 ~ 35.08%

%31.51
%33.4
%35.08

CMYK color model

#969FA7 color CMYK value is (10,5,0,35).

  • cyan value is 10.18%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(10,5,0,35)
C10M5Y0K35 
(10%,5%,0%,35%)
(0.10/0.05/0.00/0.35)	

CMYK percentages

%10.18
%4.79
%0
%34.51

Codes

Color #969FA7 in popluar color models

969FA7
RGB150159167
HSL208°8.81%62.16%
HSB/HSV208°10.18%65.49%
CMYK10.18%4.79%0.00%
34.51%

Color #969FA7 in popluar number systems.

HEX969FA7
Decimal150159167
Binary100101101001111110100111
Octal226237247

Shades and tints

Shades of #969FA7

#969FA7
(150,159,167)
#899198
(137,145,152)
#7C8389
(124,131,137)
#6F757A
(111,117,122)
#62676B
(98,103,107)
#55595C
(85,89,92)
#484B4D
(72,75,77)
#3B3D3E
(59,61,62)
#2E2F2F
(46,47,47)
#212120
(33,33,32)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #969FA7

#969FA7
(150,159,167)
#9FA7AF
(159,167,175)
#A8AFB7
(168,175,183)
#B1B7BF
(177,183,191)
#BABFC7
(186,191,199)
#C3C7CF
(195,199,207)
#CCCFD7
(204,207,215)
#D5D7DF
(213,215,223)
#DEDFE7
(222,223,231)
#E7E7EF
(231,231,239)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FA7; }

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

This text font color is #969FA7.


Background Color

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

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

This div background color is #969FA7.


Border color

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

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

This div border color is #969FA7.


Opacity

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

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

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

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

This text has shadow with #969FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969FA7 on black background.


Color preview on white background

This text has color #969FA7 on white background.



Black color preview on #969FA7 background

This text has black color on #969FA7 background.


White color preview on #969FA7 background

This text has white color on #969FA7 background.