COLOR #B8AFF2

HEX: #B8AFF2
RGB: (184,175,242)

Color info

#B8AFF2 contains mainly red and blue colors. Web safe color of #B8AFF2 is #CC99FF (or #C9F).

RGB color model

#B8AFF2 color RGB value is (184,175,242).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 242 of 255 = 95%

184
175
242

R + G + B ~ 79%. #B8AFF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 242 = 601 (100%)
R 184 of 601 ~ 30.62%
G 175 of 601 ~ 29.12%
B 242 of 601 ~ 40.27%

%30.62
%29.12
%40.27

CMYK color model

#B8AFF2 color CMYK value is (24,28,0,5).

  • cyan value is 23.97%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,28,0,5)
C24M28Y0K5 
(24%,28%,0%,5%)
(0.24/0.28/0.00/0.05)	

CMYK percentages

%23.97
%27.69
%0
%5.1

Codes

Color #B8AFF2 in popluar color models

B8AFF2
RGB184175242
HSL248°72.04%81.76%
HSB/HSV248°27.69%94.90%
CMYK23.97%27.69%0.00%
5.10%

Color #B8AFF2 in popluar number systems.

HEXB8AFF2
Decimal184175242
Binary101110001010111111110010
Octal270257362

Shades and tints

Shades of #B8AFF2

#B8AFF2
(184,175,242)
#A8A0DC
(168,160,220)
#9891C6
(152,145,198)
#8882B0
(136,130,176)
#78739A
(120,115,154)
#686484
(104,100,132)
#58556E
(88,85,110)
#484658
(72,70,88)
#383742
(56,55,66)
#28282C
(40,40,44)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #B8AFF2

#B8AFF2
(184,175,242)
#BEB6F3
(190,182,243)
#C4BDF4
(196,189,244)
#CAC4F5
(202,196,245)
#D0CBF6
(208,203,246)
#D6D2F7
(214,210,247)
#DCD9F8
(220,217,248)
#E2E0F9
(226,224,249)
#E8E7FA
(232,231,250)
#EEEEFB
(238,238,251)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFF2; }

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

This text font color is #B8AFF2.


Background Color

.myBgColor { background-color: #B8AFF2; }

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

This div background color is #B8AFF2.


Border color

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

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

This div border color is #B8AFF2.


Opacity

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

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

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

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

This text has shadow with #B8AFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFF2 on black background.


Color preview on white background

This text has color #B8AFF2 on white background.



Black color preview on #B8AFF2 background

This text has black color on #B8AFF2 background.


White color preview on #B8AFF2 background

This text has white color on #B8AFF2 background.