COLOR #B4ADA6

HEX: #B4ADA6
RGB: (180,173,166)

Color info

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

RGB color model

#B4ADA6 color RGB value is (180,173,166).

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

RGB channels and saturation

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

180
173
166

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 166 = 519 (100%)
R 180 of 519 ~ 34.68%
G 173 of 519 ~ 33.33%
B 166 of 519 ~ 31.98%

%34.68
%33.33
%31.98

CMYK color model

#B4ADA6 color CMYK value is (0,4,8,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 7.78%
  • key color value is 29.41%
CMYK:
(0,4,8,29)
C0M4Y8K29 
(0%,4%,8%,29%)
(0.00/0.04/0.08/0.29)	

CMYK percentages

%0
%3.89
%7.78
%29.41

Codes

Color #B4ADA6 in popluar color models

B4ADA6
RGB180173166
HSL30°8.54%67.84%
HSB/HSV30°7.78%70.59%
CMYK0.00%3.89%7.78%
29.41%

Color #B4ADA6 in popluar number systems.

HEXB4ADA6
Decimal180173166
Binary101101001010110110100110
Octal264255246

Shades and tints

Shades of #B4ADA6

#B4ADA6
(180,173,166)
#A49E97
(164,158,151)
#948F88
(148,143,136)
#848079
(132,128,121)
#74716A
(116,113,106)
#64625B
(100,98,91)
#54534C
(84,83,76)
#44443D
(68,68,61)
#34352E
(52,53,46)
#24261F
(36,38,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #B4ADA6

#B4ADA6
(180,173,166)
#BAB4AE
(186,180,174)
#C0BBB6
(192,187,182)
#C6C2BE
(198,194,190)
#CCC9C6
(204,201,198)
#D2D0CE
(210,208,206)
#D8D7D6
(216,215,214)
#DEDEDE
(222,222,222)
#E4E5E6
(228,229,230)
#EAECEE
(234,236,238)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADA6; }

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

This text font color is #B4ADA6.


Background Color

.myBgColor { background-color: #B4ADA6; }

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

This div background color is #B4ADA6.


Border color

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

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

This div border color is #B4ADA6.


Opacity

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

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

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

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

This text has shadow with #B4ADA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADA6 on black background.


Color preview on white background

This text has color #B4ADA6 on white background.



Black color preview on #B4ADA6 background

This text has black color on #B4ADA6 background.


White color preview on #B4ADA6 background

This text has white color on #B4ADA6 background.