COLOR #996E86

HEX: #996E86 RGB: (153,110,134)

Color info

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

RGB color model

#996E86 color RGB value is (153,110,134).

RGB: (153,110,134) (60%, 43%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 134 of 255 = 53%

153
110
134

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 134 = 397 (100%)
R 153 of 397 ~ 38.54%
G 110 of 397 ~ 27.71%
B 134 of 397 ~ 33.75'%

%38.54
%27.71
%33.75

CMYK color model

#996E86 color CMYK value is (0,28,12,40).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 12.42%
  • key color value is 40.00%

CMYK: (0,28,12,40)
C0M28Y12K40 (0%, 28%, 12%, 40%)
(0.00 / 0.28 / 0.12 / 0.40)

CMYK percentages

%0
%28.1
%12.42
%40

Codes

Color #996E86 in popluar color models

99 6E 86
RGB 153 110 134
HSL 327° 17.41% 51.57%
HSB/HSV 327° 28.10% 60.00%
CMYK 0.00% 28.10% 12.42%
40.00%

Color #996E86 in popluar number systems.

HEX 99 6E 86
Decimal 153 110 134
Binary 10011001 1101110 10000110
Octal 231 156 206

Shades and tints

Shades of #996E86

#996E86
(153,110,134)
#8C647A
(140,100,122)
#7F5A6E
(127,90,110)
#725062
(114,80,98)
#654656
(101,70,86)
#583C4A
(88,60,74)
#4B323E
(75,50,62)
#3E2832
(62,40,50)
#311E26
(49,30,38)
#24141A
(36,20,26)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #996E86

#996E86
(153,110,134)
#A27B91
(162,123,145)
#AB889C
(171,136,156)
#B495A7
(180,149,167)
#BDA2B2
(189,162,178)
#C6AFBD
(198,175,189)
#CFBCC8
(207,188,200)
#D8C9D3
(216,201,211)
#E1D6DE
(225,214,222)
#EAE3E9
(234,227,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996E86 color. Also use rgb(153,110,134) instead hex code.

Text Font Color

.myTextColor { color: #996E86; }

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

This text font color is #996E86.

Background Color

.myBgColor { background-color: #996E86; }

<div style="background-color:#996E86">Inner text</div>

This div background color is #996E86.

Border color

.myBorderColor { border: 1px solid #996E86; }

<div style="border:3px solid #996E86">Div</div>

This div border color is #996E86.

Opacity

.myOpacity80 { color: #996E86; opacity: 0.8; }

<p style="color:#996E86;opacity:0.8;">80%</p>

Text with #996E86 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 #996E86;}

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

This text has shadow with #996E86 color.


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

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

This text has shadow with #996E86 primary color and red secondary color.


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

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

This text has shadow with #996E86 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #996E86.

Preview

Color preview on black background

This text has color #996E86 on black background.


Color preview on white background

This text has color #996E86 on white background.


Black color preview on #996E86 background

This text has black color on #996E86 background.


White color preview on #996E86 background

This text has white color on #996E86 background.


Related colors

Complementary color

Complementary color for #hex is #669179.


I love getcolorcode.com

Triadic colors

1 #86996E and #6E8699 with #996E86 are triadic colors.

2 #866E99 and #6E9986 with #996E86 are triadic colors.