COLOR #BAABB5

HEX: #BAABB5
RGB: (186,171,181)

Color info

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

RGB color model

#BAABB5 color RGB value is (186,171,181).

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

RGB channels and saturation

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

186
171
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 181 = 538 (100%)
R 186 of 538 ~ 34.57%
G 171 of 538 ~ 31.78%
B 181 of 538 ~ 33.64%

%34.57
%31.78
%33.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 2.69%
  • 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
%2.69
%27.06

Codes

Color #BAABB5 in popluar color models

BAABB5
RGB186171181
HSL320°9.80%70.00%
HSB/HSV320°8.06%72.94%
CMYK0.00%8.06%2.69%
27.06%

Color #BAABB5 in popluar number systems.

HEXBAABB5
Decimal186171181
Binary101110101010101110110101
Octal272253265

Shades and tints

Shades of #BAABB5

#BAABB5
(186,171,181)
#AA9CA5
(170,156,165)
#9A8D95
(154,141,149)
#8A7E85
(138,126,133)
#7A6F75
(122,111,117)
#6A6065
(106,96,101)
#5A5155
(90,81,85)
#4A4245
(74,66,69)
#3A3335
(58,51,53)
#2A2425
(42,36,37)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BAABB5

#BAABB5
(186,171,181)
#C0B2BB
(192,178,187)
#C6B9C1
(198,185,193)
#CCC0C7
(204,192,199)
#D2C7CD
(210,199,205)
#D8CED3
(216,206,211)
#DED5D9
(222,213,217)
#E4DCDF
(228,220,223)
#EAE3E5
(234,227,229)
#F0EAEB
(240,234,235)
#F6F1F1
(246,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAABB5; }

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

This text font color is #BAABB5.


Background Color

.myBgColor { background-color: #BAABB5; }

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

This div background color is #BAABB5.


Border color

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

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

This div border color is #BAABB5.


Opacity

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

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

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

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

This text has shadow with #BAABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAABB5 on black background.


Color preview on white background

This text has color #BAABB5 on white background.



Black color preview on #BAABB5 background

This text has black color on #BAABB5 background.


White color preview on #BAABB5 background

This text has white color on #BAABB5 background.