COLOR #B4ADAD

HEX: #B4ADAD
RGB: (180,173,173)

Color info

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

RGB color model

#B4ADAD color RGB value is (180,173,173).

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

RGB channels and saturation

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

180
173
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 173 = 526 (100%)
R 180 of 526 ~ 34.22%
G 173 of 526 ~ 32.89%
B 173 of 526 ~ 32.89%

%34.22
%32.89
%32.89

CMYK color model

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

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

CMYK percentages

%0
%3.89
%3.89
%29.41

Codes

Color #B4ADAD in popluar color models

B4ADAD
RGB180173173
HSL4.46%69.22%
HSB/HSV3.89%70.59%
CMYK0.00%3.89%3.89%
29.41%

Color #B4ADAD in popluar number systems.

HEXB4ADAD
Decimal180173173
Binary101101001010110110101101
Octal264255255

Shades and tints

Shades of #B4ADAD

#B4ADAD
(180,173,173)
#A49E9E
(164,158,158)
#948F8F
(148,143,143)
#848080
(132,128,128)
#747171
(116,113,113)
#646262
(100,98,98)
#545353
(84,83,83)
#444444
(68,68,68)
#343535
(52,53,53)
#242626
(36,38,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4ADAD

#B4ADAD
(180,173,173)
#BAB4B4
(186,180,180)
#C0BBBB
(192,187,187)
#C6C2C2
(198,194,194)
#CCC9C9
(204,201,201)
#D2D0D0
(210,208,208)
#D8D7D7
(216,215,215)
#DEDEDE
(222,222,222)
#E4E5E5
(228,229,229)
#EAECEC
(234,236,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADAD; }

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

This text font color is #B4ADAD.


Background Color

.myBgColor { background-color: #B4ADAD; }

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

This div background color is #B4ADAD.


Border color

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

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

This div border color is #B4ADAD.


Opacity

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

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

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

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

This text has shadow with #B4ADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADAD on black background.


Color preview on white background

This text has color #B4ADAD on white background.



Black color preview on #B4ADAD background

This text has black color on #B4ADAD background.


White color preview on #B4ADAD background

This text has white color on #B4ADAD background.