COLOR #969AB9

HEX: #969AB9 RGB: (150,154,185)

Color info

#969AB9 contains red, green and blue colors in about the same proportion. Web safe color of #969AB9 is #9999CC (or #99C).

RGB color model

#969AB9 color RGB value is (150,154,185).

RGB: (150,154,185) (59%, 60%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 185 of 255 = 73%

150
154
185

R + G + B ~ 64%. #969AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 154 + 185 = 489 (100%)
R 150 of 489 ~ 30.67%
G 154 of 489 ~ 31.49%
B 185 of 489 ~ 37.83'%

%30.67
%31.49
%37.83

CMYK color model

#969AB9 color CMYK value is (19,17,0,27).

  • cyan value is 18.92%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (19,17,0,27)
C19M17Y0K27 (19%, 17%, 0%, 27%)
(0.19 / 0.17 / 0.00 / 0.27)

CMYK percentages

%18.92
%16.76
%0
%27.45

Codes

Color #969AB9 in popluar color models

96 9A B9
RGB 150 154 185
HSL 233° 20.00% 65.69%
HSB/HSV 233° 18.92% 72.55%
CMYK 18.92% 16.76% 0.00%
27.45%

Color #969AB9 in popluar number systems.

HEX 96 9A B9
Decimal 150 154 185
Binary 10010110 10011010 10111001
Octal 226 232 271

Shades and tints

Shades of #969AB9

#969AB9
(150,154,185)
#898CA9
(137,140,169)
#7C7E99
(124,126,153)
#6F7089
(111,112,137)
#626279
(98,98,121)
#555469
(85,84,105)
#484659
(72,70,89)
#3B3849
(59,56,73)
#2E2A39
(46,42,57)
#211C29
(33,28,41)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #969AB9

#969AB9
(150,154,185)
#9FA3BF
(159,163,191)
#A8ACC5
(168,172,197)
#B1B5CB
(177,181,203)
#BABED1
(186,190,209)
#C3C7D7
(195,199,215)
#CCD0DD
(204,208,221)
#D5D9E3
(213,217,227)
#DEE2E9
(222,226,233)
#E7EBEF
(231,235,239)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969AB9; }

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

This text font color is #969AB9.

Background Color

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

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

This div background color is #969AB9.

Border color

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

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

This div border color is #969AB9.

Opacity

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

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

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

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

This text has shadow with #969AB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969AB9.

Preview

Color preview on black background

This text has color #969AB9 on black background.


Color preview on white background

This text has color #969AB9 on white background.


Black color preview on #969AB9 background

This text has black color on #969AB9 background.


White color preview on #969AB9 background

This text has white color on #969AB9 background.


Related colors

Complementary color

Complementary color for #hex is #696546.


I love getcolorcode.com

Triadic colors

1 #B9969A and #9AB996 with #969AB9 are triadic colors.

2 #B99A96 and #9A96B9 with #969AB9 are triadic colors.