COLOR #99707D

HEX: #99707D
RGB: (153,112,125)

Color info

#99707D contains red, green and blue colors in about the same proportion. Web safe color of #99707D is #996666 (or #966).

RGB color model

#99707D color RGB value is (153,112,125).

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

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 125 of 255 = 49%

153
112
125

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

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 125 = 390 (100%)
R 153 of 390 ~ 39.23%
G 112 of 390 ~ 28.72%
B 125 of 390 ~ 32.05%

%39.23
%28.72
%32.05

CMYK color model

#99707D color CMYK value is (0,27,18,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(0,27,18,40)
C0M27Y18K40 
(0%,27%,18%,40%)
(0.00/0.27/0.18/0.40)	

CMYK percentages

%0
%26.8
%18.3
%40

Codes

Color #99707D in popluar color models

99707D
RGB153112125
HSL341°16.73%51.96%
HSB/HSV341°26.80%60.00%
CMYK0.00%26.80%18.30%
40.00%

Color #99707D in popluar number systems.

HEX99707D
Decimal153112125
Binary1001100111100001111101
Octal231160175

Shades and tints

Shades of #99707D

#99707D
(153,112,125)
#8C6672
(140,102,114)
#7F5C67
(127,92,103)
#72525C
(114,82,92)
#654851
(101,72,81)
#583E46
(88,62,70)
#4B343B
(75,52,59)
#3E2A30
(62,42,48)
#312025
(49,32,37)
#24161A
(36,22,26)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #99707D

#99707D
(153,112,125)
#A27D88
(162,125,136)
#AB8A93
(171,138,147)
#B4979E
(180,151,158)
#BDA4A9
(189,164,169)
#C6B1B4
(198,177,180)
#CFBEBF
(207,190,191)
#D8CBCA
(216,203,202)
#E1D8D5
(225,216,213)
#EAE5E0
(234,229,224)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99707D color. Also use rgb(153,112,125) instead hex code.

Text Font Color

.myTextColor { color: #99707D; }

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

This text font color is #99707D.


Background Color

.myBgColor { background-color: #99707D; }

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

This div background color is #99707D.


Border color

.myBorderColor { border: 1px solid #99707D; }

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

This div border color is #99707D.


Opacity

.myOpacity80 { color: #99707D; opacity: 0.8; }

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

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

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

This text has shadow with #99707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99707D on black background.


Color preview on white background

This text has color #99707D on white background.



Black color preview on #99707D background

This text has black color on #99707D background.


White color preview on #99707D background

This text has white color on #99707D background.