COLOR #969EEC

HEX: #969EEC
RGB: (150,158,236)

Color info

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

RGB color model

#969EEC color RGB value is (150,158,236).

  • red value is 150;
  • green value is 158;
  • blue value is 236.
RGB:
(150,158,236)
(59%,62%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 158 of 255 = 62%
B 236 of 255 = 93%

150
158
236

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

Portions of RGB colors in percentages

R + G + B =
150 + 158 + 236 = 544 (100%)
R 150 of 544 ~ 27.57%
G 158 of 544 ~ 29.04%
B 236 of 544 ~ 43.38%

%27.57
%29.04
%43.38

CMYK color model

#969EEC color CMYK value is (36,33,0,7).

  • cyan value is 36.44%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(36,33,0,7)
C36M33Y0K7 
(36%,33%,0%,7%)
(0.36/0.33/0.00/0.07)	

CMYK percentages

%36.44
%33.05
%0
%7.45

Codes

Color #969EEC in popluar color models

969EEC
RGB150158236
HSL234°69.35%75.69%
HSB/HSV234°36.44%92.55%
CMYK36.44%33.05%0.00%
7.45%

Color #969EEC in popluar number systems.

HEX969EEC
Decimal150158236
Binary100101101001111011101100
Octal226236354

Shades and tints

Shades of #969EEC

#969EEC
(150,158,236)
#8990D7
(137,144,215)
#7C82C2
(124,130,194)
#6F74AD
(111,116,173)
#626698
(98,102,152)
#555883
(85,88,131)
#484A6E
(72,74,110)
#3B3C59
(59,60,89)
#2E2E44
(46,46,68)
#21202F
(33,32,47)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #969EEC

#969EEC
(150,158,236)
#9FA6ED
(159,166,237)
#A8AEEE
(168,174,238)
#B1B6EF
(177,182,239)
#BABEF0
(186,190,240)
#C3C6F1
(195,198,241)
#CCCEF2
(204,206,242)
#D5D6F3
(213,214,243)
#DEDEF4
(222,222,244)
#E7E6F5
(231,230,245)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969EEC; }

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

This text font color is #969EEC.


Background Color

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

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

This div background color is #969EEC.


Border color

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

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

This div border color is #969EEC.


Opacity

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

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

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

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

This text has shadow with #969EEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969EEC on black background.


Color preview on white background

This text has color #969EEC on white background.



Black color preview on #969EEC background

This text has black color on #969EEC background.


White color preview on #969EEC background

This text has white color on #969EEC background.