COLOR #969BAF

HEX: #969BAF
RGB: (150,155,175)

Color info

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

RGB color model

#969BAF color RGB value is (150,155,175).

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

RGB channels and saturation

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

150
155
175

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

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 175 = 480 (100%)
R 150 of 480 ~ 31.25%
G 155 of 480 ~ 32.29%
B 175 of 480 ~ 36.46%

%31.25
%32.29
%36.46

CMYK color model

#969BAF color CMYK value is (14,11,0,31).

  • cyan value is 14.29%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,11,0,31)
C14M11Y0K31 
(14%,11%,0%,31%)
(0.14/0.11/0.00/0.31)	

CMYK percentages

%14.29
%11.43
%0
%31.37

Codes

Color #969BAF in popluar color models

969BAF
RGB150155175
HSL228°13.51%63.73%
HSB/HSV228°14.29%68.63%
CMYK14.29%11.43%0.00%
31.37%

Color #969BAF in popluar number systems.

HEX969BAF
Decimal150155175
Binary100101101001101110101111
Octal226233257

Shades and tints

Shades of #969BAF

#969BAF
(150,155,175)
#898DA0
(137,141,160)
#7C7F91
(124,127,145)
#6F7182
(111,113,130)
#626373
(98,99,115)
#555564
(85,85,100)
#484755
(72,71,85)
#3B3946
(59,57,70)
#2E2B37
(46,43,55)
#211D28
(33,29,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #969BAF

#969BAF
(150,155,175)
#9FA4B6
(159,164,182)
#A8ADBD
(168,173,189)
#B1B6C4
(177,182,196)
#BABFCB
(186,191,203)
#C3C8D2
(195,200,210)
#CCD1D9
(204,209,217)
#D5DAE0
(213,218,224)
#DEE3E7
(222,227,231)
#E7ECEE
(231,236,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BAF; }

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

This text font color is #969BAF.


Background Color

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

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

This div background color is #969BAF.


Border color

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

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

This div border color is #969BAF.


Opacity

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

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

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

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

This text has shadow with #969BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BAF on black background.


Color preview on white background

This text has color #969BAF on white background.



Black color preview on #969BAF background

This text has black color on #969BAF background.


White color preview on #969BAF background

This text has white color on #969BAF background.