COLOR #99698A

HEX: #99698A
RGB: (153,105,138)

Color info

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

RGB color model

#99698A color RGB value is (153,105,138).

  • red value is 153;
  • green value is 105;
  • blue value is 138.
RGB:
(153,105,138)
(60%,41%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 105 of 255 = 41%
B 138 of 255 = 54%

153
105
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 105 + 138 = 396 (100%)
R 153 of 396 ~ 38.64%
G 105 of 396 ~ 26.52%
B 138 of 396 ~ 34.85%

%38.64
%26.52
%34.85

CMYK color model

#99698A color CMYK value is (0,31,10,40).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(0,31,10,40)
C0M31Y10K40 
(0%,31%,10%,40%)
(0.00/0.31/0.10/0.40)	

CMYK percentages

%0
%31.37
%9.8
%40

Codes

Color #99698A in popluar color models

99698A
RGB153105138
HSL319°19.05%50.59%
HSB/HSV319°31.37%60.00%
CMYK0.00%31.37%9.80%
40.00%

Color #99698A in popluar number systems.

HEX99698A
Decimal153105138
Binary10011001110100110001010
Octal231151212

Shades and tints

Shades of #99698A

#99698A
(153,105,138)
#8C607E
(140,96,126)
#7F5772
(127,87,114)
#724E66
(114,78,102)
#65455A
(101,69,90)
#583C4E
(88,60,78)
#4B3342
(75,51,66)
#3E2A36
(62,42,54)
#31212A
(49,33,42)
#24181E
(36,24,30)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #99698A

#99698A
(153,105,138)
#A27694
(162,118,148)
#AB839E
(171,131,158)
#B490A8
(180,144,168)
#BD9DB2
(189,157,178)
#C6AABC
(198,170,188)
#CFB7C6
(207,183,198)
#D8C4D0
(216,196,208)
#E1D1DA
(225,209,218)
#EADEE4
(234,222,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99698A color. Also use rgb(153,105,138) instead hex code.

Text Font Color

.myTextColor { color: #99698A; }

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

This text font color is #99698A.


Background Color

.myBgColor { background-color: #99698A; }

<div style="background-color:#99698A">Inner text</div>

This div background color is #99698A.


Border color

.myBorderColor { border: 1px solid #99698A; }

<div style="border:3px solid #99698A">Div</div>

This div border color is #99698A.


Opacity

.myOpacity80 { color: #99698A; opacity: 0.8; }

<p style="color:#99698A;opacity:0.8;">80%</p>

Text with #99698A 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 #99698A;}

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

This text has shadow with #99698A color.

.textShadow {text-shadow: 3px 3px 1px #99698A, 3px 3px 1px red;}

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

This text has shadow with #99698A primary color and red secondary color.


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

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

This text has shadow with #99698A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99698A on black background.


Color preview on white background

This text has color #99698A on white background.



Black color preview on #99698A background

This text has black color on #99698A background.


White color preview on #99698A background

This text has white color on #99698A background.