COLOR #969DEA

HEX: #969DEA
RGB: (150,157,234)

Color info

#969DEA contains mainly blue color. Web safe color of #969DEA is #9999FF (or #99F).

RGB color model

#969DEA color RGB value is (150,157,234).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 234 of 255 = 92%

150
157
234

R + G + B ~ 71%. #969DEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 234 = 541 (100%)
R 150 of 541 ~ 27.73%
G 157 of 541 ~ 29.02%
B 234 of 541 ~ 43.25%

%27.73
%29.02
%43.25

CMYK color model

#969DEA color CMYK value is (36,33,0,8).

  • cyan value is 35.90%
  • magenta value is 32.91%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(36,33,0,8)
C36M33Y0K8 
(36%,33%,0%,8%)
(0.36/0.33/0.00/0.08)	

CMYK percentages

%35.9
%32.91
%0
%8.24

Codes

Color #969DEA in popluar color models

969DEA
RGB150157234
HSL235°66.67%75.29%
HSB/HSV235°35.90%91.76%
CMYK35.90%32.91%0.00%
8.24%

Color #969DEA in popluar number systems.

HEX969DEA
Decimal150157234
Binary100101101001110111101010
Octal226235352

Shades and tints

Shades of #969DEA

#969DEA
(150,157,234)
#898FD5
(137,143,213)
#7C81C0
(124,129,192)
#6F73AB
(111,115,171)
#626596
(98,101,150)
#555781
(85,87,129)
#48496C
(72,73,108)
#3B3B57
(59,59,87)
#2E2D42
(46,45,66)
#211F2D
(33,31,45)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #969DEA

#969DEA
(150,157,234)
#9FA5EB
(159,165,235)
#A8ADEC
(168,173,236)
#B1B5ED
(177,181,237)
#BABDEE
(186,189,238)
#C3C5EF
(195,197,239)
#CCCDF0
(204,205,240)
#D5D5F1
(213,213,241)
#DEDDF2
(222,221,242)
#E7E5F3
(231,229,243)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DEA; }

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

This text font color is #969DEA.


Background Color

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

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

This div background color is #969DEA.


Border color

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

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

This div border color is #969DEA.


Opacity

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

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

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

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

This text has shadow with #969DEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DEA on black background.


Color preview on white background

This text has color #969DEA on white background.



Black color preview on #969DEA background

This text has black color on #969DEA background.


White color preview on #969DEA background

This text has white color on #969DEA background.