COLOR #B2AEF7

HEX: #B2AEF7
RGB: (178,174,247)

Color info

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

RGB color model

#B2AEF7 color RGB value is (178,174,247).

  • red value is 178;
  • green value is 174;
  • blue value is 247.
RGB:
(178,174,247)
(70%,68%,97%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 247 of 255 = 97%

178
174
247

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

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 247 = 599 (100%)
R 178 of 599 ~ 29.72%
G 174 of 599 ~ 29.05%
B 247 of 599 ~ 41.24%

%29.72
%29.05
%41.24

CMYK color model

#B2AEF7 color CMYK value is (28,30,0,3).

  • cyan value is 27.94%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(28,30,0,3)
C28M30Y0K3 
(28%,30%,0%,3%)
(0.28/0.30/0.00/0.03)	

CMYK percentages

%27.94
%29.55
%0
%3.14

Codes

Color #B2AEF7 in popluar color models

B2AEF7
RGB178174247
HSL243°82.02%82.55%
HSB/HSV243°29.55%96.86%
CMYK27.94%29.55%0.00%
3.14%

Color #B2AEF7 in popluar number systems.

HEXB2AEF7
Decimal178174247
Binary101100101010111011110111
Octal262256367

Shades and tints

Shades of #B2AEF7

#B2AEF7
(178,174,247)
#A29FE1
(162,159,225)
#9290CB
(146,144,203)
#8281B5
(130,129,181)
#72729F
(114,114,159)
#626389
(98,99,137)
#525473
(82,84,115)
#42455D
(66,69,93)
#323647
(50,54,71)
#222731
(34,39,49)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #B2AEF7

#B2AEF7
(178,174,247)
#B9B5F7
(185,181,247)
#C0BCF7
(192,188,247)
#C7C3F7
(199,195,247)
#CECAF7
(206,202,247)
#D5D1F7
(213,209,247)
#DCD8F7
(220,216,247)
#E3DFF7
(227,223,247)
#EAE6F7
(234,230,247)
#F1EDF7
(241,237,247)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AEF7 color. Also use rgb(178,174,247) instead hex code.

Text Font Color

.myTextColor { color: #B2AEF7; }

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

This text font color is #B2AEF7.


Background Color

.myBgColor { background-color: #B2AEF7; }

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

This div background color is #B2AEF7.


Border color

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

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

This div border color is #B2AEF7.


Opacity

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

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

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

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

This text has shadow with #B2AEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AEF7 on black background.


Color preview on white background

This text has color #B2AEF7 on white background.



Black color preview on #B2AEF7 background

This text has black color on #B2AEF7 background.


White color preview on #B2AEF7 background

This text has white color on #B2AEF7 background.