COLOR #969AA7

HEX: #969AA7
RGB: (150,154,167)

Color info

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

RGB color model

#969AA7 color RGB value is (150,154,167).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 167 of 255 = 65%

150
154
167

R + G + B ~ 61%. #969AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 167 = 471 (100%)
R 150 of 471 ~ 31.85%
G 154 of 471 ~ 32.7%
B 167 of 471 ~ 35.46%

%31.85
%32.7
%35.46

CMYK color model

#969AA7 color CMYK value is (10,8,0,35).

  • cyan value is 10.18%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(10,8,0,35)
C10M8Y0K35 
(10%,8%,0%,35%)
(0.10/0.08/0.00/0.35)	

CMYK percentages

%10.18
%7.78
%0
%34.51

Codes

Color #969AA7 in popluar color models

969AA7
RGB150154167
HSL226°8.81%62.16%
HSB/HSV226°10.18%65.49%
CMYK10.18%7.78%0.00%
34.51%

Color #969AA7 in popluar number systems.

HEX969AA7
Decimal150154167
Binary100101101001101010100111
Octal226232247

Shades and tints

Shades of #969AA7

#969AA7
(150,154,167)
#898C98
(137,140,152)
#7C7E89
(124,126,137)
#6F707A
(111,112,122)
#62626B
(98,98,107)
#55545C
(85,84,92)
#48464D
(72,70,77)
#3B383E
(59,56,62)
#2E2A2F
(46,42,47)
#211C20
(33,28,32)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #969AA7

#969AA7
(150,154,167)
#9FA3AF
(159,163,175)
#A8ACB7
(168,172,183)
#B1B5BF
(177,181,191)
#BABEC7
(186,190,199)
#C3C7CF
(195,199,207)
#CCD0D7
(204,208,215)
#D5D9DF
(213,217,223)
#DEE2E7
(222,226,231)
#E7EBEF
(231,235,239)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969AA7; }

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

This text font color is #969AA7.


Background Color

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

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

This div background color is #969AA7.


Border color

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

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

This div border color is #969AA7.


Opacity

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

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

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

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

This text has shadow with #969AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969AA7 on black background.


Color preview on white background

This text has color #969AA7 on white background.



Black color preview on #969AA7 background

This text has black color on #969AA7 background.


White color preview on #969AA7 background

This text has white color on #969AA7 background.