COLOR #96758C

HEX: #96758C RGB: (150,117,140)

Color info

#96758C contains red, green and blue colors in about the same proportion. Web safe color of #96758C is #996699 (or #969).

RGB color model

#96758C color RGB value is (150,117,140).

RGB: (150,117,140) (59%, 46%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 117 of 255 = 46%
B 140 of 255 = 55%

150
117
140

R + G + B ~ 53%. #96758C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 117 + 140 = 407 (100%)
R 150 of 407 ~ 36.86%
G 117 of 407 ~ 28.75%
B 140 of 407 ~ 34.4'%

%36.86
%28.75
%34.4

CMYK color model

#96758C color CMYK value is (0,22,7,41).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (0,22,7,41)
C0M22Y7K41 (0%, 22%, 7%, 41%)
(0.00 / 0.22 / 0.07 / 0.41)

CMYK percentages

%0
%22
%6.67
%41.18

Codes

Color #96758C in popluar color models

96 75 8C
RGB 150 117 140
HSL 318° 13.58% 52.35%
HSB/HSV 318° 22.00% 58.82%
CMYK 0.00% 22.00% 6.67%
41.18%

Color #96758C in popluar number systems.

HEX 96 75 8C
Decimal 150 117 140
Binary 10010110 1110101 10001100
Octal 226 165 214

Shades and tints

Shades of #96758C

#96758C
(150,117,140)
#896B80
(137,107,128)
#7C6174
(124,97,116)
#6F5768
(111,87,104)
#624D5C
(98,77,92)
#554350
(85,67,80)
#483944
(72,57,68)
#3B2F38
(59,47,56)
#2E252C
(46,37,44)
#211B20
(33,27,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #96758C

#96758C
(150,117,140)
#9F8196
(159,129,150)
#A88DA0
(168,141,160)
#B199AA
(177,153,170)
#BAA5B4
(186,165,180)
#C3B1BE
(195,177,190)
#CCBDC8
(204,189,200)
#D5C9D2
(213,201,210)
#DED5DC
(222,213,220)
#E7E1E6
(231,225,230)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96758C color. Also use rgb(150,117,140) instead hex code.

Text Font Color

.myTextColor { color: #96758C; }

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

This text font color is #96758C.

Background Color

.myBgColor { background-color: #96758C; }

<div style="background-color:#96758C">Inner text</div>

This div background color is #96758C.

Border color

.myBorderColor { border: 1px solid #96758C; }

<div style="border:3px solid #96758C">Div</div>

This div border color is #96758C.

Opacity

.myOpacity80 { color: #96758C; opacity: 0.8; }

<p style="color:#96758C;opacity:0.8;">80%</p>

Text with #96758C 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 #96758C;}

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

This text has shadow with #96758C color.


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

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

This text has shadow with #96758C primary color and red secondary color.


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

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

This text has shadow with #96758C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96758C.

Preview

Color preview on black background

This text has color #96758C on black background.


Color preview on white background

This text has color #96758C on white background.


Black color preview on #96758C background

This text has black color on #96758C background.


White color preview on #96758C background

This text has white color on #96758C background.


Related colors

Complementary color

Complementary color for #hex is #698A73.


I love getcolorcode.com

Triadic colors

1 #8C9675 and #758C96 with #96758C are triadic colors.

2 #8C7596 and #75968C with #96758C are triadic colors.