COLOR #969EC1

HEX: #969EC1 RGB: (150,158,193)

Color info

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

RGB color model

#969EC1 color RGB value is (150,158,193).

RGB: (150,158,193) (59%, 62%, 76%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 193 of 255 = 76%

150
158
193

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 193 = 501 (100%)
R 150 of 501 ~ 29.94%
G 158 of 501 ~ 31.54%
B 193 of 501 ~ 38.52'%

%29.94
%31.54
%38.52

CMYK color model

#969EC1 color CMYK value is (22,18,0,24).

  • cyan value is 22.28%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (22,18,0,24)
C22M18Y0K24 (22%, 18%, 0%, 24%)
(0.22 / 0.18 / 0.00 / 0.24)

CMYK percentages

%22.28
%18.13
%0
%24.31

Codes

Color #969EC1 in popluar color models

96 9E C1
RGB 150 158 193
HSL 229° 25.75% 67.25%
HSB/HSV 229° 22.28% 75.69%
CMYK 22.28% 18.13% 0.00%
24.31%

Color #969EC1 in popluar number systems.

HEX 96 9E C1
Decimal 150 158 193
Binary 10010110 10011110 11000001
Octal 226 236 301

Shades and tints

Shades of #969EC1

#969EC1
(150,158,193)
#8990B0
(137,144,176)
#7C829F
(124,130,159)
#6F748E
(111,116,142)
#62667D
(98,102,125)
#55586C
(85,88,108)
#484A5B
(72,74,91)
#3B3C4A
(59,60,74)
#2E2E39
(46,46,57)
#212028
(33,32,40)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #969EC1

#969EC1
(150,158,193)
#9FA6C6
(159,166,198)
#A8AECB
(168,174,203)
#B1B6D0
(177,182,208)
#BABED5
(186,190,213)
#C3C6DA
(195,198,218)
#CCCEDF
(204,206,223)
#D5D6E4
(213,214,228)
#DEDEE9
(222,222,233)
#E7E6EE
(231,230,238)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969EC1; }

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

This text font color is #969EC1.

Background Color

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

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

This div background color is #969EC1.

Border color

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

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

This div border color is #969EC1.

Opacity

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

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

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

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

This text has shadow with #969EC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969EC1.

Preview

Color preview on black background

This text has color #969EC1 on black background.


Color preview on white background

This text has color #969EC1 on white background.


Black color preview on #969EC1 background

This text has black color on #969EC1 background.


White color preview on #969EC1 background

This text has white color on #969EC1 background.


Related colors

Complementary color

Complementary color for #hex is #69613E.


I love getcolorcode.com

Triadic colors

1 #C1969E and #9EC196 with #969EC1 are triadic colors.

2 #C19E96 and #9E96C1 with #969EC1 are triadic colors.