COLOR #BAACC5

HEX: #BAACC5
RGB: (186,172,197)

Color info

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

RGB color model

#BAACC5 color RGB value is (186,172,197).

  • red value is 186;
  • green value is 172;
  • blue value is 197.
RGB:
(186,172,197)
(73%,67%,77%)

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 197 of 255 = 77%

186
172
197

R + G + B ~ 72%. #BAACC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 172 + 197 = 555 (100%)
R 186 of 555 ~ 33.51%
G 172 of 555 ~ 30.99%
B 197 of 555 ~ 35.5%

%33.51
%30.99
%35.5

CMYK color model

#BAACC5 color CMYK value is (6,13,0,23).

  • cyan value is 5.58%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,13,0,23)
C6M13Y0K23 
(6%,13%,0%,23%)
(0.06/0.13/0.00/0.23)	

CMYK percentages

%5.58
%12.69
%0
%22.75

Codes

Color #BAACC5 in popluar color models

BAACC5
RGB186172197
HSL274°17.73%72.35%
HSB/HSV274°12.69%77.25%
CMYK5.58%12.69%0.00%
22.75%

Color #BAACC5 in popluar number systems.

HEXBAACC5
Decimal186172197
Binary101110101010110011000101
Octal272254305

Shades and tints

Shades of #BAACC5

#BAACC5
(186,172,197)
#AA9DB4
(170,157,180)
#9A8EA3
(154,142,163)
#8A7F92
(138,127,146)
#7A7081
(122,112,129)
#6A6170
(106,97,112)
#5A525F
(90,82,95)
#4A434E
(74,67,78)
#3A343D
(58,52,61)
#2A252C
(42,37,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #BAACC5

#BAACC5
(186,172,197)
#C0B3CA
(192,179,202)
#C6BACF
(198,186,207)
#CCC1D4
(204,193,212)
#D2C8D9
(210,200,217)
#D8CFDE
(216,207,222)
#DED6E3
(222,214,227)
#E4DDE8
(228,221,232)
#EAE4ED
(234,228,237)
#F0EBF2
(240,235,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAACC5 color. Also use rgb(186,172,197) instead hex code.

Text Font Color

.myTextColor { color: #BAACC5; }

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

This text font color is #BAACC5.


Background Color

.myBgColor { background-color: #BAACC5; }

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

This div background color is #BAACC5.


Border color

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

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

This div border color is #BAACC5.


Opacity

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

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

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

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

This text has shadow with #BAACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAACC5 on black background.


Color preview on white background

This text has color #BAACC5 on white background.



Black color preview on #BAACC5 background

This text has black color on #BAACC5 background.


White color preview on #BAACC5 background

This text has white color on #BAACC5 background.