COLOR #968EB7

HEX: #968EB7 RGB: (150,142,183)

Color info

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

RGB color model

#968EB7 color RGB value is (150,142,183).

RGB: (150,142,183) (59%, 56%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 183 of 255 = 72%

150
142
183

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

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 183 = 475 (100%)
R 150 of 475 ~ 31.58%
G 142 of 475 ~ 29.89%
B 183 of 475 ~ 38.53'%

%31.58
%29.89
%38.53

CMYK color model

#968EB7 color CMYK value is (18,22,0,28).

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

CMYK: (18,22,0,28)
C18M22Y0K28 (18%, 22%, 0%, 28%)
(0.18 / 0.22 / 0.00 / 0.28)

CMYK percentages

%18.03
%22.4
%0
%28.24

Codes

Color #968EB7 in popluar color models

96 8E B7
RGB 150 142 183
HSL 252° 22.16% 63.73%
HSB/HSV 252° 22.40% 71.76%
CMYK 18.03% 22.40% 0.00%
28.24%

Color #968EB7 in popluar number systems.

HEX 96 8E B7
Decimal 150 142 183
Binary 10010110 10001110 10110111
Octal 226 216 267

Shades and tints

Shades of #968EB7

#968EB7
(150,142,183)
#8982A7
(137,130,167)
#7C7697
(124,118,151)
#6F6A87
(111,106,135)
#625E77
(98,94,119)
#555267
(85,82,103)
#484657
(72,70,87)
#3B3A47
(59,58,71)
#2E2E37
(46,46,55)
#212227
(33,34,39)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #968EB7

#968EB7
(150,142,183)
#9F98BD
(159,152,189)
#A8A2C3
(168,162,195)
#B1ACC9
(177,172,201)
#BAB6CF
(186,182,207)
#C3C0D5
(195,192,213)
#CCCADB
(204,202,219)
#D5D4E1
(213,212,225)
#DEDEE7
(222,222,231)
#E7E8ED
(231,232,237)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968EB7; }

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

This text font color is #968EB7.

Background Color

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

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

This div background color is #968EB7.

Border color

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

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

This div border color is #968EB7.

Opacity

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

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

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

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

This text has shadow with #968EB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #968EB7.

Preview

Color preview on black background

This text has color #968EB7 on black background.


Color preview on white background

This text has color #968EB7 on white background.


Black color preview on #968EB7 background

This text has black color on #968EB7 background.


White color preview on #968EB7 background

This text has white color on #968EB7 background.


Related colors

Complementary color

Complementary color for #hex is #697148.


I love getcolorcode.com

Triadic colors

1 #B7968E and #8EB796 with #968EB7 are triadic colors.

2 #B78E96 and #8E96B7 with #968EB7 are triadic colors.