COLOR #968BB6

HEX: #968BB6
RGB: (150,139,182)

Color info

#968BB6 contains red, green and blue colors in about the same proportion. Web safe color of #968BB6 is #9999CC (or #99C).

RGB color model

#968BB6 color RGB value is (150,139,182).

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

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 182 of 255 = 71%

150
139
182

R + G + B ~ 62%. #968BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 139 + 182 = 471 (100%)
R 150 of 471 ~ 31.85%
G 139 of 471 ~ 29.51%
B 182 of 471 ~ 38.64%

%31.85
%29.51
%38.64

CMYK color model

#968BB6 color CMYK value is (18,24,0,29).

  • cyan value is 17.58%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(18,24,0,29)
C18M24Y0K29 
(18%,24%,0%,29%)
(0.18/0.24/0.00/0.29)	

CMYK percentages

%17.58
%23.63
%0
%28.63

Codes

Color #968BB6 in popluar color models

968BB6
RGB150139182
HSL255°22.75%62.94%
HSB/HSV255°23.63%71.37%
CMYK17.58%23.63%0.00%
28.63%

Color #968BB6 in popluar number systems.

HEX968BB6
Decimal150139182
Binary100101101000101110110110
Octal226213266

Shades and tints

Shades of #968BB6

#968BB6
(150,139,182)
#897FA6
(137,127,166)
#7C7396
(124,115,150)
#6F6786
(111,103,134)
#625B76
(98,91,118)
#554F66
(85,79,102)
#484356
(72,67,86)
#3B3746
(59,55,70)
#2E2B36
(46,43,54)
#211F26
(33,31,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #968BB6

#968BB6
(150,139,182)
#9F95BC
(159,149,188)
#A89FC2
(168,159,194)
#B1A9C8
(177,169,200)
#BAB3CE
(186,179,206)
#C3BDD4
(195,189,212)
#CCC7DA
(204,199,218)
#D5D1E0
(213,209,224)
#DEDBE6
(222,219,230)
#E7E5EC
(231,229,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968BB6; }

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

This text font color is #968BB6.


Background Color

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

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

This div background color is #968BB6.


Border color

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

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

This div border color is #968BB6.


Opacity

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

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

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

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

This text has shadow with #968BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968BB6 on black background.


Color preview on white background

This text has color #968BB6 on white background.



Black color preview on #968BB6 background

This text has black color on #968BB6 background.


White color preview on #968BB6 background

This text has white color on #968BB6 background.