COLOR #B1AEBA

HEX: #B1AEBA
RGB: (177,174,186)

Color info

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

RGB color model

#B1AEBA color RGB value is (177,174,186).

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

RGB channels and saturation

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

177
174
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 186 = 537 (100%)
R 177 of 537 ~ 32.96%
G 174 of 537 ~ 32.4%
B 186 of 537 ~ 34.64%

%32.96
%32.4
%34.64

CMYK color model

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

  • cyan value is 4.84%
  • 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

%4.84
%6.45
%0
%27.06

Codes

Color #B1AEBA in popluar color models

B1AEBA
RGB177174186
HSL255°8.00%70.59%
HSB/HSV255°6.45%72.94%
CMYK4.84%6.45%0.00%
27.06%

Color #B1AEBA in popluar number systems.

HEXB1AEBA
Decimal177174186
Binary101100011010111010111010
Octal261256272

Shades and tints

Shades of #B1AEBA

#B1AEBA
(177,174,186)
#A19FAA
(161,159,170)
#91909A
(145,144,154)
#81818A
(129,129,138)
#71727A
(113,114,122)
#61636A
(97,99,106)
#51545A
(81,84,90)
#41454A
(65,69,74)
#31363A
(49,54,58)
#21272A
(33,39,42)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #B1AEBA

#B1AEBA
(177,174,186)
#B8B5C0
(184,181,192)
#BFBCC6
(191,188,198)
#C6C3CC
(198,195,204)
#CDCAD2
(205,202,210)
#D4D1D8
(212,209,216)
#DBD8DE
(219,216,222)
#E2DFE4
(226,223,228)
#E9E6EA
(233,230,234)
#F0EDF0
(240,237,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AEBA; }

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

This text font color is #B1AEBA.


Background Color

.myBgColor { background-color: #B1AEBA; }

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

This div background color is #B1AEBA.


Border color

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

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

This div border color is #B1AEBA.


Opacity

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

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

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

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

This text has shadow with #B1AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AEBA on black background.


Color preview on white background

This text has color #B1AEBA on white background.



Black color preview on #B1AEBA background

This text has black color on #B1AEBA background.


White color preview on #B1AEBA background

This text has white color on #B1AEBA background.