COLOR #BAACEC

HEX: #BAACEC
RGB: (186,172,236)

Color info

#BAACEC contains mainly red and blue colors. Web safe color of #BAACEC is #CC99FF (or #C9F).

RGB color model

#BAACEC color RGB value is (186,172,236).

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

RGB channels and saturation

R 186 of 255 = 73%
G 172 of 255 = 67%
B 236 of 255 = 93%

186
172
236

R + G + B ~ 78%. #BAACEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 172 + 236 = 594 (100%)
R 186 of 594 ~ 31.31%
G 172 of 594 ~ 28.96%
B 236 of 594 ~ 39.73%

%31.31
%28.96
%39.73

CMYK color model

#BAACEC color CMYK value is (21,27,0,7).

  • cyan value is 21.19%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,27,0,7)
C21M27Y0K7 
(21%,27%,0%,7%)
(0.21/0.27/0.00/0.07)	

CMYK percentages

%21.19
%27.12
%0
%7.45

Codes

Color #BAACEC in popluar color models

BAACEC
RGB186172236
HSL253°62.75%80.00%
HSB/HSV253°27.12%92.55%
CMYK21.19%27.12%0.00%
7.45%

Color #BAACEC in popluar number systems.

HEXBAACEC
Decimal186172236
Binary101110101010110011101100
Octal272254354

Shades and tints

Shades of #BAACEC

#BAACEC
(186,172,236)
#AA9DD7
(170,157,215)
#9A8EC2
(154,142,194)
#8A7FAD
(138,127,173)
#7A7098
(122,112,152)
#6A6183
(106,97,131)
#5A526E
(90,82,110)
#4A4359
(74,67,89)
#3A3444
(58,52,68)
#2A252F
(42,37,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAACEC

#BAACEC
(186,172,236)
#C0B3ED
(192,179,237)
#C6BAEE
(198,186,238)
#CCC1EF
(204,193,239)
#D2C8F0
(210,200,240)
#D8CFF1
(216,207,241)
#DED6F2
(222,214,242)
#E4DDF3
(228,221,243)
#EAE4F4
(234,228,244)
#F0EBF5
(240,235,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAACEC; }

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

This text font color is #BAACEC.


Background Color

.myBgColor { background-color: #BAACEC; }

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

This div background color is #BAACEC.


Border color

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

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

This div border color is #BAACEC.


Opacity

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

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

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

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

This text has shadow with #BAACEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAACEC on black background.


Color preview on white background

This text has color #BAACEC on white background.



Black color preview on #BAACEC background

This text has black color on #BAACEC background.


White color preview on #BAACEC background

This text has white color on #BAACEC background.