COLOR #969CA9

HEX: #969CA9 RGB: (150,156,169)

Color info

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

RGB color model

#969CA9 color RGB value is (150,156,169).

RGB: (150,156,169) (59%, 61%, 66%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 169 of 255 = 66%

150
156
169

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

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 169 = 475 (100%)
R 150 of 475 ~ 31.58%
G 156 of 475 ~ 32.84%
B 169 of 475 ~ 35.58'%

%31.58
%32.84
%35.58

CMYK color model

#969CA9 color CMYK value is (11,8,0,34).

  • cyan value is 11.24%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (11,8,0,34)
C11M8Y0K34 (11%, 8%, 0%, 34%)
(0.11 / 0.08 / 0.00 / 0.34)

CMYK percentages

%11.24
%7.69
%0
%33.73

Codes

Color #969CA9 in popluar color models

96 9C A9
RGB 150 156 169
HSL 221° 9.95% 62.55%
HSB/HSV 221° 11.24% 66.27%
CMYK 11.24% 7.69% 0.00%
33.73%

Color #969CA9 in popluar number systems.

HEX 96 9C A9
Decimal 150 156 169
Binary 10010110 10011100 10101001
Octal 226 234 251

Shades and tints

Shades of #969CA9

#969CA9
(150,156,169)
#898E9A
(137,142,154)
#7C808B
(124,128,139)
#6F727C
(111,114,124)
#62646D
(98,100,109)
#55565E
(85,86,94)
#48484F
(72,72,79)
#3B3A40
(59,58,64)
#2E2C31
(46,44,49)
#211E22
(33,30,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #969CA9

#969CA9
(150,156,169)
#9FA5B0
(159,165,176)
#A8AEB7
(168,174,183)
#B1B7BE
(177,183,190)
#BAC0C5
(186,192,197)
#C3C9CC
(195,201,204)
#CCD2D3
(204,210,211)
#D5DBDA
(213,219,218)
#DEE4E1
(222,228,225)
#E7EDE8
(231,237,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969CA9; }

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

This text font color is #969CA9.

Background Color

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

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

This div background color is #969CA9.

Border color

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

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

This div border color is #969CA9.

Opacity

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

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

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

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

This text has shadow with #969CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969CA9.

Preview

Color preview on black background

This text has color #969CA9 on black background.


Color preview on white background

This text has color #969CA9 on white background.


Black color preview on #969CA9 background

This text has black color on #969CA9 background.


White color preview on #969CA9 background

This text has white color on #969CA9 background.


Related colors

Complementary color

Complementary color for #hex is #696356.


I love getcolorcode.com

Triadic colors

1 #A9969C and #9CA996 with #969CA9 are triadic colors.

2 #A99C96 and #9C96A9 with #969CA9 are triadic colors.