COLOR #968BA1

HEX: #968BA1
RGB: (150,139,161)

Color info

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

RGB color model

#968BA1 color RGB value is (150,139,161).

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

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 161 of 255 = 63%

150
139
161

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 161 = 450 (100%)
R 150 of 450 ~ 33.33%
G 139 of 450 ~ 30.89%
B 161 of 450 ~ 35.78%

%33.33
%30.89
%35.78

CMYK color model

#968BA1 color CMYK value is (7,14,0,37).

  • cyan value is 6.83%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,14,0,37)
C7M14Y0K37 
(7%,14%,0%,37%)
(0.07/0.14/0.00/0.37)	

CMYK percentages

%6.83
%13.66
%0
%36.86

Codes

Color #968BA1 in popluar color models

968BA1
RGB150139161
HSL270°10.48%58.82%
HSB/HSV270°13.66%63.14%
CMYK6.83%13.66%0.00%
36.86%

Color #968BA1 in popluar number systems.

HEX968BA1
Decimal150139161
Binary100101101000101110100001
Octal226213241

Shades and tints

Shades of #968BA1

#968BA1
(150,139,161)
#897F93
(137,127,147)
#7C7385
(124,115,133)
#6F6777
(111,103,119)
#625B69
(98,91,105)
#554F5B
(85,79,91)
#48434D
(72,67,77)
#3B373F
(59,55,63)
#2E2B31
(46,43,49)
#211F23
(33,31,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #968BA1

#968BA1
(150,139,161)
#9F95A9
(159,149,169)
#A89FB1
(168,159,177)
#B1A9B9
(177,169,185)
#BAB3C1
(186,179,193)
#C3BDC9
(195,189,201)
#CCC7D1
(204,199,209)
#D5D1D9
(213,209,217)
#DEDBE1
(222,219,225)
#E7E5E9
(231,229,233)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968BA1; }

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

This text font color is #968BA1.


Background Color

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

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

This div background color is #968BA1.


Border color

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

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

This div border color is #968BA1.


Opacity

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

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

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

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

This text has shadow with #968BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968BA1 on black background.


Color preview on white background

This text has color #968BA1 on white background.



Black color preview on #968BA1 background

This text has black color on #968BA1 background.


White color preview on #968BA1 background

This text has white color on #968BA1 background.