COLOR #996289

HEX: #996289
RGB: (153,98,137)

Color info

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

RGB color model

#996289 color RGB value is (153,98,137).

  • red value is 153;
  • green value is 98;
  • blue value is 137.
RGB:
(153,98,137)
(60%,38%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 98 of 255 = 38%
B 137 of 255 = 54%

153
98
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 98 + 137 = 388 (100%)
R 153 of 388 ~ 39.43%
G 98 of 388 ~ 25.26%
B 137 of 388 ~ 35.31%

%39.43
%25.26
%35.31

CMYK color model

#996289 color CMYK value is (0,36,10,40).

  • cyan value is 0.00%
  • magenta value is 35.95%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,36,10,40)
C0M36Y10K40 
(0%,36%,10%,40%)
(0.00/0.36/0.10/0.40)	

CMYK percentages

%0
%35.95
%10.46
%40

Codes

Color #996289 in popluar color models

996289
RGB15398137
HSL317°21.91%49.22%
HSB/HSV317°35.95%60.00%
CMYK0.00%35.95%10.46%
40.00%

Color #996289 in popluar number systems.

HEX996289
Decimal15398137
Binary10011001110001010001001
Octal231142211

Shades and tints

Shades of #996289

#996289
(153,98,137)
#8C5A7D
(140,90,125)
#7F5271
(127,82,113)
#724A65
(114,74,101)
#654259
(101,66,89)
#583A4D
(88,58,77)
#4B3241
(75,50,65)
#3E2A35
(62,42,53)
#312229
(49,34,41)
#241A1D
(36,26,29)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #996289

#996289
(153,98,137)
#A27093
(162,112,147)
#AB7E9D
(171,126,157)
#B48CA7
(180,140,167)
#BD9AB1
(189,154,177)
#C6A8BB
(198,168,187)
#CFB6C5
(207,182,197)
#D8C4CF
(216,196,207)
#E1D2D9
(225,210,217)
#EAE0E3
(234,224,227)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996289 color. Also use rgb(153,98,137) instead hex code.

Text Font Color

.myTextColor { color: #996289; }

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

This text font color is #996289.


Background Color

.myBgColor { background-color: #996289; }

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

This div background color is #996289.


Border color

.myBorderColor { border: 1px solid #996289; }

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

This div border color is #996289.


Opacity

.myOpacity80 { color: #996289; opacity: 0.8; }

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

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

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

This text has shadow with #996289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996289 on black background.


Color preview on white background

This text has color #996289 on white background.



Black color preview on #996289 background

This text has black color on #996289 background.


White color preview on #996289 background

This text has white color on #996289 background.