COLOR #B593A4

HEX: #B593A4
RGB: (181,147,164)

Color info

#B593A4 contains red, green and blue colors in about the same proportion. Web safe color of #B593A4 is #CC9999 (or #C99).

RGB color model

#B593A4 color RGB value is (181,147,164).

  • red value is 181;
  • green value is 147;
  • blue value is 164.
RGB:
(181,147,164)
(71%,58%,64%)

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 164 of 255 = 64%

181
147
164

R + G + B ~ 64%. #B593A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 164 = 492 (100%)
R 181 of 492 ~ 36.79%
G 147 of 492 ~ 29.88%
B 164 of 492 ~ 33.33%

%36.79
%29.88
%33.33

CMYK color model

#B593A4 color CMYK value is (0,19,9,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 9.39%
  • key color value is 29.02%
CMYK:
(0,19,9,29)
C0M19Y9K29 
(0%,19%,9%,29%)
(0.00/0.19/0.09/0.29)	

CMYK percentages

%0
%18.78
%9.39
%29.02

Codes

Color #B593A4 in popluar color models

B593A4
RGB181147164
HSL330°18.68%64.31%
HSB/HSV330°18.78%70.98%
CMYK0.00%18.78%9.39%
29.02%

Color #B593A4 in popluar number systems.

HEXB593A4
Decimal181147164
Binary101101011001001110100100
Octal265223244

Shades and tints

Shades of #B593A4

#B593A4
(181,147,164)
#A58696
(165,134,150)
#957988
(149,121,136)
#856C7A
(133,108,122)
#755F6C
(117,95,108)
#65525E
(101,82,94)
#554550
(85,69,80)
#453842
(69,56,66)
#352B34
(53,43,52)
#251E26
(37,30,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #B593A4

#B593A4
(181,147,164)
#BB9CAC
(187,156,172)
#C1A5B4
(193,165,180)
#C7AEBC
(199,174,188)
#CDB7C4
(205,183,196)
#D3C0CC
(211,192,204)
#D9C9D4
(217,201,212)
#DFD2DC
(223,210,220)
#E5DBE4
(229,219,228)
#EBE4EC
(235,228,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B593A4 color. Also use rgb(181,147,164) instead hex code.

Text Font Color

.myTextColor { color: #B593A4; }

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

This text font color is #B593A4.


Background Color

.myBgColor { background-color: #B593A4; }

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

This div background color is #B593A4.


Border color

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

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

This div border color is #B593A4.


Opacity

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

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

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

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

This text has shadow with #B593A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B593A4 on black background.


Color preview on white background

This text has color #B593A4 on white background.



Black color preview on #B593A4 background

This text has black color on #B593A4 background.


White color preview on #B593A4 background

This text has white color on #B593A4 background.