COLOR #B4ADAA

HEX: #B4ADAA
RGB: (180,173,170)

Color info

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

RGB color model

#B4ADAA color RGB value is (180,173,170).

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

RGB channels and saturation

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

180
173
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 170 = 523 (100%)
R 180 of 523 ~ 34.42%
G 173 of 523 ~ 33.08%
B 170 of 523 ~ 32.5%

%34.42
%33.08
%32.5

CMYK color model

#B4ADAA color CMYK value is (0,4,6,29).

  • cyan value is 0.00%
  • magenta value is 3.89%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,4,6,29)
C0M4Y6K29 
(0%,4%,6%,29%)
(0.00/0.04/0.06/0.29)	

CMYK percentages

%0
%3.89
%5.56
%29.41

Codes

Color #B4ADAA in popluar color models

B4ADAA
RGB180173170
HSL18°6.25%68.63%
HSB/HSV18°5.56%70.59%
CMYK0.00%3.89%5.56%
29.41%

Color #B4ADAA in popluar number systems.

HEXB4ADAA
Decimal180173170
Binary101101001010110110101010
Octal264255252

Shades and tints

Shades of #B4ADAA

#B4ADAA
(180,173,170)
#A49E9B
(164,158,155)
#948F8C
(148,143,140)
#84807D
(132,128,125)
#74716E
(116,113,110)
#64625F
(100,98,95)
#545350
(84,83,80)
#444441
(68,68,65)
#343532
(52,53,50)
#242623
(36,38,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4ADAA

#B4ADAA
(180,173,170)
#BAB4B1
(186,180,177)
#C0BBB8
(192,187,184)
#C6C2BF
(198,194,191)
#CCC9C6
(204,201,198)
#D2D0CD
(210,208,205)
#D8D7D4
(216,215,212)
#DEDEDB
(222,222,219)
#E4E5E2
(228,229,226)
#EAECE9
(234,236,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADAA; }

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

This text font color is #B4ADAA.


Background Color

.myBgColor { background-color: #B4ADAA; }

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

This div background color is #B4ADAA.


Border color

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

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

This div border color is #B4ADAA.


Opacity

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

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

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

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

This text has shadow with #B4ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADAA on black background.


Color preview on white background

This text has color #B4ADAA on white background.



Black color preview on #B4ADAA background

This text has black color on #B4ADAA background.


White color preview on #B4ADAA background

This text has white color on #B4ADAA background.