COLOR #99809B

HEX: #99809B
RGB: (153,128,155)

Color info

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

RGB color model

#99809B color RGB value is (153,128,155).

  • red value is 153;
  • green value is 128;
  • blue value is 155.
RGB:
(153,128,155)
(60%,50%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 155 of 255 = 61%

153
128
155

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

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 155 = 436 (100%)
R 153 of 436 ~ 35.09%
G 128 of 436 ~ 29.36%
B 155 of 436 ~ 35.55%

%35.09
%29.36
%35.55

CMYK color model

#99809B color CMYK value is (1,17,0,39).

  • cyan value is 1.29%
  • magenta value is 17.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(1,17,0,39)
C1M17Y0K39 
(1%,17%,0%,39%)
(0.01/0.17/0.00/0.39)	

CMYK percentages

%1.29
%17.42
%0
%39.22

Codes

Color #99809B in popluar color models

99809B
RGB153128155
HSL296°11.89%55.49%
HSB/HSV296°17.42%60.78%
CMYK1.29%17.42%0.00%
39.22%

Color #99809B in popluar number systems.

HEX99809B
Decimal153128155
Binary100110011000000010011011
Octal231200233

Shades and tints

Shades of #99809B

#99809B
(153,128,155)
#8C758D
(140,117,141)
#7F6A7F
(127,106,127)
#725F71
(114,95,113)
#655463
(101,84,99)
#584955
(88,73,85)
#4B3E47
(75,62,71)
#3E3339
(62,51,57)
#31282B
(49,40,43)
#241D1D
(36,29,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #99809B

#99809B
(153,128,155)
#A28BA4
(162,139,164)
#AB96AD
(171,150,173)
#B4A1B6
(180,161,182)
#BDACBF
(189,172,191)
#C6B7C8
(198,183,200)
#CFC2D1
(207,194,209)
#D8CDDA
(216,205,218)
#E1D8E3
(225,216,227)
#EAE3EC
(234,227,236)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99809B color. Also use rgb(153,128,155) instead hex code.

Text Font Color

.myTextColor { color: #99809B; }

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

This text font color is #99809B.


Background Color

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

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

This div background color is #99809B.


Border color

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

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

This div border color is #99809B.


Opacity

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

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

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

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

This text has shadow with #99809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99809B on black background.


Color preview on white background

This text has color #99809B on white background.



Black color preview on #99809B background

This text has black color on #99809B background.


White color preview on #99809B background

This text has white color on #99809B background.