COLOR #B7ABB6

HEX: #B7ABB6
RGB: (183,171,182)

Color info

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

RGB color model

#B7ABB6 color RGB value is (183,171,182).

  • red value is 183;
  • green value is 171;
  • blue value is 182.
RGB:
(183,171,182)
(72%,67%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 171 of 255 = 67%
B 182 of 255 = 71%

183
171
182

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 182 = 536 (100%)
R 183 of 536 ~ 34.14%
G 171 of 536 ~ 31.9%
B 182 of 536 ~ 33.96%

%34.14
%31.9
%33.96

CMYK color model

#B7ABB6 color CMYK value is (0,7,1,28).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 0.55%
  • key color value is 28.24%
CMYK:
(0,7,1,28)
C0M7Y1K28 
(0%,7%,1%,28%)
(0.00/0.07/0.01/0.28)	

CMYK percentages

%0
%6.56
%0.55
%28.24

Codes

Color #B7ABB6 in popluar color models

B7ABB6
RGB183171182
HSL305°7.69%69.41%
HSB/HSV305°6.56%71.76%
CMYK0.00%6.56%0.55%
28.24%

Color #B7ABB6 in popluar number systems.

HEXB7ABB6
Decimal183171182
Binary101101111010101110110110
Octal267253266

Shades and tints

Shades of #B7ABB6

#B7ABB6
(183,171,182)
#A79CA6
(167,156,166)
#978D96
(151,141,150)
#877E86
(135,126,134)
#776F76
(119,111,118)
#676066
(103,96,102)
#575156
(87,81,86)
#474246
(71,66,70)
#373336
(55,51,54)
#272426
(39,36,38)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #B7ABB6

#B7ABB6
(183,171,182)
#BDB2BC
(189,178,188)
#C3B9C2
(195,185,194)
#C9C0C8
(201,192,200)
#CFC7CE
(207,199,206)
#D5CED4
(213,206,212)
#DBD5DA
(219,213,218)
#E1DCE0
(225,220,224)
#E7E3E6
(231,227,230)
#EDEAEC
(237,234,236)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ABB6 color. Also use rgb(183,171,182) instead hex code.

Text Font Color

.myTextColor { color: #B7ABB6; }

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

This text font color is #B7ABB6.


Background Color

.myBgColor { background-color: #B7ABB6; }

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

This div background color is #B7ABB6.


Border color

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

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

This div border color is #B7ABB6.


Opacity

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

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

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

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

This text has shadow with #B7ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ABB6 on black background.


Color preview on white background

This text has color #B7ABB6 on white background.



Black color preview on #B7ABB6 background

This text has black color on #B7ABB6 background.


White color preview on #B7ABB6 background

This text has white color on #B7ABB6 background.