COLOR #B1A5C3

HEX: #B1A5C3 RGB: (177,165,195)

Color info

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

RGB color model

#B1A5C3 color RGB value is (177,165,195).

RGB: (177,165,195) (69%, 65%, 76%)

RGB channels and saturation

R 177 of 255 = 69%
G 165 of 255 = 65%
B 195 of 255 = 76%

177
165
195

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

Portions of RGB colors in percentages

R + G + B = 177 + 165 + 195 = 537 (100%)
R 177 of 537 ~ 32.96%
G 165 of 537 ~ 30.73%
B 195 of 537 ~ 36.31'%

%32.96
%30.73
%36.31

CMYK color model

#B1A5C3 color CMYK value is (9,15,0,24).

  • cyan value is 9.23%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (9,15,0,24)
C9M15Y0K24 (9%, 15%, 0%, 24%)
(0.09 / 0.15 / 0.00 / 0.24)

CMYK percentages

%9.23
%15.38
%0
%23.53

Codes

Color #B1A5C3 in popluar color models

B1 A5 C3
RGB 177 165 195
HSL 264° 20.00% 70.59%
HSB/HSV 264° 15.38% 76.47%
CMYK 9.23% 15.38% 0.00%
23.53%

Color #B1A5C3 in popluar number systems.

HEX B1 A5 C3
Decimal 177 165 195
Binary 10110001 10100101 11000011
Octal 261 245 303

Shades and tints

Shades of #B1A5C3

#B1A5C3
(177,165,195)
#A196B2
(161,150,178)
#9187A1
(145,135,161)
#817890
(129,120,144)
#71697F
(113,105,127)
#615A6E
(97,90,110)
#514B5D
(81,75,93)
#413C4C
(65,60,76)
#312D3B
(49,45,59)
#211E2A
(33,30,42)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #B1A5C3

#B1A5C3
(177,165,195)
#B8ADC8
(184,173,200)
#BFB5CD
(191,181,205)
#C6BDD2
(198,189,210)
#CDC5D7
(205,197,215)
#D4CDDC
(212,205,220)
#DBD5E1
(219,213,225)
#E2DDE6
(226,221,230)
#E9E5EB
(233,229,235)
#F0EDF0
(240,237,240)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A5C3; }

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

This text font color is #B1A5C3.

Background Color

.myBgColor { background-color: #B1A5C3; }

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

This div background color is #B1A5C3.

Border color

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

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

This div border color is #B1A5C3.

Opacity

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

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

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

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

This text has shadow with #B1A5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A5C3.

Preview

Color preview on black background

This text has color #B1A5C3 on black background.


Color preview on white background

This text has color #B1A5C3 on white background.


Black color preview on #B1A5C3 background

This text has black color on #B1A5C3 background.


White color preview on #B1A5C3 background

This text has white color on #B1A5C3 background.


Related colors

Complementary color

Complementary color for #hex is #4E5A3C.


I love getcolorcode.com

Triadic colors

1 #C3B1A5 and #A5C3B1 with #B1A5C3 are triadic colors.

2 #C3A5B1 and #A5B1C3 with #B1A5C3 are triadic colors.