COLOR #968CAD

HEX: #968CAD
RGB: (150,140,173)

Color info

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

RGB color model

#968CAD color RGB value is (150,140,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 173 of 255 = 68%

150
140
173

R + G + B ~ 61%. #968CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 173 = 463 (100%)
R 150 of 463 ~ 32.4%
G 140 of 463 ~ 30.24%
B 173 of 463 ~ 37.37%

%32.4
%30.24
%37.37

CMYK color model

#968CAD color CMYK value is (13,19,0,32).

  • cyan value is 13.29%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,19,0,32)
C13M19Y0K32 
(13%,19%,0%,32%)
(0.13/0.19/0.00/0.32)	

CMYK percentages

%13.29
%19.08
%0
%32.16

Codes

Color #968CAD in popluar color models

968CAD
RGB150140173
HSL258°16.75%61.37%
HSB/HSV258°19.08%67.84%
CMYK13.29%19.08%0.00%
32.16%

Color #968CAD in popluar number systems.

HEX968CAD
Decimal150140173
Binary100101101000110010101101
Octal226214255

Shades and tints

Shades of #968CAD

#968CAD
(150,140,173)
#89809E
(137,128,158)
#7C748F
(124,116,143)
#6F6880
(111,104,128)
#625C71
(98,92,113)
#555062
(85,80,98)
#484453
(72,68,83)
#3B3844
(59,56,68)
#2E2C35
(46,44,53)
#212026
(33,32,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #968CAD

#968CAD
(150,140,173)
#9F96B4
(159,150,180)
#A8A0BB
(168,160,187)
#B1AAC2
(177,170,194)
#BAB4C9
(186,180,201)
#C3BED0
(195,190,208)
#CCC8D7
(204,200,215)
#D5D2DE
(213,210,222)
#DEDCE5
(222,220,229)
#E7E6EC
(231,230,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968CAD; }

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

This text font color is #968CAD.


Background Color

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

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

This div background color is #968CAD.


Border color

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

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

This div border color is #968CAD.


Opacity

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

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

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

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

This text has shadow with #968CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968CAD on black background.


Color preview on white background

This text has color #968CAD on white background.



Black color preview on #968CAD background

This text has black color on #968CAD background.


White color preview on #968CAD background

This text has white color on #968CAD background.