COLOR #B9789D

HEX: #B9789D
RGB: (185,120,157)

Color info

#B9789D contains mainly red and blue colors. Web safe color of #B9789D is #CC6699 (or #C69).

RGB color model

#B9789D color RGB value is (185,120,157).

  • red value is 185;
  • green value is 120;
  • blue value is 157.
RGB:
(185,120,157)
(73%,47%,62%)

RGB channels and saturation

R 185 of 255 = 73%
G 120 of 255 = 47%
B 157 of 255 = 62%

185
120
157

R + G + B ~ 61%. #B9789D is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 120 + 157 = 462 (100%)
R 185 of 462 ~ 40.04%
G 120 of 462 ~ 25.97%
B 157 of 462 ~ 33.98%

%40.04
%25.97
%33.98

CMYK color model

#B9789D color CMYK value is (0,35,15,27).

  • cyan value is 0.00%
  • magenta value is 35.14%
  • yellow value is 15.14%
  • key color value is 27.45%
CMYK:
(0,35,15,27)
C0M35Y15K27 
(0%,35%,15%,27%)
(0.00/0.35/0.15/0.27)	

CMYK percentages

%0
%35.14
%15.14
%27.45

Codes

Color #B9789D in popluar color models

B9789D
RGB185120157
HSL326°31.71%59.80%
HSB/HSV326°35.14%72.55%
CMYK0.00%35.14%15.14%
27.45%

Color #B9789D in popluar number systems.

HEXB9789D
Decimal185120157
Binary10111001111100010011101
Octal271170235

Shades and tints

Shades of #B9789D

#B9789D
(185,120,157)
#A96E8F
(169,110,143)
#996481
(153,100,129)
#895A73
(137,90,115)
#795065
(121,80,101)
#694657
(105,70,87)
#593C49
(89,60,73)
#49323B
(73,50,59)
#39282D
(57,40,45)
#291E1F
(41,30,31)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #B9789D

#B9789D
(185,120,157)
#BF84A5
(191,132,165)
#C590AD
(197,144,173)
#CB9CB5
(203,156,181)
#D1A8BD
(209,168,189)
#D7B4C5
(215,180,197)
#DDC0CD
(221,192,205)
#E3CCD5
(227,204,213)
#E9D8DD
(233,216,221)
#EFE4E5
(239,228,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9789D color. Also use rgb(185,120,157) instead hex code.

Text Font Color

.myTextColor { color: #B9789D; }

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

This text font color is #B9789D.


Background Color

.myBgColor { background-color: #B9789D; }

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

This div background color is #B9789D.


Border color

.myBorderColor { border: 1px solid #B9789D; }

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

This div border color is #B9789D.


Opacity

.myOpacity80 { color: #B9789D; opacity: 0.8; }

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

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

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

This text has shadow with #B9789D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9789D on black background.


Color preview on white background

This text has color #B9789D on white background.



Black color preview on #B9789D background

This text has black color on #B9789D background.


White color preview on #B9789D background

This text has white color on #B9789D background.