COLOR #969BB5

HEX: #969BB5
RGB: (150,155,181)

Color info

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

RGB color model

#969BB5 color RGB value is (150,155,181).

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

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 181 of 255 = 71%

150
155
181

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 181 = 486 (100%)
R 150 of 486 ~ 30.86%
G 155 of 486 ~ 31.89%
B 181 of 486 ~ 37.24%

%30.86
%31.89
%37.24

CMYK color model

#969BB5 color CMYK value is (17,14,0,29).

  • cyan value is 17.13%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(17,14,0,29)
C17M14Y0K29 
(17%,14%,0%,29%)
(0.17/0.14/0.00/0.29)	

CMYK percentages

%17.13
%14.36
%0
%29.02

Codes

Color #969BB5 in popluar color models

969BB5
RGB150155181
HSL230°17.32%64.90%
HSB/HSV230°17.13%70.98%
CMYK17.13%14.36%0.00%
29.02%

Color #969BB5 in popluar number systems.

HEX969BB5
Decimal150155181
Binary100101101001101110110101
Octal226233265

Shades and tints

Shades of #969BB5

#969BB5
(150,155,181)
#898DA5
(137,141,165)
#7C7F95
(124,127,149)
#6F7185
(111,113,133)
#626375
(98,99,117)
#555565
(85,85,101)
#484755
(72,71,85)
#3B3945
(59,57,69)
#2E2B35
(46,43,53)
#211D25
(33,29,37)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #969BB5

#969BB5
(150,155,181)
#9FA4BB
(159,164,187)
#A8ADC1
(168,173,193)
#B1B6C7
(177,182,199)
#BABFCD
(186,191,205)
#C3C8D3
(195,200,211)
#CCD1D9
(204,209,217)
#D5DADF
(213,218,223)
#DEE3E5
(222,227,229)
#E7ECEB
(231,236,235)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BB5; }

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

This text font color is #969BB5.


Background Color

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

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

This div background color is #969BB5.


Border color

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

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

This div border color is #969BB5.


Opacity

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

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

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

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

This text has shadow with #969BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BB5 on black background.


Color preview on white background

This text has color #969BB5 on white background.



Black color preview on #969BB5 background

This text has black color on #969BB5 background.


White color preview on #969BB5 background

This text has white color on #969BB5 background.