COLOR #BAAAB4

HEX: #BAAAB4
RGB: (186,170,180)

Color info

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

RGB color model

#BAAAB4 color RGB value is (186,170,180).

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

RGB channels and saturation

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

186
170
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 180 = 536 (100%)
R 186 of 536 ~ 34.7%
G 170 of 536 ~ 31.72%
B 180 of 536 ~ 33.58%

%34.7
%31.72
%33.58

CMYK color model

#BAAAB4 color CMYK value is (0,9,3,27).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(0,9,3,27)
C0M9Y3K27 
(0%,9%,3%,27%)
(0.00/0.09/0.03/0.27)	

CMYK percentages

%0
%8.6
%3.23
%27.06

Codes

Color #BAAAB4 in popluar color models

BAAAB4
RGB186170180
HSL323°10.39%69.80%
HSB/HSV323°8.60%72.94%
CMYK0.00%8.60%3.23%
27.06%

Color #BAAAB4 in popluar number systems.

HEXBAAAB4
Decimal186170180
Binary101110101010101010110100
Octal272252264

Shades and tints

Shades of #BAAAB4

#BAAAB4
(186,170,180)
#AA9BA4
(170,155,164)
#9A8C94
(154,140,148)
#8A7D84
(138,125,132)
#7A6E74
(122,110,116)
#6A5F64
(106,95,100)
#5A5054
(90,80,84)
#4A4144
(74,65,68)
#3A3234
(58,50,52)
#2A2324
(42,35,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BAAAB4

#BAAAB4
(186,170,180)
#C0B1BA
(192,177,186)
#C6B8C0
(198,184,192)
#CCBFC6
(204,191,198)
#D2C6CC
(210,198,204)
#D8CDD2
(216,205,210)
#DED4D8
(222,212,216)
#E4DBDE
(228,219,222)
#EAE2E4
(234,226,228)
#F0E9EA
(240,233,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAAB4; }

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

This text font color is #BAAAB4.


Background Color

.myBgColor { background-color: #BAAAB4; }

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

This div background color is #BAAAB4.


Border color

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

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

This div border color is #BAAAB4.


Opacity

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

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

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

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

This text has shadow with #BAAAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAAB4 on black background.


Color preview on white background

This text has color #BAAAB4 on white background.



Black color preview on #BAAAB4 background

This text has black color on #BAAAB4 background.


White color preview on #BAAAB4 background

This text has white color on #BAAAB4 background.