COLOR #969AC3

HEX: #969AC3
RGB: (150,154,195)

Color info

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

RGB color model

#969AC3 color RGB value is (150,154,195).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 195 of 255 = 76%

150
154
195

R + G + B ~ 65%. #969AC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 195 = 499 (100%)
R 150 of 499 ~ 30.06%
G 154 of 499 ~ 30.86%
B 195 of 499 ~ 39.08%

%30.06
%30.86
%39.08

CMYK color model

#969AC3 color CMYK value is (23,21,0,24).

  • cyan value is 23.08%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,21,0,24)
C23M21Y0K24 
(23%,21%,0%,24%)
(0.23/0.21/0.00/0.24)	

CMYK percentages

%23.08
%21.03
%0
%23.53

Codes

Color #969AC3 in popluar color models

969AC3
RGB150154195
HSL235°27.27%67.65%
HSB/HSV235°23.08%76.47%
CMYK23.08%21.03%0.00%
23.53%

Color #969AC3 in popluar number systems.

HEX969AC3
Decimal150154195
Binary100101101001101011000011
Octal226232303

Shades and tints

Shades of #969AC3

#969AC3
(150,154,195)
#898CB2
(137,140,178)
#7C7EA1
(124,126,161)
#6F7090
(111,112,144)
#62627F
(98,98,127)
#55546E
(85,84,110)
#48465D
(72,70,93)
#3B384C
(59,56,76)
#2E2A3B
(46,42,59)
#211C2A
(33,28,42)
#140E19
(20,14,25)
#000000
(0,0,0)

Tints of #969AC3

#969AC3
(150,154,195)
#9FA3C8
(159,163,200)
#A8ACCD
(168,172,205)
#B1B5D2
(177,181,210)
#BABED7
(186,190,215)
#C3C7DC
(195,199,220)
#CCD0E1
(204,208,225)
#D5D9E6
(213,217,230)
#DEE2EB
(222,226,235)
#E7EBF0
(231,235,240)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969AC3; }

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

This text font color is #969AC3.


Background Color

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

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

This div background color is #969AC3.


Border color

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

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

This div border color is #969AC3.


Opacity

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

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

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

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

This text has shadow with #969AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969AC3 on black background.


Color preview on white background

This text has color #969AC3 on white background.



Black color preview on #969AC3 background

This text has black color on #969AC3 background.


White color preview on #969AC3 background

This text has white color on #969AC3 background.