COLOR #99668F

HEX: #99668F
RGB: (153,102,143)

Color info

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

RGB color model

#99668F color RGB value is (153,102,143).

  • red value is 153;
  • green value is 102;
  • blue value is 143.
RGB:
(153,102,143)
(60%,40%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 143 of 255 = 56%

153
102
143

R + G + B ~ 52%. #99668F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 102 + 143 = 398 (100%)
R 153 of 398 ~ 38.44%
G 102 of 398 ~ 25.63%
B 143 of 398 ~ 35.93%

%38.44
%25.63
%35.93

CMYK color model

#99668F color CMYK value is (0,33,7,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(0,33,7,40)
C0M33Y7K40 
(0%,33%,7%,40%)
(0.00/0.33/0.07/0.40)	

CMYK percentages

%0
%33.33
%6.54
%40

Codes

Color #99668F in popluar color models

99668F
RGB153102143
HSL312°20.00%50.00%
HSB/HSV312°33.33%60.00%
CMYK0.00%33.33%6.54%
40.00%

Color #99668F in popluar number systems.

HEX99668F
Decimal153102143
Binary10011001110011010001111
Octal231146217

Shades and tints

Shades of #99668F

#99668F
(153,102,143)
#8C5D82
(140,93,130)
#7F5475
(127,84,117)
#724B68
(114,75,104)
#65425B
(101,66,91)
#58394E
(88,57,78)
#4B3041
(75,48,65)
#3E2734
(62,39,52)
#311E27
(49,30,39)
#24151A
(36,21,26)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #99668F

#99668F
(153,102,143)
#A27399
(162,115,153)
#AB80A3
(171,128,163)
#B48DAD
(180,141,173)
#BD9AB7
(189,154,183)
#C6A7C1
(198,167,193)
#CFB4CB
(207,180,203)
#D8C1D5
(216,193,213)
#E1CEDF
(225,206,223)
#EADBE9
(234,219,233)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99668F color. Also use rgb(153,102,143) instead hex code.

Text Font Color

.myTextColor { color: #99668F; }

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

This text font color is #99668F.


Background Color

.myBgColor { background-color: #99668F; }

<div style="background-color:#99668F">Inner text</div>

This div background color is #99668F.


Border color

.myBorderColor { border: 1px solid #99668F; }

<div style="border:3px solid #99668F">Div</div>

This div border color is #99668F.


Opacity

.myOpacity80 { color: #99668F; opacity: 0.8; }

<p style="color:#99668F;opacity:0.8;">80%</p>

Text with #99668F 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 #99668F;}

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

This text has shadow with #99668F color.

.textShadow {text-shadow: 3px 3px 1px #99668F, 3px 3px 1px red;}

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

This text has shadow with #99668F primary color and red secondary color.


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

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

This text has shadow with #99668F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99668F on black background.


Color preview on white background

This text has color #99668F on white background.



Black color preview on #99668F background

This text has black color on #99668F background.


White color preview on #99668F background

This text has white color on #99668F background.