COLOR #969DE6

HEX: #969DE6
RGB: (150,157,230)

Color info

#969DE6 contains mainly blue color. Web safe color of #969DE6 is #9999CC (or #99C).

RGB color model

#969DE6 color RGB value is (150,157,230).

  • red value is 150;
  • green value is 157;
  • blue value is 230.
RGB:
(150,157,230)
(59%,62%,90%)

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 230 of 255 = 90%

150
157
230

R + G + B ~ 70%. #969DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 230 = 537 (100%)
R 150 of 537 ~ 27.93%
G 157 of 537 ~ 29.24%
B 230 of 537 ~ 42.83%

%27.93
%29.24
%42.83

CMYK color model

#969DE6 color CMYK value is (35,32,0,10).

  • cyan value is 34.78%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(35,32,0,10)
C35M32Y0K10 
(35%,32%,0%,10%)
(0.35/0.32/0.00/0.10)	

CMYK percentages

%34.78
%31.74
%0
%9.8

Codes

Color #969DE6 in popluar color models

969DE6
RGB150157230
HSL235°61.54%74.51%
HSB/HSV235°34.78%90.20%
CMYK34.78%31.74%0.00%
9.80%

Color #969DE6 in popluar number systems.

HEX969DE6
Decimal150157230
Binary100101101001110111100110
Octal226235346

Shades and tints

Shades of #969DE6

#969DE6
(150,157,230)
#898FD2
(137,143,210)
#7C81BE
(124,129,190)
#6F73AA
(111,115,170)
#626596
(98,101,150)
#555782
(85,87,130)
#48496E
(72,73,110)
#3B3B5A
(59,59,90)
#2E2D46
(46,45,70)
#211F32
(33,31,50)
#14111E
(20,17,30)
#000000
(0,0,0)

Tints of #969DE6

#969DE6
(150,157,230)
#9FA5E8
(159,165,232)
#A8ADEA
(168,173,234)
#B1B5EC
(177,181,236)
#BABDEE
(186,189,238)
#C3C5F0
(195,197,240)
#CCCDF2
(204,205,242)
#D5D5F4
(213,213,244)
#DEDDF6
(222,221,246)
#E7E5F8
(231,229,248)
#F0EDFA
(240,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DE6; }

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

This text font color is #969DE6.


Background Color

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

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

This div background color is #969DE6.


Border color

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

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

This div border color is #969DE6.


Opacity

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

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

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

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

This text has shadow with #969DE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DE6 on black background.


Color preview on white background

This text has color #969DE6 on white background.



Black color preview on #969DE6 background

This text has black color on #969DE6 background.


White color preview on #969DE6 background

This text has white color on #969DE6 background.