COLOR #BAABB4

HEX: #BAABB4
RGB: (186,171,180)

Color info

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

RGB color model

#BAABB4 color RGB value is (186,171,180).

  • red value is 186;
  • green value is 171;
  • blue value is 180.
RGB:
(186,171,180)
(73%,67%,71%)

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 180 of 255 = 71%

186
171
180

R + G + B ~ 70%. #BAABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 180 = 537 (100%)
R 186 of 537 ~ 34.64%
G 171 of 537 ~ 31.84%
B 180 of 537 ~ 33.52%

%34.64
%31.84
%33.52

CMYK color model

#BAABB4 color CMYK value is (0,8,3,27).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(0,8,3,27)
C0M8Y3K27 
(0%,8%,3%,27%)
(0.00/0.08/0.03/0.27)	

CMYK percentages

%0
%8.06
%3.23
%27.06

Codes

Color #BAABB4 in popluar color models

BAABB4
RGB186171180
HSL324°9.80%70.00%
HSB/HSV324°8.06%72.94%
CMYK0.00%8.06%3.23%
27.06%

Color #BAABB4 in popluar number systems.

HEXBAABB4
Decimal186171180
Binary101110101010101110110100
Octal272253264

Shades and tints

Shades of #BAABB4

#BAABB4
(186,171,180)
#AA9CA4
(170,156,164)
#9A8D94
(154,141,148)
#8A7E84
(138,126,132)
#7A6F74
(122,111,116)
#6A6064
(106,96,100)
#5A5154
(90,81,84)
#4A4244
(74,66,68)
#3A3334
(58,51,52)
#2A2424
(42,36,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #BAABB4

#BAABB4
(186,171,180)
#C0B2BA
(192,178,186)
#C6B9C0
(198,185,192)
#CCC0C6
(204,192,198)
#D2C7CC
(210,199,204)
#D8CED2
(216,206,210)
#DED5D8
(222,213,216)
#E4DCDE
(228,220,222)
#EAE3E4
(234,227,228)
#F0EAEA
(240,234,234)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAABB4; }

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

This text font color is #BAABB4.


Background Color

.myBgColor { background-color: #BAABB4; }

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

This div background color is #BAABB4.


Border color

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

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

This div border color is #BAABB4.


Opacity

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

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

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

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

This text has shadow with #BAABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAABB4 on black background.


Color preview on white background

This text has color #BAABB4 on white background.



Black color preview on #BAABB4 background

This text has black color on #BAABB4 background.


White color preview on #BAABB4 background

This text has white color on #BAABB4 background.