COLOR #969BB1

HEX: #969BB1
RGB: (150,155,177)

Color info

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

RGB color model

#969BB1 color RGB value is (150,155,177).

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

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 177 of 255 = 69%

150
155
177

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 177 = 482 (100%)
R 150 of 482 ~ 31.12%
G 155 of 482 ~ 32.16%
B 177 of 482 ~ 36.72%

%31.12
%32.16
%36.72

CMYK color model

#969BB1 color CMYK value is (15,12,0,31).

  • cyan value is 15.25%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,12,0,31)
C15M12Y0K31 
(15%,12%,0%,31%)
(0.15/0.12/0.00/0.31)	

CMYK percentages

%15.25
%12.43
%0
%30.59

Codes

Color #969BB1 in popluar color models

969BB1
RGB150155177
HSL229°14.75%64.12%
HSB/HSV229°15.25%69.41%
CMYK15.25%12.43%0.00%
30.59%

Color #969BB1 in popluar number systems.

HEX969BB1
Decimal150155177
Binary100101101001101110110001
Octal226233261

Shades and tints

Shades of #969BB1

#969BB1
(150,155,177)
#898DA1
(137,141,161)
#7C7F91
(124,127,145)
#6F7181
(111,113,129)
#626371
(98,99,113)
#555561
(85,85,97)
#484751
(72,71,81)
#3B3941
(59,57,65)
#2E2B31
(46,43,49)
#211D21
(33,29,33)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #969BB1

#969BB1
(150,155,177)
#9FA4B8
(159,164,184)
#A8ADBF
(168,173,191)
#B1B6C6
(177,182,198)
#BABFCD
(186,191,205)
#C3C8D4
(195,200,212)
#CCD1DB
(204,209,219)
#D5DAE2
(213,218,226)
#DEE3E9
(222,227,233)
#E7ECF0
(231,236,240)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BB1; }

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

This text font color is #969BB1.


Background Color

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

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

This div background color is #969BB1.


Border color

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

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

This div border color is #969BB1.


Opacity

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

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

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

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

This text has shadow with #969BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BB1 on black background.


Color preview on white background

This text has color #969BB1 on white background.



Black color preview on #969BB1 background

This text has black color on #969BB1 background.


White color preview on #969BB1 background

This text has white color on #969BB1 background.