COLOR #B8AFF0

HEX: #B8AFF0
RGB: (184,175,240)

Color info

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

RGB color model

#B8AFF0 color RGB value is (184,175,240).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 240 of 255 = 94%

184
175
240

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

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 240 = 599 (100%)
R 184 of 599 ~ 30.72%
G 175 of 599 ~ 29.22%
B 240 of 599 ~ 40.07%

%30.72
%29.22
%40.07

CMYK color model

#B8AFF0 color CMYK value is (23,27,0,6).

  • cyan value is 23.33%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(23,27,0,6)
C23M27Y0K6 
(23%,27%,0%,6%)
(0.23/0.27/0.00/0.06)	

CMYK percentages

%23.33
%27.08
%0
%5.88

Codes

Color #B8AFF0 in popluar color models

B8AFF0
RGB184175240
HSL248°68.42%81.37%
HSB/HSV248°27.08%94.12%
CMYK23.33%27.08%0.00%
5.88%

Color #B8AFF0 in popluar number systems.

HEXB8AFF0
Decimal184175240
Binary101110001010111111110000
Octal270257360

Shades and tints

Shades of #B8AFF0

#B8AFF0
(184,175,240)
#A8A0DB
(168,160,219)
#9891C6
(152,145,198)
#8882B1
(136,130,177)
#78739C
(120,115,156)
#686487
(104,100,135)
#585572
(88,85,114)
#48465D
(72,70,93)
#383748
(56,55,72)
#282833
(40,40,51)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #B8AFF0

#B8AFF0
(184,175,240)
#BEB6F1
(190,182,241)
#C4BDF2
(196,189,242)
#CAC4F3
(202,196,243)
#D0CBF4
(208,203,244)
#D6D2F5
(214,210,245)
#DCD9F6
(220,217,246)
#E2E0F7
(226,224,247)
#E8E7F8
(232,231,248)
#EEEEF9
(238,238,249)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFF0; }

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

This text font color is #B8AFF0.


Background Color

.myBgColor { background-color: #B8AFF0; }

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

This div background color is #B8AFF0.


Border color

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

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

This div border color is #B8AFF0.


Opacity

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

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

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

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

This text has shadow with #B8AFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFF0 on black background.


Color preview on white background

This text has color #B8AFF0 on white background.



Black color preview on #B8AFF0 background

This text has black color on #B8AFF0 background.


White color preview on #B8AFF0 background

This text has white color on #B8AFF0 background.