COLOR #969CA3

HEX: #969CA3
RGB: (150,156,163)

Color info

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

RGB color model

#969CA3 color RGB value is (150,156,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 163 of 255 = 64%

150
156
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 163 = 469 (100%)
R 150 of 469 ~ 31.98%
G 156 of 469 ~ 33.26%
B 163 of 469 ~ 34.75%

%31.98
%33.26
%34.75

CMYK color model

#969CA3 color CMYK value is (8,4,0,36).

  • cyan value is 7.98%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,4,0,36)
C8M4Y0K36 
(8%,4%,0%,36%)
(0.08/0.04/0.00/0.36)	

CMYK percentages

%7.98
%4.29
%0
%36.08

Codes

Color #969CA3 in popluar color models

969CA3
RGB150156163
HSL212°6.60%61.37%
HSB/HSV212°7.98%63.92%
CMYK7.98%4.29%0.00%
36.08%

Color #969CA3 in popluar number systems.

HEX969CA3
Decimal150156163
Binary100101101001110010100011
Octal226234243

Shades and tints

Shades of #969CA3

#969CA3
(150,156,163)
#898E95
(137,142,149)
#7C8087
(124,128,135)
#6F7279
(111,114,121)
#62646B
(98,100,107)
#55565D
(85,86,93)
#48484F
(72,72,79)
#3B3A41
(59,58,65)
#2E2C33
(46,44,51)
#211E25
(33,30,37)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #969CA3

#969CA3
(150,156,163)
#9FA5AB
(159,165,171)
#A8AEB3
(168,174,179)
#B1B7BB
(177,183,187)
#BAC0C3
(186,192,195)
#C3C9CB
(195,201,203)
#CCD2D3
(204,210,211)
#D5DBDB
(213,219,219)
#DEE4E3
(222,228,227)
#E7EDEB
(231,237,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CA3; }

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

This text font color is #969CA3.


Background Color

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

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

This div background color is #969CA3.


Border color

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

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

This div border color is #969CA3.


Opacity

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

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

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

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

This text has shadow with #969CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969CA3 on black background.


Color preview on white background

This text has color #969CA3 on white background.



Black color preview on #969CA3 background

This text has black color on #969CA3 background.


White color preview on #969CA3 background

This text has white color on #969CA3 background.