COLOR #968FC5

HEX: #968FC5
RGB: (150,143,197)

Color info

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

RGB color model

#968FC5 color RGB value is (150,143,197).

  • red value is 150;
  • green value is 143;
  • blue value is 197.
RGB:
(150,143,197)
(59%,56%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 197 of 255 = 77%

150
143
197

R + G + B ~ 64%. #968FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 197 = 490 (100%)
R 150 of 490 ~ 30.61%
G 143 of 490 ~ 29.18%
B 197 of 490 ~ 40.2%

%30.61
%29.18
%40.2

CMYK color model

#968FC5 color CMYK value is (24,27,0,23).

  • cyan value is 23.86%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(24,27,0,23)
C24M27Y0K23 
(24%,27%,0%,23%)
(0.24/0.27/0.00/0.23)	

CMYK percentages

%23.86
%27.41
%0
%22.75

Codes

Color #968FC5 in popluar color models

968FC5
RGB150143197
HSL248°31.76%66.67%
HSB/HSV248°27.41%77.25%
CMYK23.86%27.41%0.00%
22.75%

Color #968FC5 in popluar number systems.

HEX968FC5
Decimal150143197
Binary100101101000111111000101
Octal226217305

Shades and tints

Shades of #968FC5

#968FC5
(150,143,197)
#8982B4
(137,130,180)
#7C75A3
(124,117,163)
#6F6892
(111,104,146)
#625B81
(98,91,129)
#554E70
(85,78,112)
#48415F
(72,65,95)
#3B344E
(59,52,78)
#2E273D
(46,39,61)
#211A2C
(33,26,44)
#140D1B
(20,13,27)
#000000
(0,0,0)

Tints of #968FC5

#968FC5
(150,143,197)
#9F99CA
(159,153,202)
#A8A3CF
(168,163,207)
#B1ADD4
(177,173,212)
#BAB7D9
(186,183,217)
#C3C1DE
(195,193,222)
#CCCBE3
(204,203,227)
#D5D5E8
(213,213,232)
#DEDFED
(222,223,237)
#E7E9F2
(231,233,242)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968FC5 color. Also use rgb(150,143,197) instead hex code.

Text Font Color

.myTextColor { color: #968FC5; }

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

This text font color is #968FC5.


Background Color

.myBgColor { background-color: #968FC5; }

<div style="background-color:#968FC5">Inner text</div>

This div background color is #968FC5.


Border color

.myBorderColor { border: 1px solid #968FC5; }

<div style="border:3px solid #968FC5">Div</div>

This div border color is #968FC5.


Opacity

.myOpacity80 { color: #968FC5; opacity: 0.8; }

<p style="color:#968FC5;opacity:0.8;">80%</p>

Text with #968FC5 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 #968FC5;}

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

This text has shadow with #968FC5 color.

.textShadow {text-shadow: 3px 3px 1px #968FC5, 3px 3px 1px red;}

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

This text has shadow with #968FC5 primary color and red secondary color.


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

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

This text has shadow with #968FC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968FC5 on black background.


Color preview on white background

This text has color #968FC5 on white background.



Black color preview on #968FC5 background

This text has black color on #968FC5 background.


White color preview on #968FC5 background

This text has white color on #968FC5 background.