COLOR #968CB7

HEX: #968CB7 RGB: (150,140,183)

Color info

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

RGB color model

#968CB7 color RGB value is (150,140,183).

RGB: (150,140,183) (59%, 55%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 140 of 255 = 55%
B 183 of 255 = 72%

150
140
183

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

Portions of RGB colors in percentages

R + G + B = 150 + 140 + 183 = 473 (100%)
R 150 of 473 ~ 31.71%
G 140 of 473 ~ 29.6%
B 183 of 473 ~ 38.69'%

%31.71
%29.6
%38.69

CMYK color model

#968CB7 color CMYK value is (18,23,0,28).

  • cyan value is 18.03%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (18,23,0,28)
C18M23Y0K28 (18%, 23%, 0%, 28%)
(0.18 / 0.23 / 0.00 / 0.28)

CMYK percentages

%18.03
%23.5
%0
%28.24

Codes

Color #968CB7 in popluar color models

96 8C B7
RGB 150 140 183
HSL 254° 22.99% 63.33%
HSB/HSV 254° 23.50% 71.76%
CMYK 18.03% 23.50% 0.00%
28.24%

Color #968CB7 in popluar number systems.

HEX 96 8C B7
Decimal 150 140 183
Binary 10010110 10001100 10110111
Octal 226 214 267

Shades and tints

Shades of #968CB7

#968CB7
(150,140,183)
#8980A7
(137,128,167)
#7C7497
(124,116,151)
#6F6887
(111,104,135)
#625C77
(98,92,119)
#555067
(85,80,103)
#484457
(72,68,87)
#3B3847
(59,56,71)
#2E2C37
(46,44,55)
#212027
(33,32,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #968CB7

#968CB7
(150,140,183)
#9F96BD
(159,150,189)
#A8A0C3
(168,160,195)
#B1AAC9
(177,170,201)
#BAB4CF
(186,180,207)
#C3BED5
(195,190,213)
#CCC8DB
(204,200,219)
#D5D2E1
(213,210,225)
#DEDCE7
(222,220,231)
#E7E6ED
(231,230,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968CB7 color. Also use rgb(150,140,183) instead hex code.

Text Font Color

.myTextColor { color: #968CB7; }

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

This text font color is #968CB7.

Background Color

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

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

This div background color is #968CB7.

Border color

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

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

This div border color is #968CB7.

Opacity

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

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

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

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

This text has shadow with #968CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968CB7.

Preview

Color preview on black background

This text has color #968CB7 on black background.


Color preview on white background

This text has color #968CB7 on white background.


Black color preview on #968CB7 background

This text has black color on #968CB7 background.


White color preview on #968CB7 background

This text has white color on #968CB7 background.


Related colors

Complementary color

Complementary color for #hex is #697348.


I love getcolorcode.com

Triadic colors

1 #B7968C and #8CB796 with #968CB7 are triadic colors.

2 #B78C96 and #8C96B7 with #968CB7 are triadic colors.