COLOR #969FD2

HEX: #969FD2 RGB: (150,159,210)

Color info

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

RGB color model

#969FD2 color RGB value is (150,159,210).

RGB: (150,159,210) (59%, 62%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 210 of 255 = 82%

150
159
210

R + G + B ~ 68%. #969FD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 159 + 210 = 519 (100%)
R 150 of 519 ~ 28.9%
G 159 of 519 ~ 30.64%
B 210 of 519 ~ 40.46'%

%28.9
%30.64
%40.46

CMYK color model

#969FD2 color CMYK value is (29,24,0,18).

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

CMYK: (29,24,0,18)
C29M24Y0K18 (29%, 24%, 0%, 18%)
(0.29 / 0.24 / 0.00 / 0.18)

CMYK percentages

%28.57
%24.29
%0
%17.65

Codes

Color #969FD2 in popluar color models

96 9F D2
RGB 150 159 210
HSL 231° 40.00% 70.59%
HSB/HSV 231° 28.57% 82.35%
CMYK 28.57% 24.29% 0.00%
17.65%

Color #969FD2 in popluar number systems.

HEX 96 9F D2
Decimal 150 159 210
Binary 10010110 10011111 11010010
Octal 226 237 322

Shades and tints

Shades of #969FD2

#969FD2
(150,159,210)
#8991BF
(137,145,191)
#7C83AC
(124,131,172)
#6F7599
(111,117,153)
#626786
(98,103,134)
#555973
(85,89,115)
#484B60
(72,75,96)
#3B3D4D
(59,61,77)
#2E2F3A
(46,47,58)
#212127
(33,33,39)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #969FD2

#969FD2
(150,159,210)
#9FA7D6
(159,167,214)
#A8AFDA
(168,175,218)
#B1B7DE
(177,183,222)
#BABFE2
(186,191,226)
#C3C7E6
(195,199,230)
#CCCFEA
(204,207,234)
#D5D7EE
(213,215,238)
#DEDFF2
(222,223,242)
#E7E7F6
(231,231,246)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FD2; }

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

This text font color is #969FD2.

Background Color

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

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

This div background color is #969FD2.

Border color

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

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

This div border color is #969FD2.

Opacity

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

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

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

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

This text has shadow with #969FD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969FD2.

Preview

Color preview on black background

This text has color #969FD2 on black background.


Color preview on white background

This text has color #969FD2 on white background.


Black color preview on #969FD2 background

This text has black color on #969FD2 background.


White color preview on #969FD2 background

This text has white color on #969FD2 background.


Related colors

Complementary color

Complementary color for #hex is #69602D.


I love getcolorcode.com

Triadic colors

1 #D2969F and #9FD296 with #969FD2 are triadic colors.

2 #D29F96 and #9F96D2 with #969FD2 are triadic colors.