COLOR #969EB7

HEX: #969EB7
RGB: (150,158,183)

Color info

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

RGB color model

#969EB7 color RGB value is (150,158,183).

  • red value is 150;
  • green value is 158;
  • blue value is 183.
RGB:
(150,158,183)
(59%,62%,72%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 183 of 255 = 72%

150
158
183

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 183 = 491 (100%)
R 150 of 491 ~ 30.55%
G 158 of 491 ~ 32.18%
B 183 of 491 ~ 37.27%

%30.55
%32.18
%37.27

CMYK color model

#969EB7 color CMYK value is (18,14,0,28).

  • cyan value is 18.03%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,14,0,28)
C18M14Y0K28 
(18%,14%,0%,28%)
(0.18/0.14/0.00/0.28)	

CMYK percentages

%18.03
%13.66
%0
%28.24

Codes

Color #969EB7 in popluar color models

969EB7
RGB150158183
HSL225°18.64%65.29%
HSB/HSV225°18.03%71.76%
CMYK18.03%13.66%0.00%
28.24%

Color #969EB7 in popluar number systems.

HEX969EB7
Decimal150158183
Binary100101101001111010110111
Octal226236267

Shades and tints

Shades of #969EB7

#969EB7
(150,158,183)
#8990A7
(137,144,167)
#7C8297
(124,130,151)
#6F7487
(111,116,135)
#626677
(98,102,119)
#555867
(85,88,103)
#484A57
(72,74,87)
#3B3C47
(59,60,71)
#2E2E37
(46,46,55)
#212027
(33,32,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #969EB7

#969EB7
(150,158,183)
#9FA6BD
(159,166,189)
#A8AEC3
(168,174,195)
#B1B6C9
(177,182,201)
#BABECF
(186,190,207)
#C3C6D5
(195,198,213)
#CCCEDB
(204,206,219)
#D5D6E1
(213,214,225)
#DEDEE7
(222,222,231)
#E7E6ED
(231,230,237)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969EB7 color. Also use rgb(150,158,183) instead hex code.

Text Font Color

.myTextColor { color: #969EB7; }

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

This text font color is #969EB7.


Background Color

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

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

This div background color is #969EB7.


Border color

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

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

This div border color is #969EB7.


Opacity

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

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

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

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

This text has shadow with #969EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969EB7 on black background.


Color preview on white background

This text has color #969EB7 on white background.



Black color preview on #969EB7 background

This text has black color on #969EB7 background.


White color preview on #969EB7 background

This text has white color on #969EB7 background.