COLOR #99709E

HEX: #99709E
RGB: (153,112,158)

Color info

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

RGB color model

#99709E color RGB value is (153,112,158).

  • red value is 153;
  • green value is 112;
  • blue value is 158.
RGB:
(153,112,158)
(60%,44%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 158 of 255 = 62%

153
112
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 158 = 423 (100%)
R 153 of 423 ~ 36.17%
G 112 of 423 ~ 26.48%
B 158 of 423 ~ 37.35%

%36.17
%26.48
%37.35

CMYK color model

#99709E color CMYK value is (3,29,0,38).

  • cyan value is 3.16%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,29,0,38)
C3M29Y0K38 
(3%,29%,0%,38%)
(0.03/0.29/0.00/0.38)	

CMYK percentages

%3.16
%29.11
%0
%38.04

Codes

Color #99709E in popluar color models

99709E
RGB153112158
HSL293°19.17%52.94%
HSB/HSV293°29.11%61.96%
CMYK3.16%29.11%0.00%
38.04%

Color #99709E in popluar number systems.

HEX99709E
Decimal153112158
Binary10011001111000010011110
Octal231160236

Shades and tints

Shades of #99709E

#99709E
(153,112,158)
#8C6690
(140,102,144)
#7F5C82
(127,92,130)
#725274
(114,82,116)
#654866
(101,72,102)
#583E58
(88,62,88)
#4B344A
(75,52,74)
#3E2A3C
(62,42,60)
#31202E
(49,32,46)
#241620
(36,22,32)
#170C12
(23,12,18)
#000000
(0,0,0)

Tints of #99709E

#99709E
(153,112,158)
#A27DA6
(162,125,166)
#AB8AAE
(171,138,174)
#B497B6
(180,151,182)
#BDA4BE
(189,164,190)
#C6B1C6
(198,177,198)
#CFBECE
(207,190,206)
#D8CBD6
(216,203,214)
#E1D8DE
(225,216,222)
#EAE5E6
(234,229,230)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99709E color. Also use rgb(153,112,158) instead hex code.

Text Font Color

.myTextColor { color: #99709E; }

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

This text font color is #99709E.


Background Color

.myBgColor { background-color: #99709E; }

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

This div background color is #99709E.


Border color

.myBorderColor { border: 1px solid #99709E; }

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

This div border color is #99709E.


Opacity

.myOpacity80 { color: #99709E; opacity: 0.8; }

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

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

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

This text has shadow with #99709E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99709E on black background.


Color preview on white background

This text has color #99709E on white background.



Black color preview on #99709E background

This text has black color on #99709E background.


White color preview on #99709E background

This text has white color on #99709E background.