COLOR #99789B

HEX: #99789B RGB: (153,120,155)

Color info

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

RGB color model

#99789B color RGB value is (153,120,155).

RGB: (153,120,155) (60%, 47%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 155 of 255 = 61%

153
120
155

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

Portions of RGB colors in percentages

R + G + B = 153 + 120 + 155 = 428 (100%)
R 153 of 428 ~ 35.75%
G 120 of 428 ~ 28.04%
B 155 of 428 ~ 36.21'%

%35.75
%28.04
%36.21

CMYK color model

#99789B color CMYK value is (1,23,0,39).

  • cyan value is 1.29%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (1,23,0,39)
C1M23Y0K39 (1%, 23%, 0%, 39%)
(0.01 / 0.23 / 0.00 / 0.39)

CMYK percentages

%1.29
%22.58
%0
%39.22

Codes

Color #99789B in popluar color models

99 78 9B
RGB 153 120 155
HSL 297° 14.89% 53.92%
HSB/HSV 297° 22.58% 60.78%
CMYK 1.29% 22.58% 0.00%
39.22%

Color #99789B in popluar number systems.

HEX 99 78 9B
Decimal 153 120 155
Binary 10011001 1111000 10011011
Octal 231 170 233

Shades and tints

Shades of #99789B

#99789B
(153,120,155)
#8C6E8D
(140,110,141)
#7F647F
(127,100,127)
#725A71
(114,90,113)
#655063
(101,80,99)
#584655
(88,70,85)
#4B3C47
(75,60,71)
#3E3239
(62,50,57)
#31282B
(49,40,43)
#241E1D
(36,30,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #99789B

#99789B
(153,120,155)
#A284A4
(162,132,164)
#AB90AD
(171,144,173)
#B49CB6
(180,156,182)
#BDA8BF
(189,168,191)
#C6B4C8
(198,180,200)
#CFC0D1
(207,192,209)
#D8CCDA
(216,204,218)
#E1D8E3
(225,216,227)
#EAE4EC
(234,228,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99789B; }

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

This text font color is #99789B.

Background Color

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

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

This div background color is #99789B.

Border color

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

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

This div border color is #99789B.

Opacity

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

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

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

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

This text has shadow with #99789B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99789B.

Preview

Color preview on black background

This text has color #99789B on black background.


Color preview on white background

This text has color #99789B on white background.


Black color preview on #99789B background

This text has black color on #99789B background.


White color preview on #99789B background

This text has white color on #99789B background.


Related colors

Complementary color

Complementary color for #hex is #668764.


I love getcolorcode.com

Triadic colors

1 #9B9978 and #789B99 with #99789B are triadic colors.

2 #9B7899 and #78999B with #99789B are triadic colors.