COLOR #B4A8F0

HEX: #B4A8F0
RGB: (180,168,240)

Color info

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

RGB color model

#B4A8F0 color RGB value is (180,168,240).

  • red value is 180;
  • green value is 168;
  • blue value is 240.
RGB:
(180,168,240)
(71%,66%,94%)

RGB channels and saturation

R 180 of 255 = 71%
G 168 of 255 = 66%
B 240 of 255 = 94%

180
168
240

R + G + B ~ 77%. #B4A8F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 168 + 240 = 588 (100%)
R 180 of 588 ~ 30.61%
G 168 of 588 ~ 28.57%
B 240 of 588 ~ 40.82%

%30.61
%28.57
%40.82

CMYK color model

#B4A8F0 color CMYK value is (25,30,0,6).

  • cyan value is 25.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(25,30,0,6)
C25M30Y0K6 
(25%,30%,0%,6%)
(0.25/0.30/0.00/0.06)	

CMYK percentages

%25
%30
%0
%5.88

Codes

Color #B4A8F0 in popluar color models

B4A8F0
RGB180168240
HSL250°70.59%80.00%
HSB/HSV250°30.00%94.12%
CMYK25.00%30.00%0.00%
5.88%

Color #B4A8F0 in popluar number systems.

HEXB4A8F0
Decimal180168240
Binary101101001010100011110000
Octal264250360

Shades and tints

Shades of #B4A8F0

#B4A8F0
(180,168,240)
#A499DB
(164,153,219)
#948AC6
(148,138,198)
#847BB1
(132,123,177)
#746C9C
(116,108,156)
#645D87
(100,93,135)
#544E72
(84,78,114)
#443F5D
(68,63,93)
#343048
(52,48,72)
#242133
(36,33,51)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #B4A8F0

#B4A8F0
(180,168,240)
#BAAFF1
(186,175,241)
#C0B6F2
(192,182,242)
#C6BDF3
(198,189,243)
#CCC4F4
(204,196,244)
#D2CBF5
(210,203,245)
#D8D2F6
(216,210,246)
#DED9F7
(222,217,247)
#E4E0F8
(228,224,248)
#EAE7F9
(234,231,249)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A8F0 color. Also use rgb(180,168,240) instead hex code.

Text Font Color

.myTextColor { color: #B4A8F0; }

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

This text font color is #B4A8F0.


Background Color

.myBgColor { background-color: #B4A8F0; }

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

This div background color is #B4A8F0.


Border color

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

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

This div border color is #B4A8F0.


Opacity

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

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

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

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

This text has shadow with #B4A8F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A8F0 on black background.


Color preview on white background

This text has color #B4A8F0 on white background.



Black color preview on #B4A8F0 background

This text has black color on #B4A8F0 background.


White color preview on #B4A8F0 background

This text has white color on #B4A8F0 background.