COLOR #96688B

HEX: #96688B
RGB: (150,104,139)

Color info

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

RGB color model

#96688B color RGB value is (150,104,139).

  • red value is 150;
  • green value is 104;
  • blue value is 139.
RGB:
(150,104,139)
(59%,41%,55%)

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 139 of 255 = 55%

150
104
139

R + G + B ~ 52%. #96688B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 139 = 393 (100%)
R 150 of 393 ~ 38.17%
G 104 of 393 ~ 26.46%
B 139 of 393 ~ 35.37%

%38.17
%26.46
%35.37

CMYK color model

#96688B color CMYK value is (0,31,7,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,31,7,41)
C0M31Y7K41 
(0%,31%,7%,41%)
(0.00/0.31/0.07/0.41)	

CMYK percentages

%0
%30.67
%7.33
%41.18

Codes

Color #96688B in popluar color models

96688B
RGB150104139
HSL314°18.11%49.80%
HSB/HSV314°30.67%58.82%
CMYK0.00%30.67%7.33%
41.18%

Color #96688B in popluar number systems.

HEX96688B
Decimal150104139
Binary10010110110100010001011
Octal226150213

Shades and tints

Shades of #96688B

#96688B
(150,104,139)
#895F7F
(137,95,127)
#7C5673
(124,86,115)
#6F4D67
(111,77,103)
#62445B
(98,68,91)
#553B4F
(85,59,79)
#483243
(72,50,67)
#3B2937
(59,41,55)
#2E202B
(46,32,43)
#21171F
(33,23,31)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #96688B

#96688B
(150,104,139)
#9F7595
(159,117,149)
#A8829F
(168,130,159)
#B18FA9
(177,143,169)
#BA9CB3
(186,156,179)
#C3A9BD
(195,169,189)
#CCB6C7
(204,182,199)
#D5C3D1
(213,195,209)
#DED0DB
(222,208,219)
#E7DDE5
(231,221,229)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96688B color. Also use rgb(150,104,139) instead hex code.

Text Font Color

.myTextColor { color: #96688B; }

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

This text font color is #96688B.


Background Color

.myBgColor { background-color: #96688B; }

<div style="background-color:#96688B">Inner text</div>

This div background color is #96688B.


Border color

.myBorderColor { border: 1px solid #96688B; }

<div style="border:3px solid #96688B">Div</div>

This div border color is #96688B.


Opacity

.myOpacity80 { color: #96688B; opacity: 0.8; }

<p style="color:#96688B;opacity:0.8;">80%</p>

Text with #96688B 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 #96688B;}

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

This text has shadow with #96688B color.

.textShadow {text-shadow: 3px 3px 1px #96688B, 3px 3px 1px red;}

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

This text has shadow with #96688B primary color and red secondary color.


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

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

This text has shadow with #96688B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96688B;
-webkit-box-shadow: 1px 1px 3px 2px #96688B;
box-shadow:1px 1px 3px 2px #96688B;">
Div content here</div>
This div box has shadow with color #96688B.

Preview

Color preview on black background

This text has color #96688B on black background.


Color preview on white background

This text has color #96688B on white background.



Black color preview on #96688B background

This text has black color on #96688B background.


White color preview on #96688B background

This text has white color on #96688B background.