COLOR #969DDD

HEX: #969DDD
RGB: (150,157,221)

Color info

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

RGB color model

#969DDD color RGB value is (150,157,221).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 221 of 255 = 87%

150
157
221

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

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 221 = 528 (100%)
R 150 of 528 ~ 28.41%
G 157 of 528 ~ 29.73%
B 221 of 528 ~ 41.86%

%28.41
%29.73
%41.86

CMYK color model

#969DDD color CMYK value is (32,29,0,13).

  • cyan value is 32.13%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(32,29,0,13)
C32M29Y0K13 
(32%,29%,0%,13%)
(0.32/0.29/0.00/0.13)	

CMYK percentages

%32.13
%28.96
%0
%13.33

Codes

Color #969DDD in popluar color models

969DDD
RGB150157221
HSL234°51.08%72.75%
HSB/HSV234°32.13%86.67%
CMYK32.13%28.96%0.00%
13.33%

Color #969DDD in popluar number systems.

HEX969DDD
Decimal150157221
Binary100101101001110111011101
Octal226235335

Shades and tints

Shades of #969DDD

#969DDD
(150,157,221)
#898FC9
(137,143,201)
#7C81B5
(124,129,181)
#6F73A1
(111,115,161)
#62658D
(98,101,141)
#555779
(85,87,121)
#484965
(72,73,101)
#3B3B51
(59,59,81)
#2E2D3D
(46,45,61)
#211F29
(33,31,41)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #969DDD

#969DDD
(150,157,221)
#9FA5E0
(159,165,224)
#A8ADE3
(168,173,227)
#B1B5E6
(177,181,230)
#BABDE9
(186,189,233)
#C3C5EC
(195,197,236)
#CCCDEF
(204,205,239)
#D5D5F2
(213,213,242)
#DEDDF5
(222,221,245)
#E7E5F8
(231,229,248)
#F0EDFB
(240,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DDD; }

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

This text font color is #969DDD.


Background Color

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

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

This div background color is #969DDD.


Border color

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

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

This div border color is #969DDD.


Opacity

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

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

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

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

This text has shadow with #969DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DDD on black background.


Color preview on white background

This text has color #969DDD on white background.



Black color preview on #969DDD background

This text has black color on #969DDD background.


White color preview on #969DDD background

This text has white color on #969DDD background.