COLOR #969BAD

HEX: #969BAD RGB: (150,155,173)

Color info

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

RGB color model

#969BAD color RGB value is (150,155,173).

RGB: (150,155,173) (59%, 61%, 68%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 173 of 255 = 68%

150
155
173

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

Portions of RGB colors in percentages

R + G + B = 150 + 155 + 173 = 478 (100%)
R 150 of 478 ~ 31.38%
G 155 of 478 ~ 32.43%
B 173 of 478 ~ 36.19'%

%31.38
%32.43
%36.19

CMYK color model

#969BAD color CMYK value is (13,10,0,32).

  • cyan value is 13.29%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (13,10,0,32)
C13M10Y0K32 (13%, 10%, 0%, 32%)
(0.13 / 0.10 / 0.00 / 0.32)

CMYK percentages

%13.29
%10.4
%0
%32.16

Codes

Color #969BAD in popluar color models

96 9B AD
RGB 150 155 173
HSL 227° 12.30% 63.33%
HSB/HSV 227° 13.29% 67.84%
CMYK 13.29% 10.40% 0.00%
32.16%

Color #969BAD in popluar number systems.

HEX 96 9B AD
Decimal 150 155 173
Binary 10010110 10011011 10101101
Octal 226 233 255

Shades and tints

Shades of #969BAD

#969BAD
(150,155,173)
#898D9E
(137,141,158)
#7C7F8F
(124,127,143)
#6F7180
(111,113,128)
#626371
(98,99,113)
#555562
(85,85,98)
#484753
(72,71,83)
#3B3944
(59,57,68)
#2E2B35
(46,43,53)
#211D26
(33,29,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #969BAD

#969BAD
(150,155,173)
#9FA4B4
(159,164,180)
#A8ADBB
(168,173,187)
#B1B6C2
(177,182,194)
#BABFC9
(186,191,201)
#C3C8D0
(195,200,208)
#CCD1D7
(204,209,215)
#D5DADE
(213,218,222)
#DEE3E5
(222,227,229)
#E7ECEC
(231,236,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BAD; }

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

This text font color is #969BAD.

Background Color

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

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

This div background color is #969BAD.

Border color

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

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

This div border color is #969BAD.

Opacity

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

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

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

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

This text has shadow with #969BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969BAD.

Preview

Color preview on black background

This text has color #969BAD on black background.


Color preview on white background

This text has color #969BAD on white background.


Black color preview on #969BAD background

This text has black color on #969BAD background.


White color preview on #969BAD background

This text has white color on #969BAD background.


Related colors

Complementary color

Complementary color for #hex is #696452.


I love getcolorcode.com

Triadic colors

1 #AD969B and #9BAD96 with #969BAD are triadic colors.

2 #AD9B96 and #9B96AD with #969BAD are triadic colors.