COLOR #B0AEFD

HEX: #B0AEFD
RGB: (176,174,253)

Color info

#B0AEFD contains mainly blue color. Web safe color of #B0AEFD is #9999FF (or #99F).

RGB color model

#B0AEFD color RGB value is (176,174,253).

  • red value is 176;
  • green value is 174;
  • blue value is 253.
RGB:
(176,174,253)
(69%,68%,99%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 253 of 255 = 99%

176
174
253

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

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 253 = 603 (100%)
R 176 of 603 ~ 29.19%
G 174 of 603 ~ 28.86%
B 253 of 603 ~ 41.96%

%29.19
%28.86
%41.96

CMYK color model

#B0AEFD color CMYK value is (30,31,0,1).

  • cyan value is 30.43%
  • magenta value is 31.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,31,0,1)
C30M31Y0K1 
(30%,31%,0%,1%)
(0.30/0.31/0.00/0.01)	

CMYK percentages

%30.43
%31.23
%0
%0.78

Codes

Color #B0AEFD in popluar color models

B0AEFD
RGB176174253
HSL242°95.18%83.73%
HSB/HSV242°31.23%99.22%
CMYK30.43%31.23%0.00%
0.78%

Color #B0AEFD in popluar number systems.

HEXB0AEFD
Decimal176174253
Binary101100001010111011111101
Octal260256375

Shades and tints

Shades of #B0AEFD

#B0AEFD
(176,174,253)
#A09FE6
(160,159,230)
#9090CF
(144,144,207)
#8081B8
(128,129,184)
#7072A1
(112,114,161)
#60638A
(96,99,138)
#505473
(80,84,115)
#40455C
(64,69,92)
#303645
(48,54,69)
#20272E
(32,39,46)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0AEFD

#B0AEFD
(176,174,253)
#B7B5FD
(183,181,253)
#BEBCFD
(190,188,253)
#C5C3FD
(197,195,253)
#CCCAFD
(204,202,253)
#D3D1FD
(211,209,253)
#DAD8FD
(218,216,253)
#E1DFFD
(225,223,253)
#E8E6FD
(232,230,253)
#EFEDFD
(239,237,253)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AEFD color. Also use rgb(176,174,253) instead hex code.

Text Font Color

.myTextColor { color: #B0AEFD; }

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

This text font color is #B0AEFD.


Background Color

.myBgColor { background-color: #B0AEFD; }

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

This div background color is #B0AEFD.


Border color

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

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

This div border color is #B0AEFD.


Opacity

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

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

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

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

This text has shadow with #B0AEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEFD on black background.


Color preview on white background

This text has color #B0AEFD on white background.



Black color preview on #B0AEFD background

This text has black color on #B0AEFD background.


White color preview on #B0AEFD background

This text has white color on #B0AEFD background.