COLOR #B4AAF6

HEX: #B4AAF6
RGB: (180,170,246)

Color info

#B4AAF6 contains mainly blue color. Web safe color of #B4AAF6 is #CC99FF (or #C9F).

RGB color model

#B4AAF6 color RGB value is (180,170,246).

  • red value is 180;
  • green value is 170;
  • blue value is 246.
RGB:
(180,170,246)
(71%,67%,96%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 246 of 255 = 96%

180
170
246

R + G + B ~ 78%. #B4AAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 246 = 596 (100%)
R 180 of 596 ~ 30.2%
G 170 of 596 ~ 28.52%
B 246 of 596 ~ 41.28%

%30.2
%28.52
%41.28

CMYK color model

#B4AAF6 color CMYK value is (27,31,0,4).

  • cyan value is 26.83%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(27,31,0,4)
C27M31Y0K4 
(27%,31%,0%,4%)
(0.27/0.31/0.00/0.04)	

CMYK percentages

%26.83
%30.89
%0
%3.53

Codes

Color #B4AAF6 in popluar color models

B4AAF6
RGB180170246
HSL248°80.85%81.57%
HSB/HSV248°30.89%96.47%
CMYK26.83%30.89%0.00%
3.53%

Color #B4AAF6 in popluar number systems.

HEXB4AAF6
Decimal180170246
Binary101101001010101011110110
Octal264252366

Shades and tints

Shades of #B4AAF6

#B4AAF6
(180,170,246)
#A49BE0
(164,155,224)
#948CCA
(148,140,202)
#847DB4
(132,125,180)
#746E9E
(116,110,158)
#645F88
(100,95,136)
#545072
(84,80,114)
#44415C
(68,65,92)
#343246
(52,50,70)
#242330
(36,35,48)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B4AAF6

#B4AAF6
(180,170,246)
#BAB1F6
(186,177,246)
#C0B8F6
(192,184,246)
#C6BFF6
(198,191,246)
#CCC6F6
(204,198,246)
#D2CDF6
(210,205,246)
#D8D4F6
(216,212,246)
#DEDBF6
(222,219,246)
#E4E2F6
(228,226,246)
#EAE9F6
(234,233,246)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAF6 color. Also use rgb(180,170,246) instead hex code.

Text Font Color

.myTextColor { color: #B4AAF6; }

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

This text font color is #B4AAF6.


Background Color

.myBgColor { background-color: #B4AAF6; }

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

This div background color is #B4AAF6.


Border color

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

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

This div border color is #B4AAF6.


Opacity

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

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

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

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

This text has shadow with #B4AAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAF6 on black background.


Color preview on white background

This text has color #B4AAF6 on white background.



Black color preview on #B4AAF6 background

This text has black color on #B4AAF6 background.


White color preview on #B4AAF6 background

This text has white color on #B4AAF6 background.