COLOR #BAAABB

HEX: #BAAABB
RGB: (186,170,187)

Color info

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

RGB color model

#BAAABB color RGB value is (186,170,187).

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

RGB channels and saturation

R 186 of 255 = 73%
G 170 of 255 = 67%
B 187 of 255 = 73%

186
170
187

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

Portions of RGB colors in percentages

R + G + B =
186 + 170 + 187 = 543 (100%)
R 186 of 543 ~ 34.25%
G 170 of 543 ~ 31.31%
B 187 of 543 ~ 34.44%

%34.25
%31.31
%34.44

CMYK color model

#BAAABB color CMYK value is (1,9,0,27).

  • cyan value is 0.53%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,9,0,27)
C1M9Y0K27 
(1%,9%,0%,27%)
(0.01/0.09/0.00/0.27)	

CMYK percentages

%0.53
%9.09
%0
%26.67

Codes

Color #BAAABB in popluar color models

BAAABB
RGB186170187
HSL296°11.11%70.00%
HSB/HSV296°9.09%73.33%
CMYK0.53%9.09%0.00%
26.67%

Color #BAAABB in popluar number systems.

HEXBAAABB
Decimal186170187
Binary101110101010101010111011
Octal272252273

Shades and tints

Shades of #BAAABB

#BAAABB
(186,170,187)
#AA9BAA
(170,155,170)
#9A8C99
(154,140,153)
#8A7D88
(138,125,136)
#7A6E77
(122,110,119)
#6A5F66
(106,95,102)
#5A5055
(90,80,85)
#4A4144
(74,65,68)
#3A3233
(58,50,51)
#2A2322
(42,35,34)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #BAAABB

#BAAABB
(186,170,187)
#C0B1C1
(192,177,193)
#C6B8C7
(198,184,199)
#CCBFCD
(204,191,205)
#D2C6D3
(210,198,211)
#D8CDD9
(216,205,217)
#DED4DF
(222,212,223)
#E4DBE5
(228,219,229)
#EAE2EB
(234,226,235)
#F0E9F1
(240,233,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAABB; }

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

This text font color is #BAAABB.


Background Color

.myBgColor { background-color: #BAAABB; }

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

This div background color is #BAAABB.


Border color

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

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

This div border color is #BAAABB.


Opacity

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

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

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

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

This text has shadow with #BAAABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAABB on black background.


Color preview on white background

This text has color #BAAABB on white background.



Black color preview on #BAAABB background

This text has black color on #BAAABB background.


White color preview on #BAAABB background

This text has white color on #BAAABB background.