COLOR #969FB3

HEX: #969FB3 RGB: (150,159,179)

Color info

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

RGB color model

#969FB3 color RGB value is (150,159,179).

RGB: (150,159,179) (59%, 62%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 179 of 255 = 70%

150
159
179

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

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 179 = 488 (100%)
R 150 of 488 ~ 30.74%
G 159 of 488 ~ 32.58%
B 179 of 488 ~ 36.68'%

%30.74
%32.58
%36.68

CMYK color model

#969FB3 color CMYK value is (16,11,0,30).

  • cyan value is 16.20%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK: (16,11,0,30) C16M11Y0K30 (16%,11%,0%,30%) (0.16/0.11/0.00/0.30) 

CMYK percentages

%16.2
%11.17
%0
%29.8

Codes

Color #969FB3 in popluar color models

96 9F B3
RGB 150 159 179
HSL 221° 16.02% 64.51%
HSB/HSV 221° 16.20% 70.20%
CMYK 16.20% 11.17% 0.00%
29.80%

Color #969FB3 in popluar number systems.

HEX 96 9F B3
Decimal 150 159 179
Binary 10010110 10011111 10110011
Octal 226 237 263

Shades and tints

Shades of #969FB3

#969FB3
(150,159,179)
#8991A3
(137,145,163)
#7C8393
(124,131,147)
#6F7583
(111,117,131)
#626773
(98,103,115)
#555963
(85,89,99)
#484B53
(72,75,83)
#3B3D43
(59,61,67)
#2E2F33
(46,47,51)
#212123
(33,33,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #969FB3

#969FB3
(150,159,179)
#9FA7B9
(159,167,185)
#A8AFBF
(168,175,191)
#B1B7C5
(177,183,197)
#BABFCB
(186,191,203)
#C3C7D1
(195,199,209)
#CCCFD7
(204,207,215)
#D5D7DD
(213,215,221)
#DEDFE3
(222,223,227)
#E7E7E9
(231,231,233)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FB3; }

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

This text font color is #969FB3.

Background Color

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

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

This div background color is #969FB3.

Border color

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

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

This div border color is #969FB3.

Opacity

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

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

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

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

This text has shadow with #969FB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969FB3.

Preview

Color preview on black background

This text has color #969FB3 on black background.


Color preview on white background

This text has color #969FB3 on white background.


Black color preview on #969FB3 background

This text has black color on #969FB3 background.


White color preview on #969FB3 background

This text has white color on #969FB3 background.


Related colors

Complementary color

Complementary color for #hex is #69604C.


I love getcolorcode.com

Triadic colors

1 #B3969F and #9FB396 with #969FB3 are triadic colors.

2 #B39F96 and #9F96B3 with #969FB3 are triadic colors.