COLOR #969DC1

HEX: #969DC1 RGB: (150,157,193)

Color info

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

RGB color model

#969DC1 color RGB value is (150,157,193).

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

RGB channels and saturation

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

150
157
193

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

Portions of RGB colors in percentages

R + G + B = 150 + 157 + 193 = 500 (100%)
R 150 of 500 ~ 30%
G 157 of 500 ~ 31.4%
B 193 of 500 ~ 38.6'%

%30
%31.4
%38.6

CMYK color model

#969DC1 color CMYK value is (22,19,0,24).

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

CMYK: (22,19,0,24)
C22M19Y0K24 (22%, 19%, 0%, 24%)
(0.22 / 0.19 / 0.00 / 0.24)

CMYK percentages

%22.28
%18.65
%0
%24.31

Codes

Color #969DC1 in popluar color models

96 9D C1
RGB 150 157 193
HSL 230° 25.75% 67.25%
HSB/HSV 230° 22.28% 75.69%
CMYK 22.28% 18.65% 0.00%
24.31%

Color #969DC1 in popluar number systems.

HEX 96 9D C1
Decimal 150 157 193
Binary 10010110 10011101 11000001
Octal 226 235 301

Shades and tints

Shades of #969DC1

#969DC1
(150,157,193)
#898FB0
(137,143,176)
#7C819F
(124,129,159)
#6F738E
(111,115,142)
#62657D
(98,101,125)
#55576C
(85,87,108)
#48495B
(72,73,91)
#3B3B4A
(59,59,74)
#2E2D39
(46,45,57)
#211F28
(33,31,40)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #969DC1

#969DC1
(150,157,193)
#9FA5C6
(159,165,198)
#A8ADCB
(168,173,203)
#B1B5D0
(177,181,208)
#BABDD5
(186,189,213)
#C3C5DA
(195,197,218)
#CCCDDF
(204,205,223)
#D5D5E4
(213,213,228)
#DEDDE9
(222,221,233)
#E7E5EE
(231,229,238)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DC1; }

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

This text font color is #969DC1.

Background Color

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

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

This div background color is #969DC1.

Border color

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

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

This div border color is #969DC1.

Opacity

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

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

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

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

This text has shadow with #969DC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969DC1.

Preview

Color preview on black background

This text has color #969DC1 on black background.


Color preview on white background

This text has color #969DC1 on white background.


Black color preview on #969DC1 background

This text has black color on #969DC1 background.


White color preview on #969DC1 background

This text has white color on #969DC1 background.


Related colors

Complementary color

Complementary color for #hex is #69623E.


I love getcolorcode.com

Triadic colors

1 #C1969D and #9DC196 with #969DC1 are triadic colors.

2 #C19D96 and #9D96C1 with #969DC1 are triadic colors.