COLOR #969AC9

HEX: #969AC9
RGB: (150,154,201)

Color info

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

RGB color model

#969AC9 color RGB value is (150,154,201).

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

RGB channels and saturation

R 150 of 255 = 59%
G 154 of 255 = 60%
B 201 of 255 = 79%

150
154
201

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

Portions of RGB colors in percentages

R + G + B =
150 + 154 + 201 = 505 (100%)
R 150 of 505 ~ 29.7%
G 154 of 505 ~ 30.5%
B 201 of 505 ~ 39.8%

%29.7
%30.5
%39.8

CMYK color model

#969AC9 color CMYK value is (25,23,0,21).

  • cyan value is 25.37%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(25,23,0,21)
C25M23Y0K21 
(25%,23%,0%,21%)
(0.25/0.23/0.00/0.21)	

CMYK percentages

%25.37
%23.38
%0
%21.18

Codes

Color #969AC9 in popluar color models

969AC9
RGB150154201
HSL235°32.08%68.82%
HSB/HSV235°25.37%78.82%
CMYK25.37%23.38%0.00%
21.18%

Color #969AC9 in popluar number systems.

HEX969AC9
Decimal150154201
Binary100101101001101011001001
Octal226232311

Shades and tints

Shades of #969AC9

#969AC9
(150,154,201)
#898CB7
(137,140,183)
#7C7EA5
(124,126,165)
#6F7093
(111,112,147)
#626281
(98,98,129)
#55546F
(85,84,111)
#48465D
(72,70,93)
#3B384B
(59,56,75)
#2E2A39
(46,42,57)
#211C27
(33,28,39)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #969AC9

#969AC9
(150,154,201)
#9FA3CD
(159,163,205)
#A8ACD1
(168,172,209)
#B1B5D5
(177,181,213)
#BABED9
(186,190,217)
#C3C7DD
(195,199,221)
#CCD0E1
(204,208,225)
#D5D9E5
(213,217,229)
#DEE2E9
(222,226,233)
#E7EBED
(231,235,237)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969AC9; }

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

This text font color is #969AC9.


Background Color

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

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

This div background color is #969AC9.


Border color

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

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

This div border color is #969AC9.


Opacity

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

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

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

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

This text has shadow with #969AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969AC9 on black background.


Color preview on white background

This text has color #969AC9 on white background.



Black color preview on #969AC9 background

This text has black color on #969AC9 background.


White color preview on #969AC9 background

This text has white color on #969AC9 background.