COLOR #969BDD

HEX: #969BDD
RGB: (150,155,221)

Color info

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

RGB color model

#969BDD color RGB value is (150,155,221).

  • red value is 150;
  • green value is 155;
  • blue value is 221.
RGB:
(150,155,221)
(59%,61%,87%)

RGB channels and saturation

R 150 of 255 = 59%
G 155 of 255 = 61%
B 221 of 255 = 87%

150
155
221

R + G + B ~ 69%. #969BDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 155 + 221 = 526 (100%)
R 150 of 526 ~ 28.52%
G 155 of 526 ~ 29.47%
B 221 of 526 ~ 42.02%

%28.52
%29.47
%42.02

CMYK color model

#969BDD color CMYK value is (32,30,0,13).

  • cyan value is 32.13%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,30,0,13)
C32M30Y0K13 
(32%,30%,0%,13%)
(0.32/0.30/0.00/0.13)	

CMYK percentages

%32.13
%29.86
%0
%13.33

Codes

Color #969BDD in popluar color models

969BDD
RGB150155221
HSL236°51.08%72.75%
HSB/HSV236°32.13%86.67%
CMYK32.13%29.86%0.00%
13.33%

Color #969BDD in popluar number systems.

HEX969BDD
Decimal150155221
Binary100101101001101111011101
Octal226233335

Shades and tints

Shades of #969BDD

#969BDD
(150,155,221)
#898DC9
(137,141,201)
#7C7FB5
(124,127,181)
#6F71A1
(111,113,161)
#62638D
(98,99,141)
#555579
(85,85,121)
#484765
(72,71,101)
#3B3951
(59,57,81)
#2E2B3D
(46,43,61)
#211D29
(33,29,41)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #969BDD

#969BDD
(150,155,221)
#9FA4E0
(159,164,224)
#A8ADE3
(168,173,227)
#B1B6E6
(177,182,230)
#BABFE9
(186,191,233)
#C3C8EC
(195,200,236)
#CCD1EF
(204,209,239)
#D5DAF2
(213,218,242)
#DEE3F5
(222,227,245)
#E7ECF8
(231,236,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969BDD color. Also use rgb(150,155,221) instead hex code.

Text Font Color

.myTextColor { color: #969BDD; }

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

This text font color is #969BDD.


Background Color

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

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

This div background color is #969BDD.


Border color

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

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

This div border color is #969BDD.


Opacity

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

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

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

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

This text has shadow with #969BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969BDD on black background.


Color preview on white background

This text has color #969BDD on white background.



Black color preview on #969BDD background

This text has black color on #969BDD background.


White color preview on #969BDD background

This text has white color on #969BDD background.