COLOR #969DB9

HEX: #969DB9
RGB: (150,157,185)

Color info

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

RGB color model

#969DB9 color RGB value is (150,157,185).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 185 of 255 = 73%

150
157
185

R + G + B ~ 65%. #969DB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 185 = 492 (100%)
R 150 of 492 ~ 30.49%
G 157 of 492 ~ 31.91%
B 185 of 492 ~ 37.6%

%30.49
%31.91
%37.6

CMYK color model

#969DB9 color CMYK value is (19,15,0,27).

  • cyan value is 18.92%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(19,15,0,27)
C19M15Y0K27 
(19%,15%,0%,27%)
(0.19/0.15/0.00/0.27)	

CMYK percentages

%18.92
%15.14
%0
%27.45

Codes

Color #969DB9 in popluar color models

969DB9
RGB150157185
HSL228°20.00%65.69%
HSB/HSV228°18.92%72.55%
CMYK18.92%15.14%0.00%
27.45%

Color #969DB9 in popluar number systems.

HEX969DB9
Decimal150157185
Binary100101101001110110111001
Octal226235271

Shades and tints

Shades of #969DB9

#969DB9
(150,157,185)
#898FA9
(137,143,169)
#7C8199
(124,129,153)
#6F7389
(111,115,137)
#626579
(98,101,121)
#555769
(85,87,105)
#484959
(72,73,89)
#3B3B49
(59,59,73)
#2E2D39
(46,45,57)
#211F29
(33,31,41)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #969DB9

#969DB9
(150,157,185)
#9FA5BF
(159,165,191)
#A8ADC5
(168,173,197)
#B1B5CB
(177,181,203)
#BABDD1
(186,189,209)
#C3C5D7
(195,197,215)
#CCCDDD
(204,205,221)
#D5D5E3
(213,213,227)
#DEDDE9
(222,221,233)
#E7E5EF
(231,229,239)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DB9; }

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

This text font color is #969DB9.


Background Color

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

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

This div background color is #969DB9.


Border color

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

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

This div border color is #969DB9.


Opacity

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

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

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

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

This text has shadow with #969DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DB9 on black background.


Color preview on white background

This text has color #969DB9 on white background.



Black color preview on #969DB9 background

This text has black color on #969DB9 background.


White color preview on #969DB9 background

This text has white color on #969DB9 background.