COLOR #B0AEBA

HEX: #B0AEBA
RGB: (176,174,186)

Color info

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

RGB color model

#B0AEBA color RGB value is (176,174,186).

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

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 186 of 255 = 73%

176
174
186

R + G + B ~ 70%. #B0AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 174 + 186 = 536 (100%)
R 176 of 536 ~ 32.84%
G 174 of 536 ~ 32.46%
B 186 of 536 ~ 34.7%

%32.84
%32.46
%34.7

CMYK color model

#B0AEBA color CMYK value is (5,6,0,27).

  • cyan value is 5.38%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,6,0,27)
C5M6Y0K27 
(5%,6%,0%,27%)
(0.05/0.06/0.00/0.27)	

CMYK percentages

%5.38
%6.45
%0
%27.06

Codes

Color #B0AEBA in popluar color models

B0AEBA
RGB176174186
HSL250°8.00%70.59%
HSB/HSV250°6.45%72.94%
CMYK5.38%6.45%0.00%
27.06%

Color #B0AEBA in popluar number systems.

HEXB0AEBA
Decimal176174186
Binary101100001010111010111010
Octal260256272

Shades and tints

Shades of #B0AEBA

#B0AEBA
(176,174,186)
#A09FAA
(160,159,170)
#90909A
(144,144,154)
#80818A
(128,129,138)
#70727A
(112,114,122)
#60636A
(96,99,106)
#50545A
(80,84,90)
#40454A
(64,69,74)
#30363A
(48,54,58)
#20272A
(32,39,42)
#10181A
(16,24,26)
#000000
(0,0,0)

Tints of #B0AEBA

#B0AEBA
(176,174,186)
#B7B5C0
(183,181,192)
#BEBCC6
(190,188,198)
#C5C3CC
(197,195,204)
#CCCAD2
(204,202,210)
#D3D1D8
(211,209,216)
#DAD8DE
(218,216,222)
#E1DFE4
(225,223,228)
#E8E6EA
(232,230,234)
#EFEDF0
(239,237,240)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AEBA; }

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

This text font color is #B0AEBA.


Background Color

.myBgColor { background-color: #B0AEBA; }

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

This div background color is #B0AEBA.


Border color

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

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

This div border color is #B0AEBA.


Opacity

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

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

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

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

This text has shadow with #B0AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AEBA on black background.


Color preview on white background

This text has color #B0AEBA on white background.



Black color preview on #B0AEBA background

This text has black color on #B0AEBA background.


White color preview on #B0AEBA background

This text has white color on #B0AEBA background.