COLOR #969BC7

HEX: #969BC7
RGB: (150,155,199)

Color info

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

RGB color model

#969BC7 color RGB value is (150,155,199).

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

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 199 of 255 = 78%

150
155
199

R + G + B ~ 66%. #969BC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 199 = 504 (100%)
R 150 of 504 ~ 29.76%
G 155 of 504 ~ 30.75%
B 199 of 504 ~ 39.48%

%29.76
%30.75
%39.48

CMYK color model

#969BC7 color CMYK value is (25,22,0,22).

  • cyan value is 24.62%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(25,22,0,22)
C25M22Y0K22 
(25%,22%,0%,22%)
(0.25/0.22/0.00/0.22)	

CMYK percentages

%24.62
%22.11
%0
%21.96

Codes

Color #969BC7 in popluar color models

969BC7
RGB150155199
HSL234°30.43%68.43%
HSB/HSV234°24.62%78.04%
CMYK24.62%22.11%0.00%
21.96%

Color #969BC7 in popluar number systems.

HEX969BC7
Decimal150155199
Binary100101101001101111000111
Octal226233307

Shades and tints

Shades of #969BC7

#969BC7
(150,155,199)
#898DB5
(137,141,181)
#7C7FA3
(124,127,163)
#6F7191
(111,113,145)
#62637F
(98,99,127)
#55556D
(85,85,109)
#48475B
(72,71,91)
#3B3949
(59,57,73)
#2E2B37
(46,43,55)
#211D25
(33,29,37)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #969BC7

#969BC7
(150,155,199)
#9FA4CC
(159,164,204)
#A8ADD1
(168,173,209)
#B1B6D6
(177,182,214)
#BABFDB
(186,191,219)
#C3C8E0
(195,200,224)
#CCD1E5
(204,209,229)
#D5DAEA
(213,218,234)
#DEE3EF
(222,227,239)
#E7ECF4
(231,236,244)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969BC7; }

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

This text font color is #969BC7.


Background Color

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

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

This div background color is #969BC7.


Border color

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

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

This div border color is #969BC7.


Opacity

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

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

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

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

This text has shadow with #969BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BC7 on black background.


Color preview on white background

This text has color #969BC7 on white background.



Black color preview on #969BC7 background

This text has black color on #969BC7 background.


White color preview on #969BC7 background

This text has white color on #969BC7 background.