COLOR #996A87

HEX: #996A87
RGB: (153,106,135)

Color info

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

RGB color model

#996A87 color RGB value is (153,106,135).

  • red value is 153;
  • green value is 106;
  • blue value is 135.
RGB:
(153,106,135)
(60%,42%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 106 of 255 = 42%
B 135 of 255 = 53%

153
106
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 106 + 135 = 394 (100%)
R 153 of 394 ~ 38.83%
G 106 of 394 ~ 26.9%
B 135 of 394 ~ 34.26%

%38.83
%26.9
%34.26

CMYK color model

#996A87 color CMYK value is (0,31,12,40).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,31,12,40)
C0M31Y12K40 
(0%,31%,12%,40%)
(0.00/0.31/0.12/0.40)	

CMYK percentages

%0
%30.72
%11.76
%40

Codes

Color #996A87 in popluar color models

996A87
RGB153106135
HSL323°18.73%50.78%
HSB/HSV323°30.72%60.00%
CMYK0.00%30.72%11.76%
40.00%

Color #996A87 in popluar number systems.

HEX996A87
Decimal153106135
Binary10011001110101010000111
Octal231152207

Shades and tints

Shades of #996A87

#996A87
(153,106,135)
#8C617B
(140,97,123)
#7F586F
(127,88,111)
#724F63
(114,79,99)
#654657
(101,70,87)
#583D4B
(88,61,75)
#4B343F
(75,52,63)
#3E2B33
(62,43,51)
#312227
(49,34,39)
#24191B
(36,25,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #996A87

#996A87
(153,106,135)
#A27791
(162,119,145)
#AB849B
(171,132,155)
#B491A5
(180,145,165)
#BD9EAF
(189,158,175)
#C6ABB9
(198,171,185)
#CFB8C3
(207,184,195)
#D8C5CD
(216,197,205)
#E1D2D7
(225,210,215)
#EADFE1
(234,223,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996A87 color. Also use rgb(153,106,135) instead hex code.

Text Font Color

.myTextColor { color: #996A87; }

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

This text font color is #996A87.


Background Color

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

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

This div background color is #996A87.


Border color

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

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

This div border color is #996A87.


Opacity

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

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

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

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

This text has shadow with #996A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996A87 on black background.


Color preview on white background

This text has color #996A87 on white background.



Black color preview on #996A87 background

This text has black color on #996A87 background.


White color preview on #996A87 background

This text has white color on #996A87 background.