COLOR #B4ADB7

HEX: #B4ADB7
RGB: (180,173,183)

Color info

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

RGB color model

#B4ADB7 color RGB value is (180,173,183).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 183 of 255 = 72%

180
173
183

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 183 = 536 (100%)
R 180 of 536 ~ 33.58%
G 173 of 536 ~ 32.28%
B 183 of 536 ~ 34.14%

%33.58
%32.28
%34.14

CMYK color model

#B4ADB7 color CMYK value is (2,5,0,28).

  • cyan value is 1.64%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,5,0,28)
C2M5Y0K28 
(2%,5%,0%,28%)
(0.02/0.05/0.00/0.28)	

CMYK percentages

%1.64
%5.46
%0
%28.24

Codes

Color #B4ADB7 in popluar color models

B4ADB7
RGB180173183
HSL282°6.49%69.80%
HSB/HSV282°5.46%71.76%
CMYK1.64%5.46%0.00%
28.24%

Color #B4ADB7 in popluar number systems.

HEXB4ADB7
Decimal180173183
Binary101101001010110110110111
Octal264255267

Shades and tints

Shades of #B4ADB7

#B4ADB7
(180,173,183)
#A49EA7
(164,158,167)
#948F97
(148,143,151)
#848087
(132,128,135)
#747177
(116,113,119)
#646267
(100,98,103)
#545357
(84,83,87)
#444447
(68,68,71)
#343537
(52,53,55)
#242627
(36,38,39)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4ADB7

#B4ADB7
(180,173,183)
#BAB4BD
(186,180,189)
#C0BBC3
(192,187,195)
#C6C2C9
(198,194,201)
#CCC9CF
(204,201,207)
#D2D0D5
(210,208,213)
#D8D7DB
(216,215,219)
#DEDEE1
(222,222,225)
#E4E5E7
(228,229,231)
#EAECED
(234,236,237)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADB7; }

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

This text font color is #B4ADB7.


Background Color

.myBgColor { background-color: #B4ADB7; }

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

This div background color is #B4ADB7.


Border color

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

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

This div border color is #B4ADB7.


Opacity

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

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

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

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

This text has shadow with #B4ADB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADB7 on black background.


Color preview on white background

This text has color #B4ADB7 on white background.



Black color preview on #B4ADB7 background

This text has black color on #B4ADB7 background.


White color preview on #B4ADB7 background

This text has white color on #B4ADB7 background.