COLOR #968BB2

HEX: #968BB2 RGB: (150,139,178)

Color info

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

RGB color model

#968BB2 color RGB value is (150,139,178).

RGB: (150,139,178) (59%, 55%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 139 of 255 = 55%
B 178 of 255 = 70%

150
139
178

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

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 178 = 467 (100%)
R 150 of 467 ~ 32.12%
G 139 of 467 ~ 29.76%
B 178 of 467 ~ 38.12'%

%32.12
%29.76
%38.12

CMYK color model

#968BB2 color CMYK value is (16,22,0,30).

  • cyan value is 15.73%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (16,22,0,30) C16M22Y0K30 (16%,22%,0%,30%) (0.16/0.22/0.00/0.30) 

CMYK percentages

%15.73
%21.91
%0
%30.2

Codes

Color #968BB2 in popluar color models

96 8B B2
RGB 150 139 178
HSL 257° 20.21% 62.16%
HSB/HSV 257° 21.91% 69.80%
CMYK 15.73% 21.91% 0.00%
30.20%

Color #968BB2 in popluar number systems.

HEX 96 8B B2
Decimal 150 139 178
Binary 10010110 10001011 10110010
Octal 226 213 262

Shades and tints

Shades of #968BB2

#968BB2
(150,139,178)
#897FA2
(137,127,162)
#7C7392
(124,115,146)
#6F6782
(111,103,130)
#625B72
(98,91,114)
#554F62
(85,79,98)
#484352
(72,67,82)
#3B3742
(59,55,66)
#2E2B32
(46,43,50)
#211F22
(33,31,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #968BB2

#968BB2
(150,139,178)
#9F95B9
(159,149,185)
#A89FC0
(168,159,192)
#B1A9C7
(177,169,199)
#BAB3CE
(186,179,206)
#C3BDD5
(195,189,213)
#CCC7DC
(204,199,220)
#D5D1E3
(213,209,227)
#DEDBEA
(222,219,234)
#E7E5F1
(231,229,241)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968BB2; }

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

This text font color is #968BB2.

Background Color

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

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

This div background color is #968BB2.

Border color

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

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

This div border color is #968BB2.

Opacity

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

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

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

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

This text has shadow with #968BB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968BB2.

Preview

Color preview on black background

This text has color #968BB2 on black background.


Color preview on white background

This text has color #968BB2 on white background.


Black color preview on #968BB2 background

This text has black color on #968BB2 background.


White color preview on #968BB2 background

This text has white color on #968BB2 background.


Related colors

Complementary color

Complementary color for #hex is #69744D.


I love getcolorcode.com

Triadic colors

1 #B2968B and #8BB296 with #968BB2 are triadic colors.

2 #B28B96 and #8B96B2 with #968BB2 are triadic colors.