COLOR #969FCA

HEX: #969FCA
RGB: (150,159,202)

Color info

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

RGB color model

#969FCA color RGB value is (150,159,202).

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

RGB channels and saturation

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

150
159
202

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

Portions of RGB colors in percentages

R + G + B =
150 + 159 + 202 = 511 (100%)
R 150 of 511 ~ 29.35%
G 159 of 511 ~ 31.12%
B 202 of 511 ~ 39.53%

%29.35
%31.12
%39.53

CMYK color model

#969FCA color CMYK value is (26,21,0,21).

  • cyan value is 25.74%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (26,21,0,21) C26M21Y0K21 (26%,21%,0%,21%) (0.26/0.21/0.00/0.21)

CMYK percentages

%25.74
%21.29
%0
%20.78

Codes

Color #969FCA in popluar color models

969FCA
RGB150159202
HSL230°32.91%69.02%
HSB/HSV230°25.74%79.22%
CMYK25.74%21.29%0.00%
20.78%

Color #969FCA in popluar number systems.

HEX969FCA
Decimal150159202
Binary100101101001111111001010
Octal226237312

Shades and tints

Shades of #969FCA

#969FCA
(150,159,202)
#8991B8
(137,145,184)
#7C83A6
(124,131,166)
#6F7594
(111,117,148)
#626782
(98,103,130)
#555970
(85,89,112)
#484B5E
(72,75,94)
#3B3D4C
(59,61,76)
#2E2F3A
(46,47,58)
#212128
(33,33,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #969FCA

#969FCA
(150,159,202)
#9FA7CE
(159,167,206)
#A8AFD2
(168,175,210)
#B1B7D6
(177,183,214)
#BABFDA
(186,191,218)
#C3C7DE
(195,199,222)
#CCCFE2
(204,207,226)
#D5D7E6
(213,215,230)
#DEDFEA
(222,223,234)
#E7E7EE
(231,231,238)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969FCA; }

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

This text font color is #969FCA.


Background Color

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

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

This div background color is #969FCA.


Border color

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

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

This div border color is #969FCA.


Opacity

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

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

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

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

This text has shadow with #969FCA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969FCA on black background.


Color preview on white background

This text has color #969FCA on white background.



Black color preview on #969FCA background

This text has black color on #969FCA background.


White color preview on #969FCA background

This text has white color on #969FCA background.