COLOR #968BAF

HEX: #968BAF
RGB: (150,139,175)

Color info

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

RGB color model

#968BAF color RGB value is (150,139,175).

  • red value is 150;
  • green value is 139;
  • blue value is 175.
RGB:
(150,139,175)
(59%,55%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 175 of 255 = 69%

150
139
175

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

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 175 = 464 (100%)
R 150 of 464 ~ 32.33%
G 139 of 464 ~ 29.96%
B 175 of 464 ~ 37.72%

%32.33
%29.96
%37.72

CMYK color model

#968BAF color CMYK value is (14,21,0,31).

  • cyan value is 14.29%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(14,21,0,31)
C14M21Y0K31 
(14%,21%,0%,31%)
(0.14/0.21/0.00/0.31)	

CMYK percentages

%14.29
%20.57
%0
%31.37

Codes

Color #968BAF in popluar color models

968BAF
RGB150139175
HSL258°18.37%61.57%
HSB/HSV258°20.57%68.63%
CMYK14.29%20.57%0.00%
31.37%

Color #968BAF in popluar number systems.

HEX968BAF
Decimal150139175
Binary100101101000101110101111
Octal226213257

Shades and tints

Shades of #968BAF

#968BAF
(150,139,175)
#897FA0
(137,127,160)
#7C7391
(124,115,145)
#6F6782
(111,103,130)
#625B73
(98,91,115)
#554F64
(85,79,100)
#484355
(72,67,85)
#3B3746
(59,55,70)
#2E2B37
(46,43,55)
#211F28
(33,31,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #968BAF

#968BAF
(150,139,175)
#9F95B6
(159,149,182)
#A89FBD
(168,159,189)
#B1A9C4
(177,169,196)
#BAB3CB
(186,179,203)
#C3BDD2
(195,189,210)
#CCC7D9
(204,199,217)
#D5D1E0
(213,209,224)
#DEDBE7
(222,219,231)
#E7E5EE
(231,229,238)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968BAF color. Also use rgb(150,139,175) instead hex code.

Text Font Color

.myTextColor { color: #968BAF; }

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

This text font color is #968BAF.


Background Color

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

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

This div background color is #968BAF.


Border color

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

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

This div border color is #968BAF.


Opacity

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

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

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

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

This text has shadow with #968BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968BAF on black background.


Color preview on white background

This text has color #968BAF on white background.



Black color preview on #968BAF background

This text has black color on #968BAF background.


White color preview on #968BAF background

This text has white color on #968BAF background.