COLOR #B9AEF5

HEX: #B9AEF5
RGB: (185,174,245)

Color info

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

RGB color model

#B9AEF5 color RGB value is (185,174,245).

  • red value is 185;
  • green value is 174;
  • blue value is 245.
RGB:
(185,174,245)
(73%,68%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 245 of 255 = 96%

185
174
245

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

Portions of RGB colors in percentages

R + G + B =
185 + 174 + 245 = 604 (100%)
R 185 of 604 ~ 30.63%
G 174 of 604 ~ 28.81%
B 245 of 604 ~ 40.56%

%30.63
%28.81
%40.56

CMYK color model

#B9AEF5 color CMYK value is (24,29,0,4).

  • cyan value is 24.49%
  • magenta value is 28.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,29,0,4)
C24M29Y0K4 
(24%,29%,0%,4%)
(0.24/0.29/0.00/0.04)	

CMYK percentages

%24.49
%28.98
%0
%3.92

Codes

Color #B9AEF5 in popluar color models

B9AEF5
RGB185174245
HSL249°78.02%82.16%
HSB/HSV249°28.98%96.08%
CMYK24.49%28.98%0.00%
3.92%

Color #B9AEF5 in popluar number systems.

HEXB9AEF5
Decimal185174245
Binary101110011010111011110101
Octal271256365

Shades and tints

Shades of #B9AEF5

#B9AEF5
(185,174,245)
#A99FDF
(169,159,223)
#9990C9
(153,144,201)
#8981B3
(137,129,179)
#79729D
(121,114,157)
#696387
(105,99,135)
#595471
(89,84,113)
#49455B
(73,69,91)
#393645
(57,54,69)
#29272F
(41,39,47)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9AEF5

#B9AEF5
(185,174,245)
#BFB5F5
(191,181,245)
#C5BCF5
(197,188,245)
#CBC3F5
(203,195,245)
#D1CAF5
(209,202,245)
#D7D1F5
(215,209,245)
#DDD8F5
(221,216,245)
#E3DFF5
(227,223,245)
#E9E6F5
(233,230,245)
#EFEDF5
(239,237,245)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AEF5 color. Also use rgb(185,174,245) instead hex code.

Text Font Color

.myTextColor { color: #B9AEF5; }

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

This text font color is #B9AEF5.


Background Color

.myBgColor { background-color: #B9AEF5; }

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

This div background color is #B9AEF5.


Border color

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

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

This div border color is #B9AEF5.


Opacity

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

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

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

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

This text has shadow with #B9AEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AEF5 on black background.


Color preview on white background

This text has color #B9AEF5 on white background.



Black color preview on #B9AEF5 background

This text has black color on #B9AEF5 background.


White color preview on #B9AEF5 background

This text has white color on #B9AEF5 background.