COLOR #B593AF

HEX: #B593AF
RGB: (181,147,175)

Color info

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

RGB color model

#B593AF color RGB value is (181,147,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 147 of 255 = 58%
B 175 of 255 = 69%

181
147
175

R + G + B ~ 66%. #B593AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 147 + 175 = 503 (100%)
R 181 of 503 ~ 35.98%
G 147 of 503 ~ 29.22%
B 175 of 503 ~ 34.79%

%35.98
%29.22
%34.79

CMYK color model

#B593AF color CMYK value is (0,19,3,29).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(0,19,3,29)
C0M19Y3K29 
(0%,19%,3%,29%)
(0.00/0.19/0.03/0.29)	

CMYK percentages

%0
%18.78
%3.31
%29.02

Codes

Color #B593AF in popluar color models

B593AF
RGB181147175
HSL311°18.68%64.31%
HSB/HSV311°18.78%70.98%
CMYK0.00%18.78%3.31%
29.02%

Color #B593AF in popluar number systems.

HEXB593AF
Decimal181147175
Binary101101011001001110101111
Octal265223257

Shades and tints

Shades of #B593AF

#B593AF
(181,147,175)
#A586A0
(165,134,160)
#957991
(149,121,145)
#856C82
(133,108,130)
#755F73
(117,95,115)
#655264
(101,82,100)
#554555
(85,69,85)
#453846
(69,56,70)
#352B37
(53,43,55)
#251E28
(37,30,40)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #B593AF

#B593AF
(181,147,175)
#BB9CB6
(187,156,182)
#C1A5BD
(193,165,189)
#C7AEC4
(199,174,196)
#CDB7CB
(205,183,203)
#D3C0D2
(211,192,210)
#D9C9D9
(217,201,217)
#DFD2E0
(223,210,224)
#E5DBE7
(229,219,231)
#EBE4EE
(235,228,238)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B593AF; }

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

This text font color is #B593AF.


Background Color

.myBgColor { background-color: #B593AF; }

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

This div background color is #B593AF.


Border color

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

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

This div border color is #B593AF.


Opacity

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

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

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

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

This text has shadow with #B593AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B593AF on black background.


Color preview on white background

This text has color #B593AF on white background.



Black color preview on #B593AF background

This text has black color on #B593AF background.


White color preview on #B593AF background

This text has white color on #B593AF background.