COLOR #969EEA

HEX: #969EEA RGB: (150,158,234)

Color info

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

RGB color model

#969EEA color RGB value is (150,158,234).

RGB: (150,158,234) (59%, 62%, 92%)

RGB channels and saturation

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

150
158
234

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

Portions of RGB colors in percentages

R + G + B = 150 + 158 + 234 = 542 (100%)
R 150 of 542 ~ 27.68%
G 158 of 542 ~ 29.15%
B 234 of 542 ~ 43.17'%

%27.68
%29.15
%43.17

CMYK color model

#969EEA color CMYK value is (36,32,0,8).

  • cyan value is 35.90%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (36,32,0,8) C36M32Y0K8 (36%,32%,0%,8%) (0.36/0.32/0.00/0.08) 

CMYK percentages

%35.9
%32.48
%0
%8.24

Codes

Color #969EEA in popluar color models

96 9E EA
RGB 150 158 234
HSL 234° 66.67% 75.29%
HSB/HSV 234° 35.90% 91.76%
CMYK 35.90% 32.48% 0.00%
8.24%

Color #969EEA in popluar number systems.

HEX 96 9E EA
Decimal 150 158 234
Binary 10010110 10011110 11101010
Octal 226 236 352

Shades and tints

Shades of #969EEA

#969EEA
(150,158,234)
#8990D5
(137,144,213)
#7C82C0
(124,130,192)
#6F74AB
(111,116,171)
#626696
(98,102,150)
#555881
(85,88,129)
#484A6C
(72,74,108)
#3B3C57
(59,60,87)
#2E2E42
(46,46,66)
#21202D
(33,32,45)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #969EEA

#969EEA
(150,158,234)
#9FA6EB
(159,166,235)
#A8AEEC
(168,174,236)
#B1B6ED
(177,182,237)
#BABEEE
(186,190,238)
#C3C6EF
(195,198,239)
#CCCEF0
(204,206,240)
#D5D6F1
(213,214,241)
#DEDEF2
(222,222,242)
#E7E6F3
(231,230,243)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969EEA; }

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

This text font color is #969EEA.

Background Color

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

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

This div background color is #969EEA.

Border color

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

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

This div border color is #969EEA.

Opacity

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

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

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

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

This text has shadow with #969EEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969EEA.

Preview

Color preview on black background

This text has color #969EEA on black background.


Color preview on white background

This text has color #969EEA on white background.


Black color preview on #969EEA background

This text has black color on #969EEA background.


White color preview on #969EEA background

This text has white color on #969EEA background.


Related colors

Complementary color

Complementary color for #hex is #696115.


I love getcolorcode.com

Triadic colors

1 #EA969E and #9EEA96 with #969EEA are triadic colors.

2 #EA9E96 and #9E96EA with #969EEA are triadic colors.