COLOR #B464AB

HEX: #B464AB
RGB: (180,100,171)

Color info

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

RGB color model

#B464AB color RGB value is (180,100,171).

  • red value is 180;
  • green value is 100;
  • blue value is 171.
RGB:
(180,100,171)
(71%,39%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 100 of 255 = 39%
B 171 of 255 = 67%

180
100
171

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

Portions of RGB colors in percentages

R + G + B =
180 + 100 + 171 = 451 (100%)
R 180 of 451 ~ 39.91%
G 100 of 451 ~ 22.17%
B 171 of 451 ~ 37.92%

%39.91
%22.17
%37.92

CMYK color model

#B464AB color CMYK value is (0,44,5,29).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,44,5,29)
C0M44Y5K29 
(0%,44%,5%,29%)
(0.00/0.44/0.05/0.29)	

CMYK percentages

%0
%44.44
%5
%29.41

Codes

Color #B464AB in popluar color models

B464AB
RGB180100171
HSL307°34.78%54.90%
HSB/HSV307°44.44%70.59%
CMYK0.00%44.44%5.00%
29.41%

Color #B464AB in popluar number systems.

HEXB464AB
Decimal180100171
Binary10110100110010010101011
Octal264144253

Shades and tints

Shades of #B464AB

#B464AB
(180,100,171)
#A45B9C
(164,91,156)
#94528D
(148,82,141)
#84497E
(132,73,126)
#74406F
(116,64,111)
#643760
(100,55,96)
#542E51
(84,46,81)
#442542
(68,37,66)
#341C33
(52,28,51)
#241324
(36,19,36)
#140A15
(20,10,21)
#000000
(0,0,0)

Tints of #B464AB

#B464AB
(180,100,171)
#BA72B2
(186,114,178)
#C080B9
(192,128,185)
#C68EC0
(198,142,192)
#CC9CC7
(204,156,199)
#D2AACE
(210,170,206)
#D8B8D5
(216,184,213)
#DEC6DC
(222,198,220)
#E4D4E3
(228,212,227)
#EAE2EA
(234,226,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B464AB color. Also use rgb(180,100,171) instead hex code.

Text Font Color

.myTextColor { color: #B464AB; }

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

This text font color is #B464AB.


Background Color

.myBgColor { background-color: #B464AB; }

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

This div background color is #B464AB.


Border color

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

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

This div border color is #B464AB.


Opacity

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

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

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

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

This text has shadow with #B464AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B464AB on black background.


Color preview on white background

This text has color #B464AB on white background.



Black color preview on #B464AB background

This text has black color on #B464AB background.


White color preview on #B464AB background

This text has white color on #B464AB background.