COLOR #968BB3

HEX: #968BB3 RGB: (150,139,179)

Color info

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

RGB color model

#968BB3 color RGB value is (150,139,179).

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

RGB channels and saturation

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

150
139
179

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

Portions of RGB colors in percentages

R + G + B = 150 + 139 + 179 = 468 (100%)
R 150 of 468 ~ 32.05%
G 139 of 468 ~ 29.7%
B 179 of 468 ~ 38.25'%

%32.05
%29.7
%38.25

CMYK color model

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

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

CMYK percentages

%16.2
%22.35
%0
%29.8

Codes

Color #968BB3 in popluar color models

96 8B B3
RGB 150 139 179
HSL 257° 20.83% 62.35%
HSB/HSV 257° 22.35% 70.20%
CMYK 16.20% 22.35% 0.00%
29.80%

Color #968BB3 in popluar number systems.

HEX 96 8B B3
Decimal 150 139 179
Binary 10010110 10001011 10110011
Octal 226 213 263

Shades and tints

Shades of #968BB3

#968BB3
(150,139,179)
#897FA3
(137,127,163)
#7C7393
(124,115,147)
#6F6783
(111,103,131)
#625B73
(98,91,115)
#554F63
(85,79,99)
#484353
(72,67,83)
#3B3743
(59,55,67)
#2E2B33
(46,43,51)
#211F23
(33,31,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #968BB3

#968BB3
(150,139,179)
#9F95B9
(159,149,185)
#A89FBF
(168,159,191)
#B1A9C5
(177,169,197)
#BAB3CB
(186,179,203)
#C3BDD1
(195,189,209)
#CCC7D7
(204,199,215)
#D5D1DD
(213,209,221)
#DEDBE3
(222,219,227)
#E7E5E9
(231,229,233)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968BB3; }

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

This text font color is #968BB3.

Background Color

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

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

This div background color is #968BB3.

Border color

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

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

This div border color is #968BB3.

Opacity

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

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

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

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

This text has shadow with #968BB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968BB3.

Preview

Color preview on black background

This text has color #968BB3 on black background.


Color preview on white background

This text has color #968BB3 on white background.


Black color preview on #968BB3 background

This text has black color on #968BB3 background.


White color preview on #968BB3 background

This text has white color on #968BB3 background.


Related colors

Complementary color

Complementary color for #hex is #69744C.


I love getcolorcode.com

Triadic colors

1 #B3968B and #8BB396 with #968BB3 are triadic colors.

2 #B38B96 and #8B96B3 with #968BB3 are triadic colors.