COLOR #B7ADB1

HEX: #B7ADB1
RGB: (183,173,177)

Color info

#B7ADB1 contains red, green and blue colors in about the same proportion. Web safe color of #B7ADB1 is #CC9999 (or #C99).

RGB color model

#B7ADB1 color RGB value is (183,173,177).

  • red value is 183;
  • green value is 173;
  • blue value is 177.
RGB:
(183,173,177)
(72%,68%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 173 of 255 = 68%
B 177 of 255 = 69%

183
173
177

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

Portions of RGB colors in percentages

R + G + B =
183 + 173 + 177 = 533 (100%)
R 183 of 533 ~ 34.33%
G 173 of 533 ~ 32.46%
B 177 of 533 ~ 33.21%

%34.33
%32.46
%33.21

CMYK color model

#B7ADB1 color CMYK value is (0,5,3,28).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK:
(0,5,3,28)
C0M5Y3K28 
(0%,5%,3%,28%)
(0.00/0.05/0.03/0.28)	

CMYK percentages

%0
%5.46
%3.28
%28.24

Codes

Color #B7ADB1 in popluar color models

B7ADB1
RGB183173177
HSL336°6.49%69.80%
HSB/HSV336°5.46%71.76%
CMYK0.00%5.46%3.28%
28.24%

Color #B7ADB1 in popluar number systems.

HEXB7ADB1
Decimal183173177
Binary101101111010110110110001
Octal267255261

Shades and tints

Shades of #B7ADB1

#B7ADB1
(183,173,177)
#A79EA1
(167,158,161)
#978F91
(151,143,145)
#878081
(135,128,129)
#777171
(119,113,113)
#676261
(103,98,97)
#575351
(87,83,81)
#474441
(71,68,65)
#373531
(55,53,49)
#272621
(39,38,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #B7ADB1

#B7ADB1
(183,173,177)
#BDB4B8
(189,180,184)
#C3BBBF
(195,187,191)
#C9C2C6
(201,194,198)
#CFC9CD
(207,201,205)
#D5D0D4
(213,208,212)
#DBD7DB
(219,215,219)
#E1DEE2
(225,222,226)
#E7E5E9
(231,229,233)
#EDECF0
(237,236,240)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ADB1; }

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

This text font color is #B7ADB1.


Background Color

.myBgColor { background-color: #B7ADB1; }

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

This div background color is #B7ADB1.


Border color

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

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

This div border color is #B7ADB1.


Opacity

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

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

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

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

This text has shadow with #B7ADB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADB1 on black background.


Color preview on white background

This text has color #B7ADB1 on white background.



Black color preview on #B7ADB1 background

This text has black color on #B7ADB1 background.


White color preview on #B7ADB1 background

This text has white color on #B7ADB1 background.