COLOR #968DC4

HEX: #968DC4
RGB: (150,141,196)

Color info

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

RGB color model

#968DC4 color RGB value is (150,141,196).

  • red value is 150;
  • green value is 141;
  • blue value is 196.
RGB:
(150,141,196)
(59%,55%,77%)

RGB channels and saturation

R 150 of 255 = 59%
G 141 of 255 = 55%
B 196 of 255 = 77%

150
141
196

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

Portions of RGB colors in percentages

R + G + B =
150 + 141 + 196 = 487 (100%)
R 150 of 487 ~ 30.8%
G 141 of 487 ~ 28.95%
B 196 of 487 ~ 40.25%

%30.8
%28.95
%40.25

CMYK color model

#968DC4 color CMYK value is (23,28,0,23).

  • cyan value is 23.47%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(23,28,0,23)
C23M28Y0K23 
(23%,28%,0%,23%)
(0.23/0.28/0.00/0.23)	

CMYK percentages

%23.47
%28.06
%0
%23.14

Codes

Color #968DC4 in popluar color models

968DC4
RGB150141196
HSL250°31.79%66.08%
HSB/HSV250°28.06%76.86%
CMYK23.47%28.06%0.00%
23.14%

Color #968DC4 in popluar number systems.

HEX968DC4
Decimal150141196
Binary100101101000110111000100
Octal226215304

Shades and tints

Shades of #968DC4

#968DC4
(150,141,196)
#8981B3
(137,129,179)
#7C75A2
(124,117,162)
#6F6991
(111,105,145)
#625D80
(98,93,128)
#55516F
(85,81,111)
#48455E
(72,69,94)
#3B394D
(59,57,77)
#2E2D3C
(46,45,60)
#21212B
(33,33,43)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #968DC4

#968DC4
(150,141,196)
#9F97C9
(159,151,201)
#A8A1CE
(168,161,206)
#B1ABD3
(177,171,211)
#BAB5D8
(186,181,216)
#C3BFDD
(195,191,221)
#CCC9E2
(204,201,226)
#D5D3E7
(213,211,231)
#DEDDEC
(222,221,236)
#E7E7F1
(231,231,241)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968DC4 color. Also use rgb(150,141,196) instead hex code.

Text Font Color

.myTextColor { color: #968DC4; }

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

This text font color is #968DC4.


Background Color

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

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

This div background color is #968DC4.


Border color

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

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

This div border color is #968DC4.


Opacity

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

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

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

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

This text has shadow with #968DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968DC4 on black background.


Color preview on white background

This text has color #968DC4 on white background.



Black color preview on #968DC4 background

This text has black color on #968DC4 background.


White color preview on #968DC4 background

This text has white color on #968DC4 background.