COLOR #B1ABD0

HEX: #B1ABD0
RGB: (177,171,208)

Color info

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

RGB color model

#B1ABD0 color RGB value is (177,171,208).

  • red value is 177;
  • green value is 171;
  • blue value is 208.
RGB: (177,171,208) (69%,67%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 171 of 255 = 67%
B 208 of 255 = 82%

177
171
208

R + G + B ~ 73%. #B1ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 171 + 208 = 556 (100%)
R 177 of 556 ~ 31.83%
G 171 of 556 ~ 30.76%
B 208 of 556 ~ 37.41%

%31.83
%30.76
%37.41

CMYK color model

#B1ABD0 color CMYK value is (15,18,0,18).

  • cyan value is 14.90%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (15,18,0,18) C15M18Y0K18 (15%,18%,0%,18%) (0.15/0.18/0.00/0.18)

CMYK percentages

%14.9
%17.79
%0
%18.43

Codes

Color #B1ABD0 in popluar color models

B1ABD0
RGB177171208
HSL250°28.24%74.31%
HSB/HSV250°17.79%81.57%
CMYK14.90%17.79%0.00%
18.43%

Color #B1ABD0 in popluar number systems.

HEXB1ABD0
Decimal177171208
Binary101100011010101111010000
Octal261253320

Shades and tints

Shades of #B1ABD0

#B1ABD0
(177,171,208)
#A19CBE
(161,156,190)
#918DAC
(145,141,172)
#817E9A
(129,126,154)
#716F88
(113,111,136)
#616076
(97,96,118)
#515164
(81,81,100)
#414252
(65,66,82)
#313340
(49,51,64)
#21242E
(33,36,46)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #B1ABD0

#B1ABD0
(177,171,208)
#B8B2D4
(184,178,212)
#BFB9D8
(191,185,216)
#C6C0DC
(198,192,220)
#CDC7E0
(205,199,224)
#D4CEE4
(212,206,228)
#DBD5E8
(219,213,232)
#E2DCEC
(226,220,236)
#E9E3F0
(233,227,240)
#F0EAF4
(240,234,244)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1ABD0 color. Also use rgb(177,171,208) instead hex code.

Text Font Color

.myTextColor { color: #B1ABD0; }

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

This text font color is #B1ABD0.


Background Color

.myBgColor { background-color: #B1ABD0; }

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

This div background color is #B1ABD0.


Border color

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

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

This div border color is #B1ABD0.


Opacity

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

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

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

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

This text has shadow with #B1ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1ABD0 on black background.


Color preview on white background

This text has color #B1ABD0 on white background.



Black color preview on #B1ABD0 background

This text has black color on #B1ABD0 background.


White color preview on #B1ABD0 background

This text has white color on #B1ABD0 background.