COLOR #B7ABB7

HEX: #B7ABB7
RGB: (183,171,183)

Color info

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

RGB color model

#B7ABB7 color RGB value is (183,171,183).

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

RGB channels and saturation

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

183
171
183

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

Portions of RGB colors in percentages

R + G + B =
183 + 171 + 183 = 537 (100%)
R 183 of 537 ~ 34.08%
G 171 of 537 ~ 31.84%
B 183 of 537 ~ 34.08%

%34.08
%31.84
%34.08

CMYK color model

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

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

CMYK percentages

%0
%6.56
%0
%28.24

Codes

Color #B7ABB7 in popluar color models

B7ABB7
RGB183171183
HSL300°7.69%69.41%
HSB/HSV300°6.56%71.76%
CMYK0.00%6.56%0.00%
28.24%

Color #B7ABB7 in popluar number systems.

HEXB7ABB7
Decimal183171183
Binary101101111010101110110111
Octal267253267

Shades and tints

Shades of #B7ABB7

#B7ABB7
(183,171,183)
#A79CA7
(167,156,167)
#978D97
(151,141,151)
#877E87
(135,126,135)
#776F77
(119,111,119)
#676067
(103,96,103)
#575157
(87,81,87)
#474247
(71,66,71)
#373337
(55,51,55)
#272427
(39,36,39)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #B7ABB7

#B7ABB7
(183,171,183)
#BDB2BD
(189,178,189)
#C3B9C3
(195,185,195)
#C9C0C9
(201,192,201)
#CFC7CF
(207,199,207)
#D5CED5
(213,206,213)
#DBD5DB
(219,213,219)
#E1DCE1
(225,220,225)
#E7E3E7
(231,227,231)
#EDEAED
(237,234,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ABB7; }

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

This text font color is #B7ABB7.


Background Color

.myBgColor { background-color: #B7ABB7; }

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

This div background color is #B7ABB7.


Border color

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

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

This div border color is #B7ABB7.


Opacity

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

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

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

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

This text has shadow with #B7ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ABB7 on black background.


Color preview on white background

This text has color #B7ABB7 on white background.



Black color preview on #B7ABB7 background

This text has black color on #B7ABB7 background.


White color preview on #B7ABB7 background

This text has white color on #B7ABB7 background.