COLOR #B1AEBD

HEX: #B1AEBD RGB: (177,174,189)

Color info

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

RGB color model

#B1AEBD color RGB value is (177,174,189).

RGB: (177,174,189) (69%, 68%, 74%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 189 of 255 = 74%

177
174
189

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

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 189 = 540 (100%)
R 177 of 540 ~ 32.78%
G 174 of 540 ~ 32.22%
B 189 of 540 ~ 35'%

%32.78
%32.22
%35

CMYK color model

#B1AEBD color CMYK value is (6,8,0,26).

  • cyan value is 6.35%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (6,8,0,26)
C6M8Y0K26 (6%, 8%, 0%, 26%)
(0.06 / 0.08 / 0.00 / 0.26)

CMYK percentages

%6.35
%7.94
%0
%25.88

Codes

Color #B1AEBD in popluar color models

B1 AE BD
RGB 177 174 189
HSL 252° 10.20% 71.18%
HSB/HSV 252° 7.94% 74.12%
CMYK 6.35% 7.94% 0.00%
25.88%

Color #B1AEBD in popluar number systems.

HEX B1 AE BD
Decimal 177 174 189
Binary 10110001 10101110 10111101
Octal 261 256 275

Shades and tints

Shades of #B1AEBD

#B1AEBD
(177,174,189)
#A19FAC
(161,159,172)
#91909B
(145,144,155)
#81818A
(129,129,138)
#717279
(113,114,121)
#616368
(97,99,104)
#515457
(81,84,87)
#414546
(65,69,70)
#313635
(49,54,53)
#212724
(33,39,36)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #B1AEBD

#B1AEBD
(177,174,189)
#B8B5C3
(184,181,195)
#BFBCC9
(191,188,201)
#C6C3CF
(198,195,207)
#CDCAD5
(205,202,213)
#D4D1DB
(212,209,219)
#DBD8E1
(219,216,225)
#E2DFE7
(226,223,231)
#E9E6ED
(233,230,237)
#F0EDF3
(240,237,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AEBD; }

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

This text font color is #B1AEBD.

Background Color

.myBgColor { background-color: #B1AEBD; }

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

This div background color is #B1AEBD.

Border color

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

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

This div border color is #B1AEBD.

Opacity

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

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

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

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

This text has shadow with #B1AEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AEBD.

Preview

Color preview on black background

This text has color #B1AEBD on black background.


Color preview on white background

This text has color #B1AEBD on white background.


Black color preview on #B1AEBD background

This text has black color on #B1AEBD background.


White color preview on #B1AEBD background

This text has white color on #B1AEBD background.


Related colors

Complementary color

Complementary color for #hex is #4E5142.


I love getcolorcode.com

Triadic colors

1 #BDB1AE and #AEBDB1 with #B1AEBD are triadic colors.

2 #BDAEB1 and #AEB1BD with #B1AEBD are triadic colors.