COLOR #B4ADB3

HEX: #B4ADB3
RGB: (180,173,179)

Color info

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

RGB color model

#B4ADB3 color RGB value is (180,173,179).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 179 of 255 = 70%

180
173
179

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 179 = 532 (100%)
R 180 of 532 ~ 33.83%
G 173 of 532 ~ 32.52%
B 179 of 532 ~ 33.65%

%33.83
%32.52
%33.65

CMYK color model

#B4ADB3 color CMYK value is (0,4,1,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(0,4,1,29)
C0M4Y1K29 
(0%,4%,1%,29%)
(0.00/0.04/0.01/0.29)	

CMYK percentages

%0
%3.89
%0.56
%29.41

Codes

Color #B4ADB3 in popluar color models

B4ADB3
RGB180173179
HSL309°4.46%69.22%
HSB/HSV309°3.89%70.59%
CMYK0.00%3.89%0.56%
29.41%

Color #B4ADB3 in popluar number systems.

HEXB4ADB3
Decimal180173179
Binary101101001010110110110011
Octal264255263

Shades and tints

Shades of #B4ADB3

#B4ADB3
(180,173,179)
#A49EA3
(164,158,163)
#948F93
(148,143,147)
#848083
(132,128,131)
#747173
(116,113,115)
#646263
(100,98,99)
#545353
(84,83,83)
#444443
(68,68,67)
#343533
(52,53,51)
#242623
(36,38,35)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #B4ADB3

#B4ADB3
(180,173,179)
#BAB4B9
(186,180,185)
#C0BBBF
(192,187,191)
#C6C2C5
(198,194,197)
#CCC9CB
(204,201,203)
#D2D0D1
(210,208,209)
#D8D7D7
(216,215,215)
#DEDEDD
(222,222,221)
#E4E5E3
(228,229,227)
#EAECE9
(234,236,233)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADB3; }

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

This text font color is #B4ADB3.


Background Color

.myBgColor { background-color: #B4ADB3; }

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

This div background color is #B4ADB3.


Border color

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

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

This div border color is #B4ADB3.


Opacity

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

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

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

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

This text has shadow with #B4ADB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADB3 on black background.


Color preview on white background

This text has color #B4ADB3 on white background.



Black color preview on #B4ADB3 background

This text has black color on #B4ADB3 background.


White color preview on #B4ADB3 background

This text has white color on #B4ADB3 background.