COLOR #B5AFF9

HEX: #B5AFF9
RGB: (181,175,249)

Color info

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

RGB color model

#B5AFF9 color RGB value is (181,175,249).

  • red value is 181;
  • green value is 175;
  • blue value is 249.
RGB:
(181,175,249)
(71%,69%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 249 of 255 = 98%

181
175
249

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 249 = 605 (100%)
R 181 of 605 ~ 29.92%
G 175 of 605 ~ 28.93%
B 249 of 605 ~ 41.16%

%29.92
%28.93
%41.16

CMYK color model

#B5AFF9 color CMYK value is (27,30,0,2).

  • cyan value is 27.31%
  • magenta value is 29.72%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(27,30,0,2)
C27M30Y0K2 
(27%,30%,0%,2%)
(0.27/0.30/0.00/0.02)	

CMYK percentages

%27.31
%29.72
%0
%2.35

Codes

Color #B5AFF9 in popluar color models

B5AFF9
RGB181175249
HSL245°86.05%83.14%
HSB/HSV245°29.72%97.65%
CMYK27.31%29.72%0.00%
2.35%

Color #B5AFF9 in popluar number systems.

HEXB5AFF9
Decimal181175249
Binary101101011010111111111001
Octal265257371

Shades and tints

Shades of #B5AFF9

#B5AFF9
(181,175,249)
#A5A0E3
(165,160,227)
#9591CD
(149,145,205)
#8582B7
(133,130,183)
#7573A1
(117,115,161)
#65648B
(101,100,139)
#555575
(85,85,117)
#45465F
(69,70,95)
#353749
(53,55,73)
#252833
(37,40,51)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #B5AFF9

#B5AFF9
(181,175,249)
#BBB6F9
(187,182,249)
#C1BDF9
(193,189,249)
#C7C4F9
(199,196,249)
#CDCBF9
(205,203,249)
#D3D2F9
(211,210,249)
#D9D9F9
(217,217,249)
#DFE0F9
(223,224,249)
#E5E7F9
(229,231,249)
#EBEEF9
(235,238,249)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AFF9 color. Also use rgb(181,175,249) instead hex code.

Text Font Color

.myTextColor { color: #B5AFF9; }

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

This text font color is #B5AFF9.


Background Color

.myBgColor { background-color: #B5AFF9; }

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

This div background color is #B5AFF9.


Border color

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

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

This div border color is #B5AFF9.


Opacity

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

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

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

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

This text has shadow with #B5AFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AFF9 on black background.


Color preview on white background

This text has color #B5AFF9 on white background.



Black color preview on #B5AFF9 background

This text has black color on #B5AFF9 background.


White color preview on #B5AFF9 background

This text has white color on #B5AFF9 background.