COLOR #996B8F

HEX: #996B8F RGB: (153,107,143)

Color info

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

RGB color model

#996B8F color RGB value is (153,107,143).

RGB: (153,107,143) (60%, 42%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 143 of 255 = 56%

153
107
143

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

Portions of RGB colors in percentages

R + G + B = 153 + 107 + 143 = 403 (100%)
R 153 of 403 ~ 37.97%
G 107 of 403 ~ 26.55%
B 143 of 403 ~ 35.48'%

%37.97
%26.55
%35.48

CMYK color model

#996B8F color CMYK value is (0,30,7,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 6.54%
  • key color value is 40.00%

CMYK: (0,30,7,40)
C0M30Y7K40 (0%, 30%, 7%, 40%)
(0.00 / 0.30 / 0.07 / 0.40)

CMYK percentages

%0
%30.07
%6.54
%40

Codes

Color #996B8F in popluar color models

99 6B 8F
RGB 153 107 143
HSL 313° 18.40% 50.98%
HSB/HSV 313° 30.07% 60.00%
CMYK 0.00% 30.07% 6.54%
40.00%

Color #996B8F in popluar number systems.

HEX 99 6B 8F
Decimal 153 107 143
Binary 10011001 1101011 10001111
Octal 231 153 217

Shades and tints

Shades of #996B8F

#996B8F
(153,107,143)
#8C6282
(140,98,130)
#7F5975
(127,89,117)
#725068
(114,80,104)
#65475B
(101,71,91)
#583E4E
(88,62,78)
#4B3541
(75,53,65)
#3E2C34
(62,44,52)
#312327
(49,35,39)
#241A1A
(36,26,26)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #996B8F

#996B8F
(153,107,143)
#A27899
(162,120,153)
#AB85A3
(171,133,163)
#B492AD
(180,146,173)
#BD9FB7
(189,159,183)
#C6ACC1
(198,172,193)
#CFB9CB
(207,185,203)
#D8C6D5
(216,198,213)
#E1D3DF
(225,211,223)
#EAE0E9
(234,224,233)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996B8F color. Also use rgb(153,107,143) instead hex code.

Text Font Color

.myTextColor { color: #996B8F; }

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

This text font color is #996B8F.

Background Color

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

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

This div background color is #996B8F.

Border color

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

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

This div border color is #996B8F.

Opacity

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

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

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

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

This text has shadow with #996B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #996B8F.

Preview

Color preview on black background

This text has color #996B8F on black background.


Color preview on white background

This text has color #996B8F on white background.


Black color preview on #996B8F background

This text has black color on #996B8F background.


White color preview on #996B8F background

This text has white color on #996B8F background.


Related colors

Complementary color

Complementary color for #hex is #669470.


I love getcolorcode.com

Triadic colors

1 #8F996B and #6B8F99 with #996B8F are triadic colors.

2 #8F6B99 and #6B998F with #996B8F are triadic colors.