COLOR #B4ADAB

HEX: #B4ADAB RGB: (180,173,171)

Color info

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

RGB color model

#B4ADAB color RGB value is (180,173,171).

RGB: (180,173,171) (71%, 68%, 67%)

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 171 of 255 = 67%

180
173
171

R + G + B ~ 69%. #B4ADAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 173 + 171 = 524 (100%)
R 180 of 524 ~ 34.35%
G 173 of 524 ~ 33.02%
B 171 of 524 ~ 32.63'%

%34.35
%33.02
%32.63

CMYK color model

#B4ADAB color CMYK value is (0,4,5,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 5.00%
  • key color value is 29.41%

CMYK: (0,4,5,29)
C0M4Y5K29 (0%, 4%, 5%, 29%)
(0.00 / 0.04 / 0.05 / 0.29)

CMYK percentages

%0
%3.89
%5
%29.41

Codes

Color #B4ADAB in popluar color models

B4 AD AB
RGB 180 173 171
HSL 13° 5.66% 68.82%
HSB/HSV 13° 5.00% 70.59%
CMYK 0.00% 3.89% 5.00%
29.41%

Color #B4ADAB in popluar number systems.

HEX B4 AD AB
Decimal 180 173 171
Binary 10110100 10101101 10101011
Octal 264 255 253

Shades and tints

Shades of #B4ADAB

#B4ADAB
(180,173,171)
#A49E9C
(164,158,156)
#948F8D
(148,143,141)
#84807E
(132,128,126)
#74716F
(116,113,111)
#646260
(100,98,96)
#545351
(84,83,81)
#444442
(68,68,66)
#343533
(52,53,51)
#242624
(36,38,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4ADAB

#B4ADAB
(180,173,171)
#BAB4B2
(186,180,178)
#C0BBB9
(192,187,185)
#C6C2C0
(198,194,192)
#CCC9C7
(204,201,199)
#D2D0CE
(210,208,206)
#D8D7D5
(216,215,213)
#DEDEDC
(222,222,220)
#E4E5E3
(228,229,227)
#EAECEA
(234,236,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADAB; }

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

This text font color is #B4ADAB.

Background Color

.myBgColor { background-color: #B4ADAB; }

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

This div background color is #B4ADAB.

Border color

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

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

This div border color is #B4ADAB.

Opacity

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

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

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

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

This text has shadow with #B4ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ADAB.

Preview

Color preview on black background

This text has color #B4ADAB on black background.


Color preview on white background

This text has color #B4ADAB on white background.


Black color preview on #B4ADAB background

This text has black color on #B4ADAB background.


White color preview on #B4ADAB background

This text has white color on #B4ADAB background.


Related colors

Complementary color

Complementary color for #hex is #4B5254.


I love getcolorcode.com

Triadic colors

1 #ABB4AD and #ADABB4 with #B4ADAB are triadic colors.

2 #ABADB4 and #ADB4AB with #B4ADAB are triadic colors.