COLOR #969DA7

HEX: #969DA7
RGB: (150,157,167)

Color info

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

RGB color model

#969DA7 color RGB value is (150,157,167).

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

RGB channels and saturation

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

150
157
167

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

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 167 = 474 (100%)
R 150 of 474 ~ 31.65%
G 157 of 474 ~ 33.12%
B 167 of 474 ~ 35.23%

%31.65
%33.12
%35.23

CMYK color model

#969DA7 color CMYK value is (10,6,0,35).

  • cyan value is 10.18%
  • magenta value is 5.99%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (10,6,0,35) C10M6Y0K35 (10%,6%,0%,35%) (0.10/0.06/0.00/0.35)

CMYK percentages

%10.18
%5.99
%0
%34.51

Codes

Color #969DA7 in popluar color models

969DA7
RGB150157167
HSL215°8.81%62.16%
HSB/HSV215°10.18%65.49%
CMYK10.18%5.99%0.00%
34.51%

Color #969DA7 in popluar number systems.

HEX969DA7
Decimal150157167
Binary100101101001110110100111
Octal226235247

Shades and tints

Shades of #969DA7

#969DA7
(150,157,167)
#898F98
(137,143,152)
#7C8189
(124,129,137)
#6F737A
(111,115,122)
#62656B
(98,101,107)
#55575C
(85,87,92)
#48494D
(72,73,77)
#3B3B3E
(59,59,62)
#2E2D2F
(46,45,47)
#211F20
(33,31,32)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #969DA7

#969DA7
(150,157,167)
#9FA5AF
(159,165,175)
#A8ADB7
(168,173,183)
#B1B5BF
(177,181,191)
#BABDC7
(186,189,199)
#C3C5CF
(195,197,207)
#CCCDD7
(204,205,215)
#D5D5DF
(213,213,223)
#DEDDE7
(222,221,231)
#E7E5EF
(231,229,239)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DA7; }

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

This text font color is #969DA7.


Background Color

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

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

This div background color is #969DA7.


Border color

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

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

This div border color is #969DA7.


Opacity

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

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

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

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

This text has shadow with #969DA7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969DA7 on black background.


Color preview on white background

This text has color #969DA7 on white background.



Black color preview on #969DA7 background

This text has black color on #969DA7 background.


White color preview on #969DA7 background

This text has white color on #969DA7 background.