COLOR #99648B

HEX: #99648B
RGB: (153,100,139)

Color info

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

RGB color model

#99648B color RGB value is (153,100,139).

  • red value is 153;
  • green value is 100;
  • blue value is 139.
RGB:
(153,100,139)
(60%,39%,55%)

RGB channels and saturation

R 153 of 255 = 60%
G 100 of 255 = 39%
B 139 of 255 = 55%

153
100
139

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

Portions of RGB colors in percentages

R + G + B =
153 + 100 + 139 = 392 (100%)
R 153 of 392 ~ 39.03%
G 100 of 392 ~ 25.51%
B 139 of 392 ~ 35.46%

%39.03
%25.51
%35.46

CMYK color model

#99648B color CMYK value is (0,35,9,40).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(0,35,9,40)
C0M35Y9K40 
(0%,35%,9%,40%)
(0.00/0.35/0.09/0.40)	

CMYK percentages

%0
%34.64
%9.15
%40

Codes

Color #99648B in popluar color models

99648B
RGB153100139
HSL316°20.95%49.61%
HSB/HSV316°34.64%60.00%
CMYK0.00%34.64%9.15%
40.00%

Color #99648B in popluar number systems.

HEX99648B
Decimal153100139
Binary10011001110010010001011
Octal231144213

Shades and tints

Shades of #99648B

#99648B
(153,100,139)
#8C5B7F
(140,91,127)
#7F5273
(127,82,115)
#724967
(114,73,103)
#65405B
(101,64,91)
#58374F
(88,55,79)
#4B2E43
(75,46,67)
#3E2537
(62,37,55)
#311C2B
(49,28,43)
#24131F
(36,19,31)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #99648B

#99648B
(153,100,139)
#A27295
(162,114,149)
#AB809F
(171,128,159)
#B48EA9
(180,142,169)
#BD9CB3
(189,156,179)
#C6AABD
(198,170,189)
#CFB8C7
(207,184,199)
#D8C6D1
(216,198,209)
#E1D4DB
(225,212,219)
#EAE2E5
(234,226,229)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99648B color. Also use rgb(153,100,139) instead hex code.

Text Font Color

.myTextColor { color: #99648B; }

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

This text font color is #99648B.


Background Color

.myBgColor { background-color: #99648B; }

<div style="background-color:#99648B">Inner text</div>

This div background color is #99648B.


Border color

.myBorderColor { border: 1px solid #99648B; }

<div style="border:3px solid #99648B">Div</div>

This div border color is #99648B.


Opacity

.myOpacity80 { color: #99648B; opacity: 0.8; }

<p style="color:#99648B;opacity:0.8;">80%</p>

Text with #99648B 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 #99648B;}

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

This text has shadow with #99648B color.

.textShadow {text-shadow: 3px 3px 1px #99648B, 3px 3px 1px red;}

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

This text has shadow with #99648B primary color and red secondary color.


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

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

This text has shadow with #99648B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99648B on black background.


Color preview on white background

This text has color #99648B on white background.



Black color preview on #99648B background

This text has black color on #99648B background.


White color preview on #99648B background

This text has white color on #99648B background.