COLOR #968FAA

HEX: #968FAA
RGB: (150,143,170)

Color info

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

RGB color model

#968FAA color RGB value is (150,143,170).

  • red value is 150;
  • green value is 143;
  • blue value is 170.
RGB:
(150,143,170)
(59%,56%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 170 of 255 = 67%

150
143
170

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

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 170 = 463 (100%)
R 150 of 463 ~ 32.4%
G 143 of 463 ~ 30.89%
B 170 of 463 ~ 36.72%

%32.4
%30.89
%36.72

CMYK color model

#968FAA color CMYK value is (12,16,0,33).

  • cyan value is 11.76%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,16,0,33)
C12M16Y0K33 
(12%,16%,0%,33%)
(0.12/0.16/0.00/0.33)	

CMYK percentages

%11.76
%15.88
%0
%33.33

Codes

Color #968FAA in popluar color models

968FAA
RGB150143170
HSL256°13.71%61.37%
HSB/HSV256°15.88%66.67%
CMYK11.76%15.88%0.00%
33.33%

Color #968FAA in popluar number systems.

HEX968FAA
Decimal150143170
Binary100101101000111110101010
Octal226217252

Shades and tints

Shades of #968FAA

#968FAA
(150,143,170)
#89829B
(137,130,155)
#7C758C
(124,117,140)
#6F687D
(111,104,125)
#625B6E
(98,91,110)
#554E5F
(85,78,95)
#484150
(72,65,80)
#3B3441
(59,52,65)
#2E2732
(46,39,50)
#211A23
(33,26,35)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #968FAA

#968FAA
(150,143,170)
#9F99B1
(159,153,177)
#A8A3B8
(168,163,184)
#B1ADBF
(177,173,191)
#BAB7C6
(186,183,198)
#C3C1CD
(195,193,205)
#CCCBD4
(204,203,212)
#D5D5DB
(213,213,219)
#DEDFE2
(222,223,226)
#E7E9E9
(231,233,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968FAA color. Also use rgb(150,143,170) instead hex code.

Text Font Color

.myTextColor { color: #968FAA; }

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

This text font color is #968FAA.


Background Color

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

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

This div background color is #968FAA.


Border color

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

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

This div border color is #968FAA.


Opacity

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

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

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

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

This text has shadow with #968FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968FAA on black background.


Color preview on white background

This text has color #968FAA on white background.



Black color preview on #968FAA background

This text has black color on #968FAA background.


White color preview on #968FAA background

This text has white color on #968FAA background.