COLOR #BA8EBC

HEX: #BA8EBC
RGB: (186,142,188)

Color info

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

RGB color model

#BA8EBC color RGB value is (186,142,188).

  • red value is 186;
  • green value is 142;
  • blue value is 188.
RGB:
(186,142,188)
(73%,56%,74%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 188 of 255 = 74%

186
142
188

R + G + B ~ 68%. #BA8EBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 142 + 188 = 516 (100%)
R 186 of 516 ~ 36.05%
G 142 of 516 ~ 27.52%
B 188 of 516 ~ 36.43%

%36.05
%27.52
%36.43

CMYK color model

#BA8EBC color CMYK value is (1,24,0,26).

  • cyan value is 1.06%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(1,24,0,26)
C1M24Y0K26 
(1%,24%,0%,26%)
(0.01/0.24/0.00/0.26)	

CMYK percentages

%1.06
%24.47
%0
%26.27

Codes

Color #BA8EBC in popluar color models

BA8EBC
RGB186142188
HSL297°25.56%64.71%
HSB/HSV297°24.47%73.73%
CMYK1.06%24.47%0.00%
26.27%

Color #BA8EBC in popluar number systems.

HEXBA8EBC
Decimal186142188
Binary101110101000111010111100
Octal272216274

Shades and tints

Shades of #BA8EBC

#BA8EBC
(186,142,188)
#AA82AB
(170,130,171)
#9A769A
(154,118,154)
#8A6A89
(138,106,137)
#7A5E78
(122,94,120)
#6A5267
(106,82,103)
#5A4656
(90,70,86)
#4A3A45
(74,58,69)
#3A2E34
(58,46,52)
#2A2223
(42,34,35)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #BA8EBC

#BA8EBC
(186,142,188)
#C098C2
(192,152,194)
#C6A2C8
(198,162,200)
#CCACCE
(204,172,206)
#D2B6D4
(210,182,212)
#D8C0DA
(216,192,218)
#DECAE0
(222,202,224)
#E4D4E6
(228,212,230)
#EADEEC
(234,222,236)
#F0E8F2
(240,232,242)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8EBC color. Also use rgb(186,142,188) instead hex code.

Text Font Color

.myTextColor { color: #BA8EBC; }

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

This text font color is #BA8EBC.


Background Color

.myBgColor { background-color: #BA8EBC; }

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

This div background color is #BA8EBC.


Border color

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

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

This div border color is #BA8EBC.


Opacity

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

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

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

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

This text has shadow with #BA8EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8EBC on black background.


Color preview on white background

This text has color #BA8EBC on white background.



Black color preview on #BA8EBC background

This text has black color on #BA8EBC background.


White color preview on #BA8EBC background

This text has white color on #BA8EBC background.