COLOR #B7A1BB

HEX: #B7A1BB
RGB: (183,161,187)

Color info

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

RGB color model

#B7A1BB color RGB value is (183,161,187).

  • red value is 183;
  • green value is 161;
  • blue value is 187.
RGB:
(183,161,187)
(72%,63%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 161 of 255 = 63%
B 187 of 255 = 73%

183
161
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 161 + 187 = 531 (100%)
R 183 of 531 ~ 34.46%
G 161 of 531 ~ 30.32%
B 187 of 531 ~ 35.22%

%34.46
%30.32
%35.22

CMYK color model

#B7A1BB color CMYK value is (2,14,0,27).

  • cyan value is 2.14%
  • magenta value is 13.90%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,14,0,27)
C2M14Y0K27 
(2%,14%,0%,27%)
(0.02/0.14/0.00/0.27)	

CMYK percentages

%2.14
%13.9
%0
%26.67

Codes

Color #B7A1BB in popluar color models

B7A1BB
RGB183161187
HSL291°16.05%68.24%
HSB/HSV291°13.90%73.33%
CMYK2.14%13.90%0.00%
26.67%

Color #B7A1BB in popluar number systems.

HEXB7A1BB
Decimal183161187
Binary101101111010000110111011
Octal267241273

Shades and tints

Shades of #B7A1BB

#B7A1BB
(183,161,187)
#A793AA
(167,147,170)
#978599
(151,133,153)
#877788
(135,119,136)
#776977
(119,105,119)
#675B66
(103,91,102)
#574D55
(87,77,85)
#473F44
(71,63,68)
#373133
(55,49,51)
#272322
(39,35,34)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #B7A1BB

#B7A1BB
(183,161,187)
#BDA9C1
(189,169,193)
#C3B1C7
(195,177,199)
#C9B9CD
(201,185,205)
#CFC1D3
(207,193,211)
#D5C9D9
(213,201,217)
#DBD1DF
(219,209,223)
#E1D9E5
(225,217,229)
#E7E1EB
(231,225,235)
#EDE9F1
(237,233,241)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A1BB color. Also use rgb(183,161,187) instead hex code.

Text Font Color

.myTextColor { color: #B7A1BB; }

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

This text font color is #B7A1BB.


Background Color

.myBgColor { background-color: #B7A1BB; }

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

This div background color is #B7A1BB.


Border color

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

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

This div border color is #B7A1BB.


Opacity

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

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

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

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

This text has shadow with #B7A1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A1BB on black background.


Color preview on white background

This text has color #B7A1BB on white background.



Black color preview on #B7A1BB background

This text has black color on #B7A1BB background.


White color preview on #B7A1BB background

This text has white color on #B7A1BB background.