COLOR #B4AFF2

HEX: #B4AFF2
RGB: (180,175,242)

Color info

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

RGB color model

#B4AFF2 color RGB value is (180,175,242).

  • red value is 180;
  • green value is 175;
  • blue value is 242.
RGB:
(180,175,242)
(71%,69%,95%)

RGB channels and saturation

R 180 of 255 = 71%
G 175 of 255 = 69%
B 242 of 255 = 95%

180
175
242

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

Portions of RGB colors in percentages

R + G + B =
180 + 175 + 242 = 597 (100%)
R 180 of 597 ~ 30.15%
G 175 of 597 ~ 29.31%
B 242 of 597 ~ 40.54%

%30.15
%29.31
%40.54

CMYK color model

#B4AFF2 color CMYK value is (26,28,0,5).

  • cyan value is 25.62%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(26,28,0,5)
C26M28Y0K5 
(26%,28%,0%,5%)
(0.26/0.28/0.00/0.05)	

CMYK percentages

%25.62
%27.69
%0
%5.1

Codes

Color #B4AFF2 in popluar color models

B4AFF2
RGB180175242
HSL244°72.04%81.76%
HSB/HSV244°27.69%94.90%
CMYK25.62%27.69%0.00%
5.10%

Color #B4AFF2 in popluar number systems.

HEXB4AFF2
Decimal180175242
Binary101101001010111111110010
Octal264257362

Shades and tints

Shades of #B4AFF2

#B4AFF2
(180,175,242)
#A4A0DC
(164,160,220)
#9491C6
(148,145,198)
#8482B0
(132,130,176)
#74739A
(116,115,154)
#646484
(100,100,132)
#54556E
(84,85,110)
#444658
(68,70,88)
#343742
(52,55,66)
#24282C
(36,40,44)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #B4AFF2

#B4AFF2
(180,175,242)
#BAB6F3
(186,182,243)
#C0BDF4
(192,189,244)
#C6C4F5
(198,196,245)
#CCCBF6
(204,203,246)
#D2D2F7
(210,210,247)
#D8D9F8
(216,217,248)
#DEE0F9
(222,224,249)
#E4E7FA
(228,231,250)
#EAEEFB
(234,238,251)
#F0F5FC
(240,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AFF2 color. Also use rgb(180,175,242) instead hex code.

Text Font Color

.myTextColor { color: #B4AFF2; }

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

This text font color is #B4AFF2.


Background Color

.myBgColor { background-color: #B4AFF2; }

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

This div background color is #B4AFF2.


Border color

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

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

This div border color is #B4AFF2.


Opacity

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

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

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

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

This text has shadow with #B4AFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AFF2 on black background.


Color preview on white background

This text has color #B4AFF2 on white background.



Black color preview on #B4AFF2 background

This text has black color on #B4AFF2 background.


White color preview on #B4AFF2 background

This text has white color on #B4AFF2 background.