COLOR #996C7B

HEX: #996C7B RGB: (153,108,123)

Color info

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

RGB color model

#996C7B color RGB value is (153,108,123).

RGB: (153,108,123) (60%, 42%, 48%)

RGB channels and saturation

R 153 of 255 = 60%
G 108 of 255 = 42%
B 123 of 255 = 48%

153
108
123

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

Portions of RGB colors in percentages

R + G + B = 153 + 108 + 123 = 384 (100%)
R 153 of 384 ~ 39.84%
G 108 of 384 ~ 28.13%
B 123 of 384 ~ 32.03'%

%39.84
%28.13
%32.03

CMYK color model

#996C7B color CMYK value is (0,29,20,40).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK: (0,29,20,40) C0M29Y20K40 (0%,29%,20%,40%) (0.00/0.29/0.20/0.40) 

CMYK percentages

%0
%29.41
%19.61
%40

Codes

Color #996C7B in popluar color models

99 6C 7B
RGB 153 108 123
HSL 340° 18.07% 51.18%
HSB/HSV 340° 29.41% 60.00%
CMYK 0.00% 29.41% 19.61%
40.00%

Color #996C7B in popluar number systems.

HEX 99 6C 7B
Decimal 153 108 123
Binary 10011001 1101100 1111011
Octal 231 154 173

Shades and tints

Shades of #996C7B

#996C7B
(153,108,123)
#8C6370
(140,99,112)
#7F5A65
(127,90,101)
#72515A
(114,81,90)
#65484F
(101,72,79)
#583F44
(88,63,68)
#4B3639
(75,54,57)
#3E2D2E
(62,45,46)
#312423
(49,36,35)
#241B18
(36,27,24)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #996C7B

#996C7B
(153,108,123)
#A27987
(162,121,135)
#AB8693
(171,134,147)
#B4939F
(180,147,159)
#BDA0AB
(189,160,171)
#C6ADB7
(198,173,183)
#CFBAC3
(207,186,195)
#D8C7CF
(216,199,207)
#E1D4DB
(225,212,219)
#EAE1E7
(234,225,231)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996C7B color. Also use rgb(153,108,123) instead hex code.

Text Font Color

.myTextColor { color: #996C7B; }

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

This text font color is #996C7B.

Background Color

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

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

This div background color is #996C7B.

Border color

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

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

This div border color is #996C7B.

Opacity

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

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

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

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

This text has shadow with #996C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996C7B.

Preview

Color preview on black background

This text has color #996C7B on black background.


Color preview on white background

This text has color #996C7B on white background.


Black color preview on #996C7B background

This text has black color on #996C7B background.


White color preview on #996C7B background

This text has white color on #996C7B background.


Related colors

Complementary color

Complementary color for #hex is #669384.


I love getcolorcode.com

Triadic colors

1 #7B996C and #6C7B99 with #996C7B are triadic colors.

2 #7B6C99 and #6C997B with #996C7B are triadic colors.