COLOR #969FC9

HEX: #969FC9
RGB: (150,159,201)

Color info

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

RGB color model

#969FC9 color RGB value is (150,159,201).

  • red value is 150;
  • green value is 159;
  • blue value is 201.
RGB: (150,159,201) (59%,62%,79%)

RGB channels and saturation

R 150 of 255 = 59%
G 159 of 255 = 62%
B 201 of 255 = 79%

150
159
201

R + G + B ~ 67%. #969FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 201 = 510 (100%)
R 150 of 510 ~ 29.41%
G 159 of 510 ~ 31.18%
B 201 of 510 ~ 39.41%

%29.41
%31.18
%39.41

CMYK color model

#969FC9 color CMYK value is (25,21,0,21).

  • cyan value is 25.37%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (25,21,0,21) C25M21Y0K21 (25%,21%,0%,21%) (0.25/0.21/0.00/0.21)

CMYK percentages

%25.37
%20.9
%0
%21.18

Codes

Color #969FC9 in popluar color models

969FC9
RGB150159201
HSL229°32.08%68.82%
HSB/HSV229°25.37%78.82%
CMYK25.37%20.90%0.00%
21.18%

Color #969FC9 in popluar number systems.

HEX969FC9
Decimal150159201
Binary100101101001111111001001
Octal226237311

Shades and tints

Shades of #969FC9

#969FC9
(150,159,201)
#8991B7
(137,145,183)
#7C83A5
(124,131,165)
#6F7593
(111,117,147)
#626781
(98,103,129)
#55596F
(85,89,111)
#484B5D
(72,75,93)
#3B3D4B
(59,61,75)
#2E2F39
(46,47,57)
#212127
(33,33,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #969FC9

#969FC9
(150,159,201)
#9FA7CD
(159,167,205)
#A8AFD1
(168,175,209)
#B1B7D5
(177,183,213)
#BABFD9
(186,191,217)
#C3C7DD
(195,199,221)
#CCCFE1
(204,207,225)
#D5D7E5
(213,215,229)
#DEDFE9
(222,223,233)
#E7E7ED
(231,231,237)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969FC9 color. Also use rgb(150,159,201) instead hex code.

Text Font Color

.myTextColor { color: #969FC9; }

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

This text font color is #969FC9.


Background Color

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

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

This div background color is #969FC9.


Border color

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

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

This div border color is #969FC9.


Opacity

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

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

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

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

This text has shadow with #969FC9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969FC9 on black background.


Color preview on white background

This text has color #969FC9 on white background.



Black color preview on #969FC9 background

This text has black color on #969FC9 background.


White color preview on #969FC9 background

This text has white color on #969FC9 background.