COLOR #B4ADA7

HEX: #B4ADA7
RGB: (180,173,167)

Color info

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

RGB color model

#B4ADA7 color RGB value is (180,173,167).

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

RGB channels and saturation

R 180 of 255 = 71%
G 173 of 255 = 68%
B 167 of 255 = 65%

180
173
167

R + G + B ~ 68%. #B4ADA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 167 = 520 (100%)
R 180 of 520 ~ 34.62%
G 173 of 520 ~ 33.27%
B 167 of 520 ~ 32.12%

%34.62
%33.27
%32.12

CMYK color model

#B4ADA7 color CMYK value is (0,4,7,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(0,4,7,29)
C0M4Y7K29 
(0%,4%,7%,29%)
(0.00/0.04/0.07/0.29)	

CMYK percentages

%0
%3.89
%7.22
%29.41

Codes

Color #B4ADA7 in popluar color models

B4ADA7
RGB180173167
HSL28°7.98%68.04%
HSB/HSV28°7.22%70.59%
CMYK0.00%3.89%7.22%
29.41%

Color #B4ADA7 in popluar number systems.

HEXB4ADA7
Decimal180173167
Binary101101001010110110100111
Octal264255247

Shades and tints

Shades of #B4ADA7

#B4ADA7
(180,173,167)
#A49E98
(164,158,152)
#948F89
(148,143,137)
#84807A
(132,128,122)
#74716B
(116,113,107)
#64625C
(100,98,92)
#54534D
(84,83,77)
#44443E
(68,68,62)
#34352F
(52,53,47)
#242620
(36,38,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #B4ADA7

#B4ADA7
(180,173,167)
#BAB4AF
(186,180,175)
#C0BBB7
(192,187,183)
#C6C2BF
(198,194,191)
#CCC9C7
(204,201,199)
#D2D0CF
(210,208,207)
#D8D7D7
(216,215,215)
#DEDEDF
(222,222,223)
#E4E5E7
(228,229,231)
#EAECEF
(234,236,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADA7; }

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

This text font color is #B4ADA7.


Background Color

.myBgColor { background-color: #B4ADA7; }

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

This div background color is #B4ADA7.


Border color

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

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

This div border color is #B4ADA7.


Opacity

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

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

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

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

This text has shadow with #B4ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADA7 on black background.


Color preview on white background

This text has color #B4ADA7 on white background.



Black color preview on #B4ADA7 background

This text has black color on #B4ADA7 background.


White color preview on #B4ADA7 background

This text has white color on #B4ADA7 background.