COLOR #967ABB

HEX: #967ABB
RGB: (150,122,187)

Color info

#967ABB contains mainly red and blue colors. Web safe color of #967ABB is #9966CC (or #96C).

RGB color model

#967ABB color RGB value is (150,122,187).

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

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 187 of 255 = 73%

150
122
187

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 187 = 459 (100%)
R 150 of 459 ~ 32.68%
G 122 of 459 ~ 26.58%
B 187 of 459 ~ 40.74%

%32.68
%26.58
%40.74

CMYK color model

#967ABB color CMYK value is (20,35,0,27).

  • cyan value is 19.79%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,35,0,27)
C20M35Y0K27 
(20%,35%,0%,27%)
(0.20/0.35/0.00/0.27)	

CMYK percentages

%19.79
%34.76
%0
%26.67

Codes

Color #967ABB in popluar color models

967ABB
RGB150122187
HSL266°32.34%60.59%
HSB/HSV266°34.76%73.33%
CMYK19.79%34.76%0.00%
26.67%

Color #967ABB in popluar number systems.

HEX967ABB
Decimal150122187
Binary10010110111101010111011
Octal226172273

Shades and tints

Shades of #967ABB

#967ABB
(150,122,187)
#896FAA
(137,111,170)
#7C6499
(124,100,153)
#6F5988
(111,89,136)
#624E77
(98,78,119)
#554366
(85,67,102)
#483855
(72,56,85)
#3B2D44
(59,45,68)
#2E2233
(46,34,51)
#211722
(33,23,34)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #967ABB

#967ABB
(150,122,187)
#9F86C1
(159,134,193)
#A892C7
(168,146,199)
#B19ECD
(177,158,205)
#BAAAD3
(186,170,211)
#C3B6D9
(195,182,217)
#CCC2DF
(204,194,223)
#D5CEE5
(213,206,229)
#DEDAEB
(222,218,235)
#E7E6F1
(231,230,241)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967ABB; }

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

This text font color is #967ABB.


Background Color

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

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

This div background color is #967ABB.


Border color

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

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

This div border color is #967ABB.


Opacity

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

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

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

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

This text has shadow with #967ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967ABB on black background.


Color preview on white background

This text has color #967ABB on white background.



Black color preview on #967ABB background

This text has black color on #967ABB background.


White color preview on #967ABB background

This text has white color on #967ABB background.