COLOR #969BA4

HEX: #969BA4
RGB: (150,155,164)

Color info

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

RGB color model

#969BA4 color RGB value is (150,155,164).

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

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 164 of 255 = 64%

150
155
164

R + G + B ~ 61%. #969BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 164 = 469 (100%)
R 150 of 469 ~ 31.98%
G 155 of 469 ~ 33.05%
B 164 of 469 ~ 34.97%

%31.98
%33.05
%34.97

CMYK color model

#969BA4 color CMYK value is (9,5,0,36).

  • cyan value is 8.54%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(9,5,0,36)
C9M5Y0K36 
(9%,5%,0%,36%)
(0.09/0.05/0.00/0.36)	

CMYK percentages

%8.54
%5.49
%0
%35.69

Codes

Color #969BA4 in popluar color models

969BA4
RGB150155164
HSL219°7.14%61.57%
HSB/HSV219°8.54%64.31%
CMYK8.54%5.49%0.00%
35.69%

Color #969BA4 in popluar number systems.

HEX969BA4
Decimal150155164
Binary100101101001101110100100
Octal226233244

Shades and tints

Shades of #969BA4

#969BA4
(150,155,164)
#898D96
(137,141,150)
#7C7F88
(124,127,136)
#6F717A
(111,113,122)
#62636C
(98,99,108)
#55555E
(85,85,94)
#484750
(72,71,80)
#3B3942
(59,57,66)
#2E2B34
(46,43,52)
#211D26
(33,29,38)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #969BA4

#969BA4
(150,155,164)
#9FA4AC
(159,164,172)
#A8ADB4
(168,173,180)
#B1B6BC
(177,182,188)
#BABFC4
(186,191,196)
#C3C8CC
(195,200,204)
#CCD1D4
(204,209,212)
#D5DADC
(213,218,220)
#DEE3E4
(222,227,228)
#E7ECEC
(231,236,236)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BA4; }

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

This text font color is #969BA4.


Background Color

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

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

This div background color is #969BA4.


Border color

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

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

This div border color is #969BA4.


Opacity

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

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

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

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

This text has shadow with #969BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BA4 on black background.


Color preview on white background

This text has color #969BA4 on white background.



Black color preview on #969BA4 background

This text has black color on #969BA4 background.


White color preview on #969BA4 background

This text has white color on #969BA4 background.