COLOR #968AAD

HEX: #968AAD
RGB: (150,138,173)

Color info

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

RGB color model

#968AAD color RGB value is (150,138,173).

  • red value is 150;
  • green value is 138;
  • blue value is 173.
RGB:
(150,138,173)
(59%,54%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 138 of 255 = 54%
B 173 of 255 = 68%

150
138
173

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

Portions of RGB colors in percentages

R + G + B =
150 + 138 + 173 = 461 (100%)
R 150 of 461 ~ 32.54%
G 138 of 461 ~ 29.93%
B 173 of 461 ~ 37.53%

%32.54
%29.93
%37.53

CMYK color model

#968AAD color CMYK value is (13,20,0,32).

  • cyan value is 13.29%
  • magenta value is 20.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,20,0,32)
C13M20Y0K32 
(13%,20%,0%,32%)
(0.13/0.20/0.00/0.32)	

CMYK percentages

%13.29
%20.23
%0
%32.16

Codes

Color #968AAD in popluar color models

968AAD
RGB150138173
HSL261°17.59%60.98%
HSB/HSV261°20.23%67.84%
CMYK13.29%20.23%0.00%
32.16%

Color #968AAD in popluar number systems.

HEX968AAD
Decimal150138173
Binary100101101000101010101101
Octal226212255

Shades and tints

Shades of #968AAD

#968AAD
(150,138,173)
#897E9E
(137,126,158)
#7C728F
(124,114,143)
#6F6680
(111,102,128)
#625A71
(98,90,113)
#554E62
(85,78,98)
#484253
(72,66,83)
#3B3644
(59,54,68)
#2E2A35
(46,42,53)
#211E26
(33,30,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #968AAD

#968AAD
(150,138,173)
#9F94B4
(159,148,180)
#A89EBB
(168,158,187)
#B1A8C2
(177,168,194)
#BAB2C9
(186,178,201)
#C3BCD0
(195,188,208)
#CCC6D7
(204,198,215)
#D5D0DE
(213,208,222)
#DEDAE5
(222,218,229)
#E7E4EC
(231,228,236)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968AAD color. Also use rgb(150,138,173) instead hex code.

Text Font Color

.myTextColor { color: #968AAD; }

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

This text font color is #968AAD.


Background Color

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

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

This div background color is #968AAD.


Border color

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

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

This div border color is #968AAD.


Opacity

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

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

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

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

This text has shadow with #968AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968AAD on black background.


Color preview on white background

This text has color #968AAD on white background.



Black color preview on #968AAD background

This text has black color on #968AAD background.


White color preview on #968AAD background

This text has white color on #968AAD background.