COLOR #996B93

HEX: #996B93
RGB: (153,107,147)

Color info

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

RGB color model

#996B93 color RGB value is (153,107,147).

  • red value is 153;
  • green value is 107;
  • blue value is 147.
RGB:
(153,107,147)
(60%,42%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 107 of 255 = 42%
B 147 of 255 = 58%

153
107
147

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

Portions of RGB colors in percentages

R + G + B =
153 + 107 + 147 = 407 (100%)
R 153 of 407 ~ 37.59%
G 107 of 407 ~ 26.29%
B 147 of 407 ~ 36.12%

%37.59
%26.29
%36.12

CMYK color model

#996B93 color CMYK value is (0,30,4,40).

  • cyan value is 0.00%
  • magenta value is 30.07%
  • yellow value is 3.92%
  • key color value is 40.00%
CMYK:
(0,30,4,40)
C0M30Y4K40 
(0%,30%,4%,40%)
(0.00/0.30/0.04/0.40)	

CMYK percentages

%0
%30.07
%3.92
%40

Codes

Color #996B93 in popluar color models

996B93
RGB153107147
HSL308°18.40%50.98%
HSB/HSV308°30.07%60.00%
CMYK0.00%30.07%3.92%
40.00%

Color #996B93 in popluar number systems.

HEX996B93
Decimal153107147
Binary10011001110101110010011
Octal231153223

Shades and tints

Shades of #996B93

#996B93
(153,107,147)
#8C6286
(140,98,134)
#7F5979
(127,89,121)
#72506C
(114,80,108)
#65475F
(101,71,95)
#583E52
(88,62,82)
#4B3545
(75,53,69)
#3E2C38
(62,44,56)
#31232B
(49,35,43)
#241A1E
(36,26,30)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #996B93

#996B93
(153,107,147)
#A2789C
(162,120,156)
#AB85A5
(171,133,165)
#B492AE
(180,146,174)
#BD9FB7
(189,159,183)
#C6ACC0
(198,172,192)
#CFB9C9
(207,185,201)
#D8C6D2
(216,198,210)
#E1D3DB
(225,211,219)
#EAE0E4
(234,224,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996B93; }

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

This text font color is #996B93.


Background Color

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

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

This div background color is #996B93.


Border color

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

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

This div border color is #996B93.


Opacity

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

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

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

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

This text has shadow with #996B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996B93 on black background.


Color preview on white background

This text has color #996B93 on white background.



Black color preview on #996B93 background

This text has black color on #996B93 background.


White color preview on #996B93 background

This text has white color on #996B93 background.