COLOR #B3AEBB

HEX: #B3AEBB
RGB: (179,174,187)

Color info

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

RGB color model

#B3AEBB color RGB value is (179,174,187).

  • red value is 179;
  • green value is 174;
  • blue value is 187.
RGB:
(179,174,187)
(70%,68%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 174 of 255 = 68%
B 187 of 255 = 73%

179
174
187

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

Portions of RGB colors in percentages

R + G + B =
179 + 174 + 187 = 540 (100%)
R 179 of 540 ~ 33.15%
G 174 of 540 ~ 32.22%
B 187 of 540 ~ 34.63%

%33.15
%32.22
%34.63

CMYK color model

#B3AEBB color CMYK value is (4,7,0,27).

  • cyan value is 4.28%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,7,0,27)
C4M7Y0K27 
(4%,7%,0%,27%)
(0.04/0.07/0.00/0.27)	

CMYK percentages

%4.28
%6.95
%0
%26.67

Codes

Color #B3AEBB in popluar color models

B3AEBB
RGB179174187
HSL263°8.72%70.78%
HSB/HSV263°6.95%73.33%
CMYK4.28%6.95%0.00%
26.67%

Color #B3AEBB in popluar number systems.

HEXB3AEBB
Decimal179174187
Binary101100111010111010111011
Octal263256273

Shades and tints

Shades of #B3AEBB

#B3AEBB
(179,174,187)
#A39FAA
(163,159,170)
#939099
(147,144,153)
#838188
(131,129,136)
#737277
(115,114,119)
#636366
(99,99,102)
#535455
(83,84,85)
#434544
(67,69,68)
#333633
(51,54,51)
#232722
(35,39,34)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #B3AEBB

#B3AEBB
(179,174,187)
#B9B5C1
(185,181,193)
#BFBCC7
(191,188,199)
#C5C3CD
(197,195,205)
#CBCAD3
(203,202,211)
#D1D1D9
(209,209,217)
#D7D8DF
(215,216,223)
#DDDFE5
(221,223,229)
#E3E6EB
(227,230,235)
#E9EDF1
(233,237,241)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3AEBB color. Also use rgb(179,174,187) instead hex code.

Text Font Color

.myTextColor { color: #B3AEBB; }

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

This text font color is #B3AEBB.


Background Color

.myBgColor { background-color: #B3AEBB; }

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

This div background color is #B3AEBB.


Border color

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

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

This div border color is #B3AEBB.


Opacity

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

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

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

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

This text has shadow with #B3AEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3AEBB on black background.


Color preview on white background

This text has color #B3AEBB on white background.



Black color preview on #B3AEBB background

This text has black color on #B3AEBB background.


White color preview on #B3AEBB background

This text has white color on #B3AEBB background.