COLOR #B1AEBF

HEX: #B1AEBF RGB: (177,174,191)

Color info

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

RGB color model

#B1AEBF color RGB value is (177,174,191).

RGB: (177,174,191) (69%, 68%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 191 of 255 = 75%

177
174
191

R + G + B ~ 71%. #B1AEBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 191 = 542 (100%)
R 177 of 542 ~ 32.66%
G 174 of 542 ~ 32.1%
B 191 of 542 ~ 35.24'%

%32.66
%32.1
%35.24

CMYK color model

#B1AEBF color CMYK value is (7,9,0,25).

  • cyan value is 7.33%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (7,9,0,25)
C7M9Y0K25 (7%, 9%, 0%, 25%)
(0.07 / 0.09 / 0.00 / 0.25)

CMYK percentages

%7.33
%8.9
%0
%25.1

Codes

Color #B1AEBF in popluar color models

B1 AE BF
RGB 177 174 191
HSL 251° 11.72% 71.57%
HSB/HSV 251° 8.90% 74.90%
CMYK 7.33% 8.90% 0.00%
25.10%

Color #B1AEBF in popluar number systems.

HEX B1 AE BF
Decimal 177 174 191
Binary 10110001 10101110 10111111
Octal 261 256 277

Shades and tints

Shades of #B1AEBF

#B1AEBF
(177,174,191)
#A19FAE
(161,159,174)
#91909D
(145,144,157)
#81818C
(129,129,140)
#71727B
(113,114,123)
#61636A
(97,99,106)
#515459
(81,84,89)
#414548
(65,69,72)
#313637
(49,54,55)
#212726
(33,39,38)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1AEBF

#B1AEBF
(177,174,191)
#B8B5C4
(184,181,196)
#BFBCC9
(191,188,201)
#C6C3CE
(198,195,206)
#CDCAD3
(205,202,211)
#D4D1D8
(212,209,216)
#DBD8DD
(219,216,221)
#E2DFE2
(226,223,226)
#E9E6E7
(233,230,231)
#F0EDEC
(240,237,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AEBF; }

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

This text font color is #B1AEBF.

Background Color

.myBgColor { background-color: #B1AEBF; }

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

This div background color is #B1AEBF.

Border color

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

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

This div border color is #B1AEBF.

Opacity

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

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

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

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

This text has shadow with #B1AEBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AEBF.

Preview

Color preview on black background

This text has color #B1AEBF on black background.


Color preview on white background

This text has color #B1AEBF on white background.


Black color preview on #B1AEBF background

This text has black color on #B1AEBF background.


White color preview on #B1AEBF background

This text has white color on #B1AEBF background.


Related colors

Complementary color

Complementary color for #hex is #4E5140.


I love getcolorcode.com

Triadic colors

1 #BFB1AE and #AEBFB1 with #B1AEBF are triadic colors.

2 #BFAEB1 and #AEB1BF with #B1AEBF are triadic colors.