COLOR #997399

HEX: #997399
RGB: (153,115,153)

Color info

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

RGB color model

#997399 color RGB value is (153,115,153).

  • red value is 153;
  • green value is 115;
  • blue value is 153.
RGB:
(153,115,153)
(60%,45%,60%)

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 153 of 255 = 60%

153
115
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 153 = 421 (100%)
R 153 of 421 ~ 36.34%
G 115 of 421 ~ 27.32%
B 153 of 421 ~ 36.34%

%36.34
%27.32
%36.34

CMYK color model

#997399 color CMYK value is (0,25,0,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(0,25,0,40)
C0M25Y0K40 
(0%,25%,0%,40%)
(0.00/0.25/0.00/0.40)	

CMYK percentages

%0
%24.84
%0
%40

Codes

Color #997399 in popluar color models

997399
RGB153115153
HSL300°15.70%52.55%
HSB/HSV300°24.84%60.00%
CMYK0.00%24.84%0.00%
40.00%

Color #997399 in popluar number systems.

HEX997399
Decimal153115153
Binary10011001111001110011001
Octal231163231

Shades and tints

Shades of #997399

#997399
(153,115,153)
#8C698C
(140,105,140)
#7F5F7F
(127,95,127)
#725572
(114,85,114)
#654B65
(101,75,101)
#584158
(88,65,88)
#4B374B
(75,55,75)
#3E2D3E
(62,45,62)
#312331
(49,35,49)
#241924
(36,25,36)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #997399

#997399
(153,115,153)
#A27FA2
(162,127,162)
#AB8BAB
(171,139,171)
#B497B4
(180,151,180)
#BDA3BD
(189,163,189)
#C6AFC6
(198,175,198)
#CFBBCF
(207,187,207)
#D8C7D8
(216,199,216)
#E1D3E1
(225,211,225)
#EADFEA
(234,223,234)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997399; }

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

This text font color is #997399.


Background Color

.myBgColor { background-color: #997399; }

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

This div background color is #997399.


Border color

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

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

This div border color is #997399.


Opacity

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

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

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

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

This text has shadow with #997399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997399 on black background.


Color preview on white background

This text has color #997399 on white background.



Black color preview on #997399 background

This text has black color on #997399 background.


White color preview on #997399 background

This text has white color on #997399 background.