COLOR #996E82

HEX: #996E82 RGB: (153,110,130)

Color info

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

RGB color model

#996E82 color RGB value is (153,110,130).

RGB: (153,110,130) (60%, 43%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 110 of 255 = 43%
B 130 of 255 = 51%

153
110
130

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

Portions of RGB colors in percentages

R + G + B = 153 + 110 + 130 = 393 (100%)
R 153 of 393 ~ 38.93%
G 110 of 393 ~ 27.99%
B 130 of 393 ~ 33.08'%

%38.93
%27.99
%33.08

CMYK color model

#996E82 color CMYK value is (0,28,15,40).

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

CMYK: (0,28,15,40)
C0M28Y15K40 (0%, 28%, 15%, 40%)
(0.00 / 0.28 / 0.15 / 0.40)

CMYK percentages

%0
%28.1
%15.03
%40

Codes

Color #996E82 in popluar color models

99 6E 82
RGB 153 110 130
HSL 332° 17.41% 51.57%
HSB/HSV 332° 28.10% 60.00%
CMYK 0.00% 28.10% 15.03%
40.00%

Color #996E82 in popluar number systems.

HEX 99 6E 82
Decimal 153 110 130
Binary 10011001 1101110 10000010
Octal 231 156 202

Shades and tints

Shades of #996E82

#996E82
(153,110,130)
#8C6477
(140,100,119)
#7F5A6C
(127,90,108)
#725061
(114,80,97)
#654656
(101,70,86)
#583C4B
(88,60,75)
#4B3240
(75,50,64)
#3E2835
(62,40,53)
#311E2A
(49,30,42)
#24141F
(36,20,31)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #996E82

#996E82
(153,110,130)
#A27B8D
(162,123,141)
#AB8898
(171,136,152)
#B495A3
(180,149,163)
#BDA2AE
(189,162,174)
#C6AFB9
(198,175,185)
#CFBCC4
(207,188,196)
#D8C9CF
(216,201,207)
#E1D6DA
(225,214,218)
#EAE3E5
(234,227,229)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996E82; }

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

This text font color is #996E82.

Background Color

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

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

This div background color is #996E82.

Border color

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

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

This div border color is #996E82.

Opacity

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

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

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

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

This text has shadow with #996E82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996E82.

Preview

Color preview on black background

This text has color #996E82 on black background.


Color preview on white background

This text has color #996E82 on white background.


Black color preview on #996E82 background

This text has black color on #996E82 background.


White color preview on #996E82 background

This text has white color on #996E82 background.


Related colors

Complementary color

Complementary color for #hex is #66917D.


I love getcolorcode.com

Triadic colors

1 #82996E and #6E8299 with #996E82 are triadic colors.

2 #826E99 and #6E9982 with #996E82 are triadic colors.