COLOR #96697A

HEX: #96697A RGB: (150,105,122)

Color info

#96697A contains red, green and blue colors in about the same proportion. Web safe color of #96697A is #996666 (or #966).

RGB color model

#96697A color RGB value is (150,105,122).

RGB: (150,105,122) (59%, 41%, 48%)

RGB channels and saturation

R 150 of 255 = 59%
G 105 of 255 = 41%
B 122 of 255 = 48%

150
105
122

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

Portions of RGB colors in percentages

R + G + B = 150 + 105 + 122 = 377 (100%)
R 150 of 377 ~ 39.79%
G 105 of 377 ~ 27.85%
B 122 of 377 ~ 32.36'%

%39.79
%27.85
%32.36

CMYK color model

#96697A color CMYK value is (0,30,19,41).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 18.67%
  • key color value is 41.18%

CMYK: (0,30,19,41)
C0M30Y19K41 (0%, 30%, 19%, 41%)
(0.00 / 0.30 / 0.19 / 0.41)

CMYK percentages

%0
%30
%18.67
%41.18

Codes

Color #96697A in popluar color models

96 69 7A
RGB 150 105 122
HSL 337° 17.65% 50.00%
HSB/HSV 337° 30.00% 58.82%
CMYK 0.00% 30.00% 18.67%
41.18%

Color #96697A in popluar number systems.

HEX 96 69 7A
Decimal 150 105 122
Binary 10010110 1101001 1111010
Octal 226 151 172

Shades and tints

Shades of #96697A

#96697A
(150,105,122)
#89606F
(137,96,111)
#7C5764
(124,87,100)
#6F4E59
(111,78,89)
#62454E
(98,69,78)
#553C43
(85,60,67)
#483338
(72,51,56)
#3B2A2D
(59,42,45)
#2E2122
(46,33,34)
#211817
(33,24,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #96697A

#96697A
(150,105,122)
#9F7686
(159,118,134)
#A88392
(168,131,146)
#B1909E
(177,144,158)
#BA9DAA
(186,157,170)
#C3AAB6
(195,170,182)
#CCB7C2
(204,183,194)
#D5C4CE
(213,196,206)
#DED1DA
(222,209,218)
#E7DEE6
(231,222,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96697A color. Also use rgb(150,105,122) instead hex code.

Text Font Color

.myTextColor { color: #96697A; }

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

This text font color is #96697A.

Background Color

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

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

This div background color is #96697A.

Border color

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

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

This div border color is #96697A.

Opacity

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

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

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

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

This text has shadow with #96697A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96697A.

Preview

Color preview on black background

This text has color #96697A on black background.


Color preview on white background

This text has color #96697A on white background.


Black color preview on #96697A background

This text has black color on #96697A background.


White color preview on #96697A background

This text has white color on #96697A background.


Related colors

Complementary color

Complementary color for #hex is #699685.


I love getcolorcode.com

Triadic colors

1 #7A9669 and #697A96 with #96697A are triadic colors.

2 #7A6996 and #69967A with #96697A are triadic colors.