COLOR #B4AEBC

HEX: #B4AEBC
RGB: (180,174,188)

Color info

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

RGB color model

#B4AEBC color RGB value is (180,174,188).

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

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 188 of 255 = 74%

180
174
188

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

Portions of RGB colors in percentages

R + G + B =
180 + 174 + 188 = 542 (100%)
R 180 of 542 ~ 33.21%
G 174 of 542 ~ 32.1%
B 188 of 542 ~ 34.69%

%33.21
%32.1
%34.69

CMYK color model

#B4AEBC color CMYK value is (4,7,0,26).

  • cyan value is 4.26%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(4,7,0,26)
C4M7Y0K26 
(4%,7%,0%,26%)
(0.04/0.07/0.00/0.26)	

CMYK percentages

%4.26
%7.45
%0
%26.27

Codes

Color #B4AEBC in popluar color models

B4AEBC
RGB180174188
HSL266°9.46%70.98%
HSB/HSV266°7.45%73.73%
CMYK4.26%7.45%0.00%
26.27%

Color #B4AEBC in popluar number systems.

HEXB4AEBC
Decimal180174188
Binary101101001010111010111100
Octal264256274

Shades and tints

Shades of #B4AEBC

#B4AEBC
(180,174,188)
#A49FAB
(164,159,171)
#94909A
(148,144,154)
#848189
(132,129,137)
#747278
(116,114,120)
#646367
(100,99,103)
#545456
(84,84,86)
#444545
(68,69,69)
#343634
(52,54,52)
#242723
(36,39,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #B4AEBC

#B4AEBC
(180,174,188)
#BAB5C2
(186,181,194)
#C0BCC8
(192,188,200)
#C6C3CE
(198,195,206)
#CCCAD4
(204,202,212)
#D2D1DA
(210,209,218)
#D8D8E0
(216,216,224)
#DEDFE6
(222,223,230)
#E4E6EC
(228,230,236)
#EAEDF2
(234,237,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AEBC; }

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

This text font color is #B4AEBC.


Background Color

.myBgColor { background-color: #B4AEBC; }

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

This div background color is #B4AEBC.


Border color

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

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

This div border color is #B4AEBC.


Opacity

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

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

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

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

This text has shadow with #B4AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AEBC on black background.


Color preview on white background

This text has color #B4AEBC on white background.



Black color preview on #B4AEBC background

This text has black color on #B4AEBC background.


White color preview on #B4AEBC background

This text has white color on #B4AEBC background.