COLOR #B591AD

HEX: #B591AD
RGB: (181,145,173)

Color info

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

RGB color model

#B591AD color RGB value is (181,145,173).

  • red value is 181;
  • green value is 145;
  • blue value is 173.
RGB:
(181,145,173)
(71%,57%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 145 of 255 = 57%
B 173 of 255 = 68%

181
145
173

R + G + B ~ 65%. #B591AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 145 + 173 = 499 (100%)
R 181 of 499 ~ 36.27%
G 145 of 499 ~ 29.06%
B 173 of 499 ~ 34.67%

%36.27
%29.06
%34.67

CMYK color model

#B591AD color CMYK value is (0,20,4,29).

  • cyan value is 0.00%
  • magenta value is 19.89%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(0,20,4,29)
C0M20Y4K29 
(0%,20%,4%,29%)
(0.00/0.20/0.04/0.29)	

CMYK percentages

%0
%19.89
%4.42
%29.02

Codes

Color #B591AD in popluar color models

B591AD
RGB181145173
HSL313°19.57%63.92%
HSB/HSV313°19.89%70.98%
CMYK0.00%19.89%4.42%
29.02%

Color #B591AD in popluar number systems.

HEXB591AD
Decimal181145173
Binary101101011001000110101101
Octal265221255

Shades and tints

Shades of #B591AD

#B591AD
(181,145,173)
#A5849E
(165,132,158)
#95778F
(149,119,143)
#856A80
(133,106,128)
#755D71
(117,93,113)
#655062
(101,80,98)
#554353
(85,67,83)
#453644
(69,54,68)
#352935
(53,41,53)
#251C26
(37,28,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #B591AD

#B591AD
(181,145,173)
#BB9BB4
(187,155,180)
#C1A5BB
(193,165,187)
#C7AFC2
(199,175,194)
#CDB9C9
(205,185,201)
#D3C3D0
(211,195,208)
#D9CDD7
(217,205,215)
#DFD7DE
(223,215,222)
#E5E1E5
(229,225,229)
#EBEBEC
(235,235,236)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B591AD color. Also use rgb(181,145,173) instead hex code.

Text Font Color

.myTextColor { color: #B591AD; }

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

This text font color is #B591AD.


Background Color

.myBgColor { background-color: #B591AD; }

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

This div background color is #B591AD.


Border color

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

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

This div border color is #B591AD.


Opacity

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

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

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

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

This text has shadow with #B591AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B591AD on black background.


Color preview on white background

This text has color #B591AD on white background.



Black color preview on #B591AD background

This text has black color on #B591AD background.


White color preview on #B591AD background

This text has white color on #B591AD background.