COLOR #969CD2

HEX: #969CD2 RGB: (150,156,210)

Color info

#969CD2 contains mainly green and blue colors. Web safe color of #969CD2 is #9999CC (or #99C).

RGB color model

#969CD2 color RGB value is (150,156,210).

RGB: (150,156,210) (59%, 61%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 156 of 255 = 61%
B 210 of 255 = 82%

150
156
210

R + G + B ~ 67%. #969CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 156 + 210 = 516 (100%)
R 150 of 516 ~ 29.07%
G 156 of 516 ~ 30.23%
B 210 of 516 ~ 40.7'%

%29.07
%30.23
%40.7

CMYK color model

#969CD2 color CMYK value is (29,26,0,18).

  • cyan value is 28.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (29,26,0,18)
C29M26Y0K18 (29%, 26%, 0%, 18%)
(0.29 / 0.26 / 0.00 / 0.18)

CMYK percentages

%28.57
%25.71
%0
%17.65

Codes

Color #969CD2 in popluar color models

96 9C D2
RGB 150 156 210
HSL 234° 40.00% 70.59%
HSB/HSV 234° 28.57% 82.35%
CMYK 28.57% 25.71% 0.00%
17.65%

Color #969CD2 in popluar number systems.

HEX 96 9C D2
Decimal 150 156 210
Binary 10010110 10011100 11010010
Octal 226 234 322

Shades and tints

Shades of #969CD2

#969CD2
(150,156,210)
#898EBF
(137,142,191)
#7C80AC
(124,128,172)
#6F7299
(111,114,153)
#626486
(98,100,134)
#555673
(85,86,115)
#484860
(72,72,96)
#3B3A4D
(59,58,77)
#2E2C3A
(46,44,58)
#211E27
(33,30,39)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #969CD2

#969CD2
(150,156,210)
#9FA5D6
(159,165,214)
#A8AEDA
(168,174,218)
#B1B7DE
(177,183,222)
#BAC0E2
(186,192,226)
#C3C9E6
(195,201,230)
#CCD2EA
(204,210,234)
#D5DBEE
(213,219,238)
#DEE4F2
(222,228,242)
#E7EDF6
(231,237,246)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969CD2 color. Also use rgb(150,156,210) instead hex code.

Text Font Color

.myTextColor { color: #969CD2; }

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

This text font color is #969CD2.

Background Color

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

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

This div background color is #969CD2.

Border color

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

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

This div border color is #969CD2.

Opacity

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

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

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

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

This text has shadow with #969CD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969CD2.

Preview

Color preview on black background

This text has color #969CD2 on black background.


Color preview on white background

This text has color #969CD2 on white background.


Black color preview on #969CD2 background

This text has black color on #969CD2 background.


White color preview on #969CD2 background

This text has white color on #969CD2 background.


Related colors

Complementary color

Complementary color for #hex is #69632D.


I love getcolorcode.com

Triadic colors

1 #D2969C and #9CD296 with #969CD2 are triadic colors.

2 #D29C96 and #9C96D2 with #969CD2 are triadic colors.