COLOR #B4AEF8

HEX: #B4AEF8 RGB: (180,174,248)

Color info

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

RGB color model

#B4AEF8 color RGB value is (180,174,248).

RGB: (180,174,248) (71%, 68%, 97%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 248 of 255 = 97%

180
174
248

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

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 248 = 602 (100%)
R 180 of 602 ~ 29.9%
G 174 of 602 ~ 28.9%
B 248 of 602 ~ 41.2'%

%29.9
%28.9
%41.2

CMYK color model

#B4AEF8 color CMYK value is (27,30,0,3).

  • cyan value is 27.42%
  • magenta value is 29.84%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (27,30,0,3)
C27M30Y0K3 (27%, 30%, 0%, 3%)
(0.27 / 0.30 / 0.00 / 0.03)

CMYK percentages

%27.42
%29.84
%0
%2.75

Codes

Color #B4AEF8 in popluar color models

B4 AE F8
RGB 180 174 248
HSL 245° 84.09% 82.75%
HSB/HSV 245° 29.84% 97.25%
CMYK 27.42% 29.84% 0.00%
2.75%

Color #B4AEF8 in popluar number systems.

HEX B4 AE F8
Decimal 180 174 248
Binary 10110100 10101110 11111000
Octal 264 256 370

Shades and tints

Shades of #B4AEF8

#B4AEF8
(180,174,248)
#A49FE2
(164,159,226)
#9490CC
(148,144,204)
#8481B6
(132,129,182)
#7472A0
(116,114,160)
#64638A
(100,99,138)
#545474
(84,84,116)
#44455E
(68,69,94)
#343648
(52,54,72)
#242732
(36,39,50)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #B4AEF8

#B4AEF8
(180,174,248)
#BAB5F8
(186,181,248)
#C0BCF8
(192,188,248)
#C6C3F8
(198,195,248)
#CCCAF8
(204,202,248)
#D2D1F8
(210,209,248)
#D8D8F8
(216,216,248)
#DEDFF8
(222,223,248)
#E4E6F8
(228,230,248)
#EAEDF8
(234,237,248)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AEF8 color. Also use rgb(180,174,248) instead hex code.

Text Font Color

.myTextColor { color: #B4AEF8; }

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

This text font color is #B4AEF8.

Background Color

.myBgColor { background-color: #B4AEF8; }

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

This div background color is #B4AEF8.

Border color

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

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

This div border color is #B4AEF8.

Opacity

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

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

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

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

This text has shadow with #B4AEF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AEF8.

Preview

Color preview on black background

This text has color #B4AEF8 on black background.


Color preview on white background

This text has color #B4AEF8 on white background.


Black color preview on #B4AEF8 background

This text has black color on #B4AEF8 background.


White color preview on #B4AEF8 background

This text has white color on #B4AEF8 background.


Related colors

Complementary color

Complementary color for #hex is #4B5107.


I love getcolorcode.com

Triadic colors

1 #F8B4AE and #AEF8B4 with #B4AEF8 are triadic colors.

2 #F8AEB4 and #AEB4F8 with #B4AEF8 are triadic colors.