COLOR #B1A5AE

HEX: #B1A5AE RGB: (177,165,174)

Color info

#B1A5AE contains red, green and blue colors in about the same proportion. Web safe color of #B1A5AE is #999999 (or #999).

RGB color model

#B1A5AE color RGB value is (177,165,174).

RGB: (177,165,174) (69%, 65%, 68%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 174 of 255 = 68%

177
165
174

R + G + B ~ 67%. #B1A5AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 165 + 174 = 516 (100%)
R 177 of 516 ~ 34.3%
G 165 of 516 ~ 31.98%
B 174 of 516 ~ 33.72'%

%34.3
%31.98
%33.72

CMYK color model

#B1A5AE color CMYK value is (0,7,2,31).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK: (0,7,2,31) C0M7Y2K31 (0%,7%,2%,31%) (0.00/0.07/0.02/0.31) 

CMYK percentages

%0
%6.78
%1.69
%30.59

Codes

Color #B1A5AE in popluar color models

B1 A5 AE
RGB 177 165 174
HSL 315° 7.14% 67.06%
HSB/HSV 315° 6.78% 69.41%
CMYK 0.00% 6.78% 1.69%
30.59%

Color #B1A5AE in popluar number systems.

HEX B1 A5 AE
Decimal 177 165 174
Binary 10110001 10100101 10101110
Octal 261 245 256

Shades and tints

Shades of #B1A5AE

#B1A5AE
(177,165,174)
#A1969F
(161,150,159)
#918790
(145,135,144)
#817881
(129,120,129)
#716972
(113,105,114)
#615A63
(97,90,99)
#514B54
(81,75,84)
#413C45
(65,60,69)
#312D36
(49,45,54)
#211E27
(33,30,39)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #B1A5AE

#B1A5AE
(177,165,174)
#B8ADB5
(184,173,181)
#BFB5BC
(191,181,188)
#C6BDC3
(198,189,195)
#CDC5CA
(205,197,202)
#D4CDD1
(212,205,209)
#DBD5D8
(219,213,216)
#E2DDDF
(226,221,223)
#E9E5E6
(233,229,230)
#F0EDED
(240,237,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A5AE; }

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

This text font color is #B1A5AE.

Background Color

.myBgColor { background-color: #B1A5AE; }

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

This div background color is #B1A5AE.

Border color

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

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

This div border color is #B1A5AE.

Opacity

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

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

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

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

This text has shadow with #B1A5AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A5AE.

Preview

Color preview on black background

This text has color #B1A5AE on black background.


Color preview on white background

This text has color #B1A5AE on white background.


Black color preview on #B1A5AE background

This text has black color on #B1A5AE background.


White color preview on #B1A5AE background

This text has white color on #B1A5AE background.


Related colors

Complementary color

Complementary color for #hex is #4E5A51.


I love getcolorcode.com

Triadic colors

1 #AEB1A5 and #A5AEB1 with #B1A5AE are triadic colors.

2 #AEA5B1 and #A5B1AE with #B1A5AE are triadic colors.