COLOR #969DD5

HEX: #969DD5
RGB: (150,157,213)

Color info

#969DD5 contains mainly green and blue colors. Web safe color of #969DD5 is #9999CC (or #99C).

RGB color model

#969DD5 color RGB value is (150,157,213).

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

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 213 of 255 = 84%

150
157
213

R + G + B ~ 68%. #969DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 157 + 213 = 520 (100%)
R 150 of 520 ~ 28.85%
G 157 of 520 ~ 30.19%
B 213 of 520 ~ 40.96%

%28.85
%30.19
%40.96

CMYK color model

#969DD5 color CMYK value is (30,26,0,16).

  • cyan value is 29.58%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(30,26,0,16)
C30M26Y0K16 
(30%,26%,0%,16%)
(0.30/0.26/0.00/0.16)	

CMYK percentages

%29.58
%26.29
%0
%16.47

Codes

Color #969DD5 in popluar color models

969DD5
RGB150157213
HSL233°42.86%71.18%
HSB/HSV233°29.58%83.53%
CMYK29.58%26.29%0.00%
16.47%

Color #969DD5 in popluar number systems.

HEX969DD5
Decimal150157213
Binary100101101001110111010101
Octal226235325

Shades and tints

Shades of #969DD5

#969DD5
(150,157,213)
#898FC2
(137,143,194)
#7C81AF
(124,129,175)
#6F739C
(111,115,156)
#626589
(98,101,137)
#555776
(85,87,118)
#484963
(72,73,99)
#3B3B50
(59,59,80)
#2E2D3D
(46,45,61)
#211F2A
(33,31,42)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #969DD5

#969DD5
(150,157,213)
#9FA5D8
(159,165,216)
#A8ADDB
(168,173,219)
#B1B5DE
(177,181,222)
#BABDE1
(186,189,225)
#C3C5E4
(195,197,228)
#CCCDE7
(204,205,231)
#D5D5EA
(213,213,234)
#DEDDED
(222,221,237)
#E7E5F0
(231,229,240)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DD5; }

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

This text font color is #969DD5.


Background Color

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

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

This div background color is #969DD5.


Border color

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

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

This div border color is #969DD5.


Opacity

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

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

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

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

This text has shadow with #969DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969DD5 on black background.


Color preview on white background

This text has color #969DD5 on white background.



Black color preview on #969DD5 background

This text has black color on #969DD5 background.


White color preview on #969DD5 background

This text has white color on #969DD5 background.