COLOR #99648C

HEX: #99648C RGB: (153,100,140)

Color info

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

RGB color model

#99648C color RGB value is (153,100,140).

RGB: (153,100,140) (60%, 39%, 55%)

RGB channels and saturation

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

153
100
140

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

Portions of RGB colors in percentages

R + G + B = 153 + 100 + 140 = 393 (100%)
R 153 of 393 ~ 38.93%
G 100 of 393 ~ 25.45%
B 140 of 393 ~ 35.62'%

%38.93
%25.45
%35.62

CMYK color model

#99648C color CMYK value is (0,35,8,40).

  • cyan value is 0.00%
  • magenta value is 34.64%
  • yellow value is 8.50%
  • key color value is 40.00%
CMYK: (0,35,8,40) C0M35Y8K40 (0%,35%,8%,40%) (0.00/0.35/0.08/0.40) 

CMYK percentages

%0
%34.64
%8.5
%40

Codes

Color #99648C in popluar color models

99 64 8C
RGB 153 100 140
HSL 315° 20.95% 49.61%
HSB/HSV 315° 34.64% 60.00%
CMYK 0.00% 34.64% 8.50%
40.00%

Color #99648C in popluar number systems.

HEX 99 64 8C
Decimal 153 100 140
Binary 10011001 1100100 10001100
Octal 231 144 214

Shades and tints

Shades of #99648C

#99648C
(153,100,140)
#8C5B80
(140,91,128)
#7F5274
(127,82,116)
#724968
(114,73,104)
#65405C
(101,64,92)
#583750
(88,55,80)
#4B2E44
(75,46,68)
#3E2538
(62,37,56)
#311C2C
(49,28,44)
#241320
(36,19,32)
#170A14
(23,10,20)
#000000
(0,0,0)

Tints of #99648C

#99648C
(153,100,140)
#A27296
(162,114,150)
#AB80A0
(171,128,160)
#B48EAA
(180,142,170)
#BD9CB4
(189,156,180)
#C6AABE
(198,170,190)
#CFB8C8
(207,184,200)
#D8C6D2
(216,198,210)
#E1D4DC
(225,212,220)
#EAE2E6
(234,226,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99648C; }

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

This text font color is #99648C.

Background Color

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

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

This div background color is #99648C.

Border color

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

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

This div border color is #99648C.

Opacity

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

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

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

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

This text has shadow with #99648C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99648C.

Preview

Color preview on black background

This text has color #99648C on black background.


Color preview on white background

This text has color #99648C on white background.


Black color preview on #99648C background

This text has black color on #99648C background.


White color preview on #99648C background

This text has white color on #99648C background.


Related colors

Complementary color

Complementary color for #hex is #669B73.


I love getcolorcode.com

Triadic colors

1 #8C9964 and #648C99 with #99648C are triadic colors.

2 #8C6499 and #64998C with #99648C are triadic colors.