COLOR #B4AEBB

HEX: #B4AEBB
RGB: (180,174,187)

Color info

#B4AEBB contains red, green and blue colors in about the same proportion. Web safe color of #B4AEBB is #CC99CC (or #C9C).

RGB color model

#B4AEBB color RGB value is (180,174,187).

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

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 187 of 255 = 73%

180
174
187

R + G + B ~ 71%. #B4AEBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 187 = 541 (100%)
R 180 of 541 ~ 33.27%
G 174 of 541 ~ 32.16%
B 187 of 541 ~ 34.57%

%33.27
%32.16
%34.57

CMYK color model

#B4AEBB color CMYK value is (4,7,0,27).

  • cyan value is 3.74%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,7,0,27)
C4M7Y0K27 
(4%,7%,0%,27%)
(0.04/0.07/0.00/0.27)	

CMYK percentages

%3.74
%6.95
%0
%26.67

Codes

Color #B4AEBB in popluar color models

B4AEBB
RGB180174187
HSL268°8.72%70.78%
HSB/HSV268°6.95%73.33%
CMYK3.74%6.95%0.00%
26.67%

Color #B4AEBB in popluar number systems.

HEXB4AEBB
Decimal180174187
Binary101101001010111010111011
Octal264256273

Shades and tints

Shades of #B4AEBB

#B4AEBB
(180,174,187)
#A49FAA
(164,159,170)
#949099
(148,144,153)
#848188
(132,129,136)
#747277
(116,114,119)
#646366
(100,99,102)
#545455
(84,84,85)
#444544
(68,69,68)
#343633
(52,54,51)
#242722
(36,39,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #B4AEBB

#B4AEBB
(180,174,187)
#BAB5C1
(186,181,193)
#C0BCC7
(192,188,199)
#C6C3CD
(198,195,205)
#CCCAD3
(204,202,211)
#D2D1D9
(210,209,217)
#D8D8DF
(216,216,223)
#DEDFE5
(222,223,229)
#E4E6EB
(228,230,235)
#EAEDF1
(234,237,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AEBB; }

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

This text font color is #B4AEBB.


Background Color

.myBgColor { background-color: #B4AEBB; }

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

This div background color is #B4AEBB.


Border color

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

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

This div border color is #B4AEBB.


Opacity

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

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

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

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

This text has shadow with #B4AEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AEBB on black background.


Color preview on white background

This text has color #B4AEBB on white background.



Black color preview on #B4AEBB background

This text has black color on #B4AEBB background.


White color preview on #B4AEBB background

This text has white color on #B4AEBB background.