COLOR #969FB6

HEX: #969FB6 RGB: (150,159,182)

Color info

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

RGB color model

#969FB6 color RGB value is (150,159,182).

RGB: (150,159,182) (59%, 62%, 71%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 182 of 255 = 71%

150
159
182

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

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 182 = 491 (100%)
R 150 of 491 ~ 30.55%
G 159 of 491 ~ 32.38%
B 182 of 491 ~ 37.07'%

%30.55
%32.38
%37.07

CMYK color model

#969FB6 color CMYK value is (18,13,0,29).

  • cyan value is 17.58%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (18,13,0,29) C18M13Y0K29 (18%,13%,0%,29%) (0.18/0.13/0.00/0.29) 

CMYK percentages

%17.58
%12.64
%0
%28.63

Codes

Color #969FB6 in popluar color models

96 9F B6
RGB 150 159 182
HSL 223° 17.98% 65.10%
HSB/HSV 223° 17.58% 71.37%
CMYK 17.58% 12.64% 0.00%
28.63%

Color #969FB6 in popluar number systems.

HEX 96 9F B6
Decimal 150 159 182
Binary 10010110 10011111 10110110
Octal 226 237 266

Shades and tints

Shades of #969FB6

#969FB6
(150,159,182)
#8991A6
(137,145,166)
#7C8396
(124,131,150)
#6F7586
(111,117,134)
#626776
(98,103,118)
#555966
(85,89,102)
#484B56
(72,75,86)
#3B3D46
(59,61,70)
#2E2F36
(46,47,54)
#212126
(33,33,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #969FB6

#969FB6
(150,159,182)
#9FA7BC
(159,167,188)
#A8AFC2
(168,175,194)
#B1B7C8
(177,183,200)
#BABFCE
(186,191,206)
#C3C7D4
(195,199,212)
#CCCFDA
(204,207,218)
#D5D7E0
(213,215,224)
#DEDFE6
(222,223,230)
#E7E7EC
(231,231,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969FB6 color. Also use rgb(150,159,182) instead hex code.

Text Font Color

.myTextColor { color: #969FB6; }

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

This text font color is #969FB6.

Background Color

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

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

This div background color is #969FB6.

Border color

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

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

This div border color is #969FB6.

Opacity

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

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

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

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

This text has shadow with #969FB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969FB6.

Preview

Color preview on black background

This text has color #969FB6 on black background.


Color preview on white background

This text has color #969FB6 on white background.


Black color preview on #969FB6 background

This text has black color on #969FB6 background.


White color preview on #969FB6 background

This text has white color on #969FB6 background.


Related colors

Complementary color

Complementary color for #hex is #696049.


I love getcolorcode.com

Triadic colors

1 #B6969F and #9FB696 with #969FB6 are triadic colors.

2 #B69F96 and #9F96B6 with #969FB6 are triadic colors.