COLOR #B5789E

HEX: #B5789E
RGB: (181,120,158)

Color info

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

RGB color model

#B5789E color RGB value is (181,120,158).

  • red value is 181;
  • green value is 120;
  • blue value is 158.
RGB:
(181,120,158)
(71%,47%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 120 of 255 = 47%
B 158 of 255 = 62%

181
120
158

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

Portions of RGB colors in percentages

R + G + B =
181 + 120 + 158 = 459 (100%)
R 181 of 459 ~ 39.43%
G 120 of 459 ~ 26.14%
B 158 of 459 ~ 34.42%

%39.43
%26.14
%34.42

CMYK color model

#B5789E color CMYK value is (0,34,13,29).

  • cyan value is 0.00%
  • magenta value is 33.70%
  • yellow value is 12.71%
  • key color value is 29.02%
CMYK:
(0,34,13,29)
C0M34Y13K29 
(0%,34%,13%,29%)
(0.00/0.34/0.13/0.29)	

CMYK percentages

%0
%33.7
%12.71
%29.02

Codes

Color #B5789E in popluar color models

B5789E
RGB181120158
HSL323°29.19%59.02%
HSB/HSV323°33.70%70.98%
CMYK0.00%33.70%12.71%
29.02%

Color #B5789E in popluar number systems.

HEXB5789E
Decimal181120158
Binary10110101111100010011110
Octal265170236

Shades and tints

Shades of #B5789E

#B5789E
(181,120,158)
#A56E90
(165,110,144)
#956482
(149,100,130)
#855A74
(133,90,116)
#755066
(117,80,102)
#654658
(101,70,88)
#553C4A
(85,60,74)
#45323C
(69,50,60)
#35282E
(53,40,46)
#251E20
(37,30,32)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5789E

#B5789E
(181,120,158)
#BB84A6
(187,132,166)
#C190AE
(193,144,174)
#C79CB6
(199,156,182)
#CDA8BE
(205,168,190)
#D3B4C6
(211,180,198)
#D9C0CE
(217,192,206)
#DFCCD6
(223,204,214)
#E5D8DE
(229,216,222)
#EBE4E6
(235,228,230)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5789E color. Also use rgb(181,120,158) instead hex code.

Text Font Color

.myTextColor { color: #B5789E; }

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

This text font color is #B5789E.


Background Color

.myBgColor { background-color: #B5789E; }

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

This div background color is #B5789E.


Border color

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

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

This div border color is #B5789E.


Opacity

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

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

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

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

This text has shadow with #B5789E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5789E on black background.


Color preview on white background

This text has color #B5789E on white background.



Black color preview on #B5789E background

This text has black color on #B5789E background.


White color preview on #B5789E background

This text has white color on #B5789E background.