COLOR #99617C

HEX: #99617C
RGB: (153,97,124)

Color info

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

RGB color model

#99617C color RGB value is (153,97,124).

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

RGB channels and saturation

R 153 of 255 = 60%
G 97 of 255 = 38%
B 124 of 255 = 49%

153
97
124

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

Portions of RGB colors in percentages

R + G + B =
153 + 97 + 124 = 374 (100%)
R 153 of 374 ~ 40.91%
G 97 of 374 ~ 25.94%
B 124 of 374 ~ 33.16%

%40.91
%25.94
%33.16

CMYK color model

#99617C color CMYK value is (0,37,19,40).

  • cyan value is 0.00%
  • magenta value is 36.60%
  • yellow value is 18.95%
  • key color value is 40.00%
CMYK:
(0,37,19,40)
C0M37Y19K40 
(0%,37%,19%,40%)
(0.00/0.37/0.19/0.40)	

CMYK percentages

%0
%36.6
%18.95
%40

Codes

Color #99617C in popluar color models

99617C
RGB15397124
HSL331°22.40%49.02%
HSB/HSV331°36.60%60.00%
CMYK0.00%36.60%18.95%
40.00%

Color #99617C in popluar number systems.

HEX99617C
Decimal15397124
Binary1001100111000011111100
Octal231141174

Shades and tints

Shades of #99617C

#99617C
(153,97,124)
#8C5971
(140,89,113)
#7F5166
(127,81,102)
#72495B
(114,73,91)
#654150
(101,65,80)
#583945
(88,57,69)
#4B313A
(75,49,58)
#3E292F
(62,41,47)
#312124
(49,33,36)
#241919
(36,25,25)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #99617C

#99617C
(153,97,124)
#A26F87
(162,111,135)
#AB7D92
(171,125,146)
#B48B9D
(180,139,157)
#BD99A8
(189,153,168)
#C6A7B3
(198,167,179)
#CFB5BE
(207,181,190)
#D8C3C9
(216,195,201)
#E1D1D4
(225,209,212)
#EADFDF
(234,223,223)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99617C; }

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

This text font color is #99617C.


Background Color

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

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

This div background color is #99617C.


Border color

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

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

This div border color is #99617C.


Opacity

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

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

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

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

This text has shadow with #99617C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99617C on black background.


Color preview on white background

This text has color #99617C on white background.



Black color preview on #99617C background

This text has black color on #99617C background.


White color preview on #99617C background

This text has white color on #99617C background.