COLOR #B4AEBF

HEX: #B4AEBF
RGB: (180,174,191)

Color info

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

RGB color model

#B4AEBF color RGB value is (180,174,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 191 of 255 = 75%

180
174
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 191 = 545 (100%)
R 180 of 545 ~ 33.03%
G 174 of 545 ~ 31.93%
B 191 of 545 ~ 35.05%

%33.03
%31.93
%35.05

CMYK color model

#B4AEBF color CMYK value is (6,9,0,25).

  • cyan value is 5.76%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,9,0,25)
C6M9Y0K25 
(6%,9%,0%,25%)
(0.06/0.09/0.00/0.25)	

CMYK percentages

%5.76
%8.9
%0
%25.1

Codes

Color #B4AEBF in popluar color models

B4AEBF
RGB180174191
HSL261°11.72%71.57%
HSB/HSV261°8.90%74.90%
CMYK5.76%8.90%0.00%
25.10%

Color #B4AEBF in popluar number systems.

HEXB4AEBF
Decimal180174191
Binary101101001010111010111111
Octal264256277

Shades and tints

Shades of #B4AEBF

#B4AEBF
(180,174,191)
#A49FAE
(164,159,174)
#94909D
(148,144,157)
#84818C
(132,129,140)
#74727B
(116,114,123)
#64636A
(100,99,106)
#545459
(84,84,89)
#444548
(68,69,72)
#343637
(52,54,55)
#242726
(36,39,38)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #B4AEBF

#B4AEBF
(180,174,191)
#BAB5C4
(186,181,196)
#C0BCC9
(192,188,201)
#C6C3CE
(198,195,206)
#CCCAD3
(204,202,211)
#D2D1D8
(210,209,216)
#D8D8DD
(216,216,221)
#DEDFE2
(222,223,226)
#E4E6E7
(228,230,231)
#EAEDEC
(234,237,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AEBF; }

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

This text font color is #B4AEBF.


Background Color

.myBgColor { background-color: #B4AEBF; }

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

This div background color is #B4AEBF.


Border color

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

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

This div border color is #B4AEBF.


Opacity

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

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

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

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

This text has shadow with #B4AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AEBF on black background.


Color preview on white background

This text has color #B4AEBF on white background.



Black color preview on #B4AEBF background

This text has black color on #B4AEBF background.


White color preview on #B4AEBF background

This text has white color on #B4AEBF background.