COLOR #B0AEE5

HEX: #B0AEE5
RGB: (176,174,229)

Color info

#B0AEE5 contains red, green and blue colors in about the same proportion. Web safe color of #B0AEE5 is #9999CC (or #99C).

RGB color model

#B0AEE5 color RGB value is (176,174,229).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 229 of 255 = 90%

176
174
229

R + G + B ~ 76%. #B0AEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 229 = 579 (100%)
R 176 of 579 ~ 30.4%
G 174 of 579 ~ 30.05%
B 229 of 579 ~ 39.55%

%30.4
%30.05
%39.55

CMYK color model

#B0AEE5 color CMYK value is (23,24,0,10).

  • cyan value is 23.14%
  • magenta value is 24.02%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,24,0,10)
C23M24Y0K10 
(23%,24%,0%,10%)
(0.23/0.24/0.00/0.10)	

CMYK percentages

%23.14
%24.02
%0
%10.2

Codes

Color #B0AEE5 in popluar color models

B0AEE5
RGB176174229
HSL242°51.40%79.02%
HSB/HSV242°24.02%89.80%
CMYK23.14%24.02%0.00%
10.20%

Color #B0AEE5 in popluar number systems.

HEXB0AEE5
Decimal176174229
Binary101100001010111011100101
Octal260256345

Shades and tints

Shades of #B0AEE5

#B0AEE5
(176,174,229)
#A09FD1
(160,159,209)
#9090BD
(144,144,189)
#8081A9
(128,129,169)
#707295
(112,114,149)
#606381
(96,99,129)
#50546D
(80,84,109)
#404559
(64,69,89)
#303645
(48,54,69)
#202731
(32,39,49)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #B0AEE5

#B0AEE5
(176,174,229)
#B7B5E7
(183,181,231)
#BEBCE9
(190,188,233)
#C5C3EB
(197,195,235)
#CCCAED
(204,202,237)
#D3D1EF
(211,209,239)
#DAD8F1
(218,216,241)
#E1DFF3
(225,223,243)
#E8E6F5
(232,230,245)
#EFEDF7
(239,237,247)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AEE5; }

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

This text font color is #B0AEE5.


Background Color

.myBgColor { background-color: #B0AEE5; }

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

This div background color is #B0AEE5.


Border color

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

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

This div border color is #B0AEE5.


Opacity

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

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

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

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

This text has shadow with #B0AEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEE5 on black background.


Color preview on white background

This text has color #B0AEE5 on white background.



Black color preview on #B0AEE5 background

This text has black color on #B0AEE5 background.


White color preview on #B0AEE5 background

This text has white color on #B0AEE5 background.