COLOR #969CAD

HEX: #969CAD
RGB: (150,156,173)

Color info

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

RGB color model

#969CAD color RGB value is (150,156,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 173 of 255 = 68%

150
156
173

R + G + B ~ 63%. #969CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 156 + 173 = 479 (100%)
R 150 of 479 ~ 31.32%
G 156 of 479 ~ 32.57%
B 173 of 479 ~ 36.12%

%31.32
%32.57
%36.12

CMYK color model

#969CAD color CMYK value is (13,10,0,32).

  • cyan value is 13.29%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,10,0,32)
C13M10Y0K32 
(13%,10%,0%,32%)
(0.13/0.10/0.00/0.32)	

CMYK percentages

%13.29
%9.83
%0
%32.16

Codes

Color #969CAD in popluar color models

969CAD
RGB150156173
HSL224°12.30%63.33%
HSB/HSV224°13.29%67.84%
CMYK13.29%9.83%0.00%
32.16%

Color #969CAD in popluar number systems.

HEX969CAD
Decimal150156173
Binary100101101001110010101101
Octal226234255

Shades and tints

Shades of #969CAD

#969CAD
(150,156,173)
#898E9E
(137,142,158)
#7C808F
(124,128,143)
#6F7280
(111,114,128)
#626471
(98,100,113)
#555662
(85,86,98)
#484853
(72,72,83)
#3B3A44
(59,58,68)
#2E2C35
(46,44,53)
#211E26
(33,30,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #969CAD

#969CAD
(150,156,173)
#9FA5B4
(159,165,180)
#A8AEBB
(168,174,187)
#B1B7C2
(177,183,194)
#BAC0C9
(186,192,201)
#C3C9D0
(195,201,208)
#CCD2D7
(204,210,215)
#D5DBDE
(213,219,222)
#DEE4E5
(222,228,229)
#E7EDEC
(231,237,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CAD; }

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

This text font color is #969CAD.


Background Color

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

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

This div background color is #969CAD.


Border color

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

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

This div border color is #969CAD.


Opacity

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

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

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

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

This text has shadow with #969CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969CAD on black background.


Color preview on white background

This text has color #969CAD on white background.



Black color preview on #969CAD background

This text has black color on #969CAD background.


White color preview on #969CAD background

This text has white color on #969CAD background.