COLOR #969DC3

HEX: #969DC3
RGB: (150,157,195)

Color info

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

RGB color model

#969DC3 color RGB value is (150,157,195).

  • red value is 150;
  • green value is 157;
  • blue value is 195.
RGB:
(150,157,195)
(59%,62%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 195 of 255 = 76%

150
157
195

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

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 195 = 502 (100%)
R 150 of 502 ~ 29.88%
G 157 of 502 ~ 31.27%
B 195 of 502 ~ 38.84%

%29.88
%31.27
%38.84

CMYK color model

#969DC3 color CMYK value is (23,19,0,24).

  • cyan value is 23.08%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,19,0,24)
C23M19Y0K24 
(23%,19%,0%,24%)
(0.23/0.19/0.00/0.24)	

CMYK percentages

%23.08
%19.49
%0
%23.53

Codes

Color #969DC3 in popluar color models

969DC3
RGB150157195
HSL231°27.27%67.65%
HSB/HSV231°23.08%76.47%
CMYK23.08%19.49%0.00%
23.53%

Color #969DC3 in popluar number systems.

HEX969DC3
Decimal150157195
Binary100101101001110111000011
Octal226235303

Shades and tints

Shades of #969DC3

#969DC3
(150,157,195)
#898FB2
(137,143,178)
#7C81A1
(124,129,161)
#6F7390
(111,115,144)
#62657F
(98,101,127)
#55576E
(85,87,110)
#48495D
(72,73,93)
#3B3B4C
(59,59,76)
#2E2D3B
(46,45,59)
#211F2A
(33,31,42)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #969DC3

#969DC3
(150,157,195)
#9FA5C8
(159,165,200)
#A8ADCD
(168,173,205)
#B1B5D2
(177,181,210)
#BABDD7
(186,189,215)
#C3C5DC
(195,197,220)
#CCCDE1
(204,205,225)
#D5D5E6
(213,213,230)
#DEDDEB
(222,221,235)
#E7E5F0
(231,229,240)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969DC3 color. Also use rgb(150,157,195) instead hex code.

Text Font Color

.myTextColor { color: #969DC3; }

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

This text font color is #969DC3.


Background Color

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

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

This div background color is #969DC3.


Border color

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

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

This div border color is #969DC3.


Opacity

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

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

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

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

This text has shadow with #969DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DC3 on black background.


Color preview on white background

This text has color #969DC3 on white background.



Black color preview on #969DC3 background

This text has black color on #969DC3 background.


White color preview on #969DC3 background

This text has white color on #969DC3 background.