COLOR #B6A1BE

HEX: #B6A1BE
RGB: (182,161,190)

Color info

#B6A1BE contains red, green and blue colors in about the same proportion. Web safe color of #B6A1BE is #CC99CC (or #C9C).

RGB color model

#B6A1BE color RGB value is (182,161,190).

  • red value is 182;
  • green value is 161;
  • blue value is 190.
RGB:
(182,161,190)
(71%,63%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 161 of 255 = 63%
B 190 of 255 = 75%

182
161
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 161 + 190 = 533 (100%)
R 182 of 533 ~ 34.15%
G 161 of 533 ~ 30.21%
B 190 of 533 ~ 35.65%

%34.15
%30.21
%35.65

CMYK color model

#B6A1BE color CMYK value is (4,15,0,25).

  • cyan value is 4.21%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,15,0,25)
C4M15Y0K25 
(4%,15%,0%,25%)
(0.04/0.15/0.00/0.25)	

CMYK percentages

%4.21
%15.26
%0
%25.49

Codes

Color #B6A1BE in popluar color models

B6A1BE
RGB182161190
HSL283°18.24%68.82%
HSB/HSV283°15.26%74.51%
CMYK4.21%15.26%0.00%
25.49%

Color #B6A1BE in popluar number systems.

HEXB6A1BE
Decimal182161190
Binary101101101010000110111110
Octal266241276

Shades and tints

Shades of #B6A1BE

#B6A1BE
(182,161,190)
#A693AD
(166,147,173)
#96859C
(150,133,156)
#86778B
(134,119,139)
#76697A
(118,105,122)
#665B69
(102,91,105)
#564D58
(86,77,88)
#463F47
(70,63,71)
#363136
(54,49,54)
#262325
(38,35,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6A1BE

#B6A1BE
(182,161,190)
#BCA9C3
(188,169,195)
#C2B1C8
(194,177,200)
#C8B9CD
(200,185,205)
#CEC1D2
(206,193,210)
#D4C9D7
(212,201,215)
#DAD1DC
(218,209,220)
#E0D9E1
(224,217,225)
#E6E1E6
(230,225,230)
#ECE9EB
(236,233,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6A1BE color. Also use rgb(182,161,190) instead hex code.

Text Font Color

.myTextColor { color: #B6A1BE; }

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

This text font color is #B6A1BE.


Background Color

.myBgColor { background-color: #B6A1BE; }

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

This div background color is #B6A1BE.


Border color

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

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

This div border color is #B6A1BE.


Opacity

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

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

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

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

This text has shadow with #B6A1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6A1BE on black background.


Color preview on white background

This text has color #B6A1BE on white background.



Black color preview on #B6A1BE background

This text has black color on #B6A1BE background.


White color preview on #B6A1BE background

This text has white color on #B6A1BE background.