COLOR #B5AEFA

HEX: #B5AEFA
RGB: (181,174,250)

Color info

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

RGB color model

#B5AEFA color RGB value is (181,174,250).

  • red value is 181;
  • green value is 174;
  • blue value is 250.
RGB:
(181,174,250)
(71%,68%,98%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 250 of 255 = 98%

181
174
250

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 250 = 605 (100%)
R 181 of 605 ~ 29.92%
G 174 of 605 ~ 28.76%
B 250 of 605 ~ 41.32%

%29.92
%28.76
%41.32

CMYK color model

#B5AEFA color CMYK value is (28,30,0,2).

  • cyan value is 27.60%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,30,0,2)
C28M30Y0K2 
(28%,30%,0%,2%)
(0.28/0.30/0.00/0.02)	

CMYK percentages

%27.6
%30.4
%0
%1.96

Codes

Color #B5AEFA in popluar color models

B5AEFA
RGB181174250
HSL246°88.37%83.14%
HSB/HSV246°30.40%98.04%
CMYK27.60%30.40%0.00%
1.96%

Color #B5AEFA in popluar number systems.

HEXB5AEFA
Decimal181174250
Binary101101011010111011111010
Octal265256372

Shades and tints

Shades of #B5AEFA

#B5AEFA
(181,174,250)
#A59FE4
(165,159,228)
#9590CE
(149,144,206)
#8581B8
(133,129,184)
#7572A2
(117,114,162)
#65638C
(101,99,140)
#555476
(85,84,118)
#454560
(69,69,96)
#35364A
(53,54,74)
#252734
(37,39,52)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #B5AEFA

#B5AEFA
(181,174,250)
#BBB5FA
(187,181,250)
#C1BCFA
(193,188,250)
#C7C3FA
(199,195,250)
#CDCAFA
(205,202,250)
#D3D1FA
(211,209,250)
#D9D8FA
(217,216,250)
#DFDFFA
(223,223,250)
#E5E6FA
(229,230,250)
#EBEDFA
(235,237,250)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AEFA color. Also use rgb(181,174,250) instead hex code.

Text Font Color

.myTextColor { color: #B5AEFA; }

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

This text font color is #B5AEFA.


Background Color

.myBgColor { background-color: #B5AEFA; }

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

This div background color is #B5AEFA.


Border color

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

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

This div border color is #B5AEFA.


Opacity

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

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

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

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

This text has shadow with #B5AEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AEFA on black background.


Color preview on white background

This text has color #B5AEFA on white background.



Black color preview on #B5AEFA background

This text has black color on #B5AEFA background.


White color preview on #B5AEFA background

This text has white color on #B5AEFA background.