COLOR #968CA9

HEX: #968CA9
RGB: (150,140,169)

Color info

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

RGB color model

#968CA9 color RGB value is (150,140,169).

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

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 169 of 255 = 66%

150
140
169

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

Portions of RGB colors in percentages

R + G + B =
150 + 140 + 169 = 459 (100%)
R 150 of 459 ~ 32.68%
G 140 of 459 ~ 30.5%
B 169 of 459 ~ 36.82%

%32.68
%30.5
%36.82

CMYK color model

#968CA9 color CMYK value is (11,17,0,34).

  • cyan value is 11.24%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(11,17,0,34)
C11M17Y0K34 
(11%,17%,0%,34%)
(0.11/0.17/0.00/0.34)	

CMYK percentages

%11.24
%17.16
%0
%33.73

Codes

Color #968CA9 in popluar color models

968CA9
RGB150140169
HSL261°14.43%60.59%
HSB/HSV261°17.16%66.27%
CMYK11.24%17.16%0.00%
33.73%

Color #968CA9 in popluar number systems.

HEX968CA9
Decimal150140169
Binary100101101000110010101001
Octal226214251

Shades and tints

Shades of #968CA9

#968CA9
(150,140,169)
#89809A
(137,128,154)
#7C748B
(124,116,139)
#6F687C
(111,104,124)
#625C6D
(98,92,109)
#55505E
(85,80,94)
#48444F
(72,68,79)
#3B3840
(59,56,64)
#2E2C31
(46,44,49)
#212022
(33,32,34)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #968CA9

#968CA9
(150,140,169)
#9F96B0
(159,150,176)
#A8A0B7
(168,160,183)
#B1AABE
(177,170,190)
#BAB4C5
(186,180,197)
#C3BECC
(195,190,204)
#CCC8D3
(204,200,211)
#D5D2DA
(213,210,218)
#DEDCE1
(222,220,225)
#E7E6E8
(231,230,232)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968CA9; }

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

This text font color is #968CA9.


Background Color

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

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

This div background color is #968CA9.


Border color

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

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

This div border color is #968CA9.


Opacity

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

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

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

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

This text has shadow with #968CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968CA9 on black background.


Color preview on white background

This text has color #968CA9 on white background.



Black color preview on #968CA9 background

This text has black color on #968CA9 background.


White color preview on #968CA9 background

This text has white color on #968CA9 background.