COLOR #B4ADAE

HEX: #B4ADAE
RGB: (180,173,174)

Color info

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

RGB color model

#B4ADAE color RGB value is (180,173,174).

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

RGB channels and saturation

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

180
173
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 173 + 174 = 527 (100%)
R 180 of 527 ~ 34.16%
G 173 of 527 ~ 32.83%
B 174 of 527 ~ 33.02%

%34.16
%32.83
%33.02

CMYK color model

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

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

CMYK percentages

%0
%3.89
%3.33
%29.41

Codes

Color #B4ADAE in popluar color models

B4ADAE
RGB180173174
HSL351°4.46%69.22%
HSB/HSV351°3.89%70.59%
CMYK0.00%3.89%3.33%
29.41%

Color #B4ADAE in popluar number systems.

HEXB4ADAE
Decimal180173174
Binary101101001010110110101110
Octal264255256

Shades and tints

Shades of #B4ADAE

#B4ADAE
(180,173,174)
#A49E9F
(164,158,159)
#948F90
(148,143,144)
#848081
(132,128,129)
#747172
(116,113,114)
#646263
(100,98,99)
#545354
(84,83,84)
#444445
(68,68,69)
#343536
(52,53,54)
#242627
(36,38,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #B4ADAE

#B4ADAE
(180,173,174)
#BAB4B5
(186,180,181)
#C0BBBC
(192,187,188)
#C6C2C3
(198,194,195)
#CCC9CA
(204,201,202)
#D2D0D1
(210,208,209)
#D8D7D8
(216,215,216)
#DEDEDF
(222,222,223)
#E4E5E6
(228,229,230)
#EAECED
(234,236,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ADAE; }

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

This text font color is #B4ADAE.


Background Color

.myBgColor { background-color: #B4ADAE; }

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

This div background color is #B4ADAE.


Border color

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

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

This div border color is #B4ADAE.


Opacity

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

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

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

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

This text has shadow with #B4ADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ADAE on black background.


Color preview on white background

This text has color #B4ADAE on white background.



Black color preview on #B4ADAE background

This text has black color on #B4ADAE background.


White color preview on #B4ADAE background

This text has white color on #B4ADAE background.