COLOR #967AB1

HEX: #967AB1
RGB: (150,122,177)

Color info

#967AB1 contains red, green and blue colors in about the same proportion. Web safe color of #967AB1 is #996699 (or #969).

RGB color model

#967AB1 color RGB value is (150,122,177).

  • red value is 150;
  • green value is 122;
  • blue value is 177.
RGB:
(150,122,177)
(59%,48%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 177 of 255 = 69%

150
122
177

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 177 = 449 (100%)
R 150 of 449 ~ 33.41%
G 122 of 449 ~ 27.17%
B 177 of 449 ~ 39.42%

%33.41
%27.17
%39.42

CMYK color model

#967AB1 color CMYK value is (15,31,0,31).

  • cyan value is 15.25%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(15,31,0,31)
C15M31Y0K31 
(15%,31%,0%,31%)
(0.15/0.31/0.00/0.31)	

CMYK percentages

%15.25
%31.07
%0
%30.59

Codes

Color #967AB1 in popluar color models

967AB1
RGB150122177
HSL271°26.07%58.63%
HSB/HSV271°31.07%69.41%
CMYK15.25%31.07%0.00%
30.59%

Color #967AB1 in popluar number systems.

HEX967AB1
Decimal150122177
Binary10010110111101010110001
Octal226172261

Shades and tints

Shades of #967AB1

#967AB1
(150,122,177)
#896FA1
(137,111,161)
#7C6491
(124,100,145)
#6F5981
(111,89,129)
#624E71
(98,78,113)
#554361
(85,67,97)
#483851
(72,56,81)
#3B2D41
(59,45,65)
#2E2231
(46,34,49)
#211721
(33,23,33)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #967AB1

#967AB1
(150,122,177)
#9F86B8
(159,134,184)
#A892BF
(168,146,191)
#B19EC6
(177,158,198)
#BAAACD
(186,170,205)
#C3B6D4
(195,182,212)
#CCC2DB
(204,194,219)
#D5CEE2
(213,206,226)
#DEDAE9
(222,218,233)
#E7E6F0
(231,230,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #967AB1 color. Also use rgb(150,122,177) instead hex code.

Text Font Color

.myTextColor { color: #967AB1; }

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

This text font color is #967AB1.


Background Color

.myBgColor { background-color: #967AB1; }

<div style="background-color:#967AB1">Inner text</div>

This div background color is #967AB1.


Border color

.myBorderColor { border: 1px solid #967AB1; }

<div style="border:3px solid #967AB1">Div</div>

This div border color is #967AB1.


Opacity

.myOpacity80 { color: #967AB1; opacity: 0.8; }

<p style="color:#967AB1;opacity:0.8;">80%</p>

Text with #967AB1 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 #967AB1;}

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

This text has shadow with #967AB1 color.

.textShadow {text-shadow: 3px 3px 1px #967AB1, 3px 3px 1px red;}

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

This text has shadow with #967AB1 primary color and red secondary color.


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

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

This text has shadow with #967AB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967AB1 on black background.


Color preview on white background

This text has color #967AB1 on white background.



Black color preview on #967AB1 background

This text has black color on #967AB1 background.


White color preview on #967AB1 background

This text has white color on #967AB1 background.