COLOR #99687C

HEX: #99687C
RGB: (153,104,124)

Color info

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

RGB color model

#99687C color RGB value is (153,104,124).

  • red value is 153;
  • green value is 104;
  • blue value is 124.
RGB:
(153,104,124)
(60%,41%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 104 of 255 = 41%
B 124 of 255 = 49%

153
104
124

R + G + B ~ 50%. #99687C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 104 + 124 = 381 (100%)
R 153 of 381 ~ 40.16%
G 104 of 381 ~ 27.3%
B 124 of 381 ~ 32.55%

%40.16
%27.3
%32.55

CMYK color model

#99687C color CMYK value is (0,32,19,40).

  • cyan value is 0.00%
  • magenta value is 32.03%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(0,32,19,40)
C0M32Y19K40 
(0%,32%,19%,40%)
(0.00/0.32/0.19/0.40)	

CMYK percentages

%0
%32.03
%18.95
%40

Codes

Color #99687C in popluar color models

99687C
RGB153104124
HSL336°19.37%50.39%
HSB/HSV336°32.03%60.00%
CMYK0.00%32.03%18.95%
40.00%

Color #99687C in popluar number systems.

HEX99687C
Decimal153104124
Binary1001100111010001111100
Octal231150174

Shades and tints

Shades of #99687C

#99687C
(153,104,124)
#8C5F71
(140,95,113)
#7F5666
(127,86,102)
#724D5B
(114,77,91)
#654450
(101,68,80)
#583B45
(88,59,69)
#4B323A
(75,50,58)
#3E292F
(62,41,47)
#312024
(49,32,36)
#241719
(36,23,25)
#170E0E
(23,14,14)
#000000
(0,0,0)

Tints of #99687C

#99687C
(153,104,124)
#A27587
(162,117,135)
#AB8292
(171,130,146)
#B48F9D
(180,143,157)
#BD9CA8
(189,156,168)
#C6A9B3
(198,169,179)
#CFB6BE
(207,182,190)
#D8C3C9
(216,195,201)
#E1D0D4
(225,208,212)
#EADDDF
(234,221,223)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99687C color. Also use rgb(153,104,124) instead hex code.

Text Font Color

.myTextColor { color: #99687C; }

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

This text font color is #99687C.


Background Color

.myBgColor { background-color: #99687C; }

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

This div background color is #99687C.


Border color

.myBorderColor { border: 1px solid #99687C; }

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

This div border color is #99687C.


Opacity

.myOpacity80 { color: #99687C; opacity: 0.8; }

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

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

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

This text has shadow with #99687C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99687C on black background.


Color preview on white background

This text has color #99687C on white background.



Black color preview on #99687C background

This text has black color on #99687C background.


White color preview on #99687C background

This text has white color on #99687C background.