COLOR #968BA2

HEX: #968BA2
RGB: (150,139,162)

Color info

#968BA2 contains red, green and blue colors in about the same proportion. Web safe color of #968BA2 is #999999 (or #999).

RGB color model

#968BA2 color RGB value is (150,139,162).

  • red value is 150;
  • green value is 139;
  • blue value is 162.
RGB:
(150,139,162)
(59%,55%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 162 of 255 = 64%

150
139
162

R + G + B ~ 59%. #968BA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 162 = 451 (100%)
R 150 of 451 ~ 33.26%
G 139 of 451 ~ 30.82%
B 162 of 451 ~ 35.92%

%33.26
%30.82
%35.92

CMYK color model

#968BA2 color CMYK value is (7,14,0,36).

  • cyan value is 7.41%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(7,14,0,36)
C7M14Y0K36 
(7%,14%,0%,36%)
(0.07/0.14/0.00/0.36)	

CMYK percentages

%7.41
%14.2
%0
%36.47

Codes

Color #968BA2 in popluar color models

968BA2
RGB150139162
HSL269°11.00%59.02%
HSB/HSV269°14.20%63.53%
CMYK7.41%14.20%0.00%
36.47%

Color #968BA2 in popluar number systems.

HEX968BA2
Decimal150139162
Binary100101101000101110100010
Octal226213242

Shades and tints

Shades of #968BA2

#968BA2
(150,139,162)
#897F94
(137,127,148)
#7C7386
(124,115,134)
#6F6778
(111,103,120)
#625B6A
(98,91,106)
#554F5C
(85,79,92)
#48434E
(72,67,78)
#3B3740
(59,55,64)
#2E2B32
(46,43,50)
#211F24
(33,31,36)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #968BA2

#968BA2
(150,139,162)
#9F95AA
(159,149,170)
#A89FB2
(168,159,178)
#B1A9BA
(177,169,186)
#BAB3C2
(186,179,194)
#C3BDCA
(195,189,202)
#CCC7D2
(204,199,210)
#D5D1DA
(213,209,218)
#DEDBE2
(222,219,226)
#E7E5EA
(231,229,234)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968BA2 color. Also use rgb(150,139,162) instead hex code.

Text Font Color

.myTextColor { color: #968BA2; }

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

This text font color is #968BA2.


Background Color

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

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

This div background color is #968BA2.


Border color

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

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

This div border color is #968BA2.


Opacity

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

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

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

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

This text has shadow with #968BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968BA2 on black background.


Color preview on white background

This text has color #968BA2 on white background.



Black color preview on #968BA2 background

This text has black color on #968BA2 background.


White color preview on #968BA2 background

This text has white color on #968BA2 background.