COLOR #969DD0

HEX: #969DD0 RGB: (150,157,208)

Color info

#969DD0 contains red, green and blue colors in about the same proportion. Web safe color of #969DD0 is #9999CC (or #99C).

RGB color model

#969DD0 color RGB value is (150,157,208).

RGB: (150,157,208) (59%, 62%, 82%)

RGB channels and saturation

R 150 of 255 = 59%
G 157 of 255 = 62%
B 208 of 255 = 82%

150
157
208

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

Portions of RGB colors in percentages

R + G + B = 150 + 157 + 208 = 515 (100%)
R 150 of 515 ~ 29.13%
G 157 of 515 ~ 30.49%
B 208 of 515 ~ 40.39'%

%29.13
%30.49
%40.39

CMYK color model

#969DD0 color CMYK value is (28,25,0,18).

  • cyan value is 27.88%
  • magenta value is 24.52%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (28,25,0,18)
C28M25Y0K18 (28%, 25%, 0%, 18%)
(0.28 / 0.25 / 0.00 / 0.18)

CMYK percentages

%27.88
%24.52
%0
%18.43

Codes

Color #969DD0 in popluar color models

96 9D D0
RGB 150 157 208
HSL 233° 38.16% 70.20%
HSB/HSV 233° 27.88% 81.57%
CMYK 27.88% 24.52% 0.00%
18.43%

Color #969DD0 in popluar number systems.

HEX 96 9D D0
Decimal 150 157 208
Binary 10010110 10011101 11010000
Octal 226 235 320

Shades and tints

Shades of #969DD0

#969DD0
(150,157,208)
#898FBE
(137,143,190)
#7C81AC
(124,129,172)
#6F739A
(111,115,154)
#626588
(98,101,136)
#555776
(85,87,118)
#484964
(72,73,100)
#3B3B52
(59,59,82)
#2E2D40
(46,45,64)
#211F2E
(33,31,46)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #969DD0

#969DD0
(150,157,208)
#9FA5D4
(159,165,212)
#A8ADD8
(168,173,216)
#B1B5DC
(177,181,220)
#BABDE0
(186,189,224)
#C3C5E4
(195,197,228)
#CCCDE8
(204,205,232)
#D5D5EC
(213,213,236)
#DEDDF0
(222,221,240)
#E7E5F4
(231,229,244)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969DD0; }

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

This text font color is #969DD0.

Background Color

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

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

This div background color is #969DD0.

Border color

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

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

This div border color is #969DD0.

Opacity

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

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

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

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

This text has shadow with #969DD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #969DD0.

Preview

Color preview on black background

This text has color #969DD0 on black background.


Color preview on white background

This text has color #969DD0 on white background.


Black color preview on #969DD0 background

This text has black color on #969DD0 background.


White color preview on #969DD0 background

This text has white color on #969DD0 background.


Related colors

Complementary color

Complementary color for #hex is #69622F.


I love getcolorcode.com

Triadic colors

1 #D0969D and #9DD096 with #969DD0 are triadic colors.

2 #D09D96 and #9D96D0 with #969DD0 are triadic colors.