COLOR #969AA3

HEX: #969AA3
RGB: (150,154,163)

Color info

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

RGB color model

#969AA3 color RGB value is (150,154,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 163 of 255 = 64%

150
154
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 163 = 467 (100%)
R 150 of 467 ~ 32.12%
G 154 of 467 ~ 32.98%
B 163 of 467 ~ 34.9%

%32.12
%32.98
%34.9

CMYK color model

#969AA3 color CMYK value is (8,6,0,36).

  • cyan value is 7.98%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,6,0,36)
C8M6Y0K36 
(8%,6%,0%,36%)
(0.08/0.06/0.00/0.36)	

CMYK percentages

%7.98
%5.52
%0
%36.08

Codes

Color #969AA3 in popluar color models

969AA3
RGB150154163
HSL222°6.60%61.37%
HSB/HSV222°7.98%63.92%
CMYK7.98%5.52%0.00%
36.08%

Color #969AA3 in popluar number systems.

HEX969AA3
Decimal150154163
Binary100101101001101010100011
Octal226232243

Shades and tints

Shades of #969AA3

#969AA3
(150,154,163)
#898C95
(137,140,149)
#7C7E87
(124,126,135)
#6F7079
(111,112,121)
#62626B
(98,98,107)
#55545D
(85,84,93)
#48464F
(72,70,79)
#3B3841
(59,56,65)
#2E2A33
(46,42,51)
#211C25
(33,28,37)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #969AA3

#969AA3
(150,154,163)
#9FA3AB
(159,163,171)
#A8ACB3
(168,172,179)
#B1B5BB
(177,181,187)
#BABEC3
(186,190,195)
#C3C7CB
(195,199,203)
#CCD0D3
(204,208,211)
#D5D9DB
(213,217,219)
#DEE2E3
(222,226,227)
#E7EBEB
(231,235,235)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969AA3; }

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

This text font color is #969AA3.


Background Color

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

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

This div background color is #969AA3.


Border color

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

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

This div border color is #969AA3.


Opacity

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

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

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

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

This text has shadow with #969AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969AA3 on black background.


Color preview on white background

This text has color #969AA3 on white background.



Black color preview on #969AA3 background

This text has black color on #969AA3 background.


White color preview on #969AA3 background

This text has white color on #969AA3 background.