COLOR #99759E

HEX: #99759E
RGB: (153,117,158)

Color info

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

RGB color model

#99759E color RGB value is (153,117,158).

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

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 158 of 255 = 62%

153
117
158

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

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 158 = 428 (100%)
R 153 of 428 ~ 35.75%
G 117 of 428 ~ 27.34%
B 158 of 428 ~ 36.92%

%35.75
%27.34
%36.92

CMYK color model

#99759E color CMYK value is (3,26,0,38).

  • cyan value is 3.16%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(3,26,0,38)
C3M26Y0K38 
(3%,26%,0%,38%)
(0.03/0.26/0.00/0.38)	

CMYK percentages

%3.16
%25.95
%0
%38.04

Codes

Color #99759E in popluar color models

99759E
RGB153117158
HSL293°17.45%53.92%
HSB/HSV293°25.95%61.96%
CMYK3.16%25.95%0.00%
38.04%

Color #99759E in popluar number systems.

HEX99759E
Decimal153117158
Binary10011001111010110011110
Octal231165236

Shades and tints

Shades of #99759E

#99759E
(153,117,158)
#8C6B90
(140,107,144)
#7F6182
(127,97,130)
#725774
(114,87,116)
#654D66
(101,77,102)
#584358
(88,67,88)
#4B394A
(75,57,74)
#3E2F3C
(62,47,60)
#31252E
(49,37,46)
#241B20
(36,27,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #99759E

#99759E
(153,117,158)
#A281A6
(162,129,166)
#AB8DAE
(171,141,174)
#B499B6
(180,153,182)
#BDA5BE
(189,165,190)
#C6B1C6
(198,177,198)
#CFBDCE
(207,189,206)
#D8C9D6
(216,201,214)
#E1D5DE
(225,213,222)
#EAE1E6
(234,225,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99759E; }

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

This text font color is #99759E.


Background Color

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

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

This div background color is #99759E.


Border color

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

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

This div border color is #99759E.


Opacity

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

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

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

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

This text has shadow with #99759E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99759E on black background.


Color preview on white background

This text has color #99759E on white background.



Black color preview on #99759E background

This text has black color on #99759E background.


White color preview on #99759E background

This text has white color on #99759E background.