COLOR #96688A

HEX: #96688A
RGB: (150,104,138)

Color info

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

RGB color model

#96688A color RGB value is (150,104,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 104 of 255 = 41%
B 138 of 255 = 54%

150
104
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 104 + 138 = 392 (100%)
R 150 of 392 ~ 38.27%
G 104 of 392 ~ 26.53%
B 138 of 392 ~ 35.2%

%38.27
%26.53
%35.2

CMYK color model

#96688A color CMYK value is (0,31,8,41).

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,31,8,41)
C0M31Y8K41 
(0%,31%,8%,41%)
(0.00/0.31/0.08/0.41)	

CMYK percentages

%0
%30.67
%8
%41.18

Codes

Color #96688A in popluar color models

96688A
RGB150104138
HSL316°18.11%49.80%
HSB/HSV316°30.67%58.82%
CMYK0.00%30.67%8.00%
41.18%

Color #96688A in popluar number systems.

HEX96688A
Decimal150104138
Binary10010110110100010001010
Octal226150212

Shades and tints

Shades of #96688A

#96688A
(150,104,138)
#895F7E
(137,95,126)
#7C5672
(124,86,114)
#6F4D66
(111,77,102)
#62445A
(98,68,90)
#553B4E
(85,59,78)
#483242
(72,50,66)
#3B2936
(59,41,54)
#2E202A
(46,32,42)
#21171E
(33,23,30)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #96688A

#96688A
(150,104,138)
#9F7594
(159,117,148)
#A8829E
(168,130,158)
#B18FA8
(177,143,168)
#BA9CB2
(186,156,178)
#C3A9BC
(195,169,188)
#CCB6C6
(204,182,198)
#D5C3D0
(213,195,208)
#DED0DA
(222,208,218)
#E7DDE4
(231,221,228)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96688A; }

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

This text font color is #96688A.


Background Color

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

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

This div background color is #96688A.


Border color

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

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

This div border color is #96688A.


Opacity

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

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

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

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

This text has shadow with #96688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96688A on black background.


Color preview on white background

This text has color #96688A on white background.



Black color preview on #96688A background

This text has black color on #96688A background.


White color preview on #96688A background

This text has white color on #96688A background.