COLOR #969BB9

HEX: #969BB9
RGB: (150,155,185)

Color info

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

RGB color model

#969BB9 color RGB value is (150,155,185).

  • red value is 150;
  • green value is 155;
  • blue value is 185.
RGB:
(150,155,185)
(59%,61%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 185 of 255 = 73%

150
155
185

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 185 = 490 (100%)
R 150 of 490 ~ 30.61%
G 155 of 490 ~ 31.63%
B 185 of 490 ~ 37.76%

%30.61
%31.63
%37.76

CMYK color model

#969BB9 color CMYK value is (19,16,0,27).

  • cyan value is 18.92%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(19,16,0,27)
C19M16Y0K27 
(19%,16%,0%,27%)
(0.19/0.16/0.00/0.27)	

CMYK percentages

%18.92
%16.22
%0
%27.45

Codes

Color #969BB9 in popluar color models

969BB9
RGB150155185
HSL231°20.00%65.69%
HSB/HSV231°18.92%72.55%
CMYK18.92%16.22%0.00%
27.45%

Color #969BB9 in popluar number systems.

HEX969BB9
Decimal150155185
Binary100101101001101110111001
Octal226233271

Shades and tints

Shades of #969BB9

#969BB9
(150,155,185)
#898DA9
(137,141,169)
#7C7F99
(124,127,153)
#6F7189
(111,113,137)
#626379
(98,99,121)
#555569
(85,85,105)
#484759
(72,71,89)
#3B3949
(59,57,73)
#2E2B39
(46,43,57)
#211D29
(33,29,41)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #969BB9

#969BB9
(150,155,185)
#9FA4BF
(159,164,191)
#A8ADC5
(168,173,197)
#B1B6CB
(177,182,203)
#BABFD1
(186,191,209)
#C3C8D7
(195,200,215)
#CCD1DD
(204,209,221)
#D5DAE3
(213,218,227)
#DEE3E9
(222,227,233)
#E7ECEF
(231,236,239)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BB9; }

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

This text font color is #969BB9.


Background Color

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

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

This div background color is #969BB9.


Border color

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

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

This div border color is #969BB9.


Opacity

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

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

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

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

This text has shadow with #969BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BB9 on black background.


Color preview on white background

This text has color #969BB9 on white background.



Black color preview on #969BB9 background

This text has black color on #969BB9 background.


White color preview on #969BB9 background

This text has white color on #969BB9 background.