COLOR #B1A5BD

HEX: #B1A5BD
RGB: (177,165,189)

Color info

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

RGB color model

#B1A5BD color RGB value is (177,165,189).

  • red value is 177;
  • green value is 165;
  • blue value is 189.
RGB:
(177,165,189)
(69%,65%,74%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 189 of 255 = 74%

177
165
189

R + G + B ~ 69%. #B1A5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 165 + 189 = 531 (100%)
R 177 of 531 ~ 33.33%
G 165 of 531 ~ 31.07%
B 189 of 531 ~ 35.59%

%33.33
%31.07
%35.59

CMYK color model

#B1A5BD color CMYK value is (6,13,0,26).

  • cyan value is 6.35%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,13,0,26)
C6M13Y0K26 
(6%,13%,0%,26%)
(0.06/0.13/0.00/0.26)	

CMYK percentages

%6.35
%12.7
%0
%25.88

Codes

Color #B1A5BD in popluar color models

B1A5BD
RGB177165189
HSL270°15.38%69.41%
HSB/HSV270°12.70%74.12%
CMYK6.35%12.70%0.00%
25.88%

Color #B1A5BD in popluar number systems.

HEXB1A5BD
Decimal177165189
Binary101100011010010110111101
Octal261245275

Shades and tints

Shades of #B1A5BD

#B1A5BD
(177,165,189)
#A196AC
(161,150,172)
#91879B
(145,135,155)
#81788A
(129,120,138)
#716979
(113,105,121)
#615A68
(97,90,104)
#514B57
(81,75,87)
#413C46
(65,60,70)
#312D35
(49,45,53)
#211E24
(33,30,36)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #B1A5BD

#B1A5BD
(177,165,189)
#B8ADC3
(184,173,195)
#BFB5C9
(191,181,201)
#C6BDCF
(198,189,207)
#CDC5D5
(205,197,213)
#D4CDDB
(212,205,219)
#DBD5E1
(219,213,225)
#E2DDE7
(226,221,231)
#E9E5ED
(233,229,237)
#F0EDF3
(240,237,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A5BD; }

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

This text font color is #B1A5BD.


Background Color

.myBgColor { background-color: #B1A5BD; }

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

This div background color is #B1A5BD.


Border color

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

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

This div border color is #B1A5BD.


Opacity

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

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

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

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

This text has shadow with #B1A5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A5BD on black background.


Color preview on white background

This text has color #B1A5BD on white background.



Black color preview on #B1A5BD background

This text has black color on #B1A5BD background.


White color preview on #B1A5BD background

This text has white color on #B1A5BD background.