COLOR #BA7CAD

HEX: #BA7CAD
RGB: (186,124,173)

Color info

#BA7CAD contains mainly red and blue colors. Web safe color of #BA7CAD is #CC6699 (or #C69).

RGB color model

#BA7CAD color RGB value is (186,124,173).

  • red value is 186;
  • green value is 124;
  • blue value is 173.
RGB:
(186,124,173)
(73%,49%,68%)

RGB channels and saturation

R 186 of 255 = 73%
G 124 of 255 = 49%
B 173 of 255 = 68%

186
124
173

R + G + B ~ 63%. #BA7CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 124 + 173 = 483 (100%)
R 186 of 483 ~ 38.51%
G 124 of 483 ~ 25.67%
B 173 of 483 ~ 35.82%

%38.51
%25.67
%35.82

CMYK color model

#BA7CAD color CMYK value is (0,33,7,27).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 6.99%
  • key color value is 27.06%
CMYK:
(0,33,7,27)
C0M33Y7K27 
(0%,33%,7%,27%)
(0.00/0.33/0.07/0.27)	

CMYK percentages

%0
%33.33
%6.99
%27.06

Codes

Color #BA7CAD in popluar color models

BA7CAD
RGB186124173
HSL313°31.00%60.78%
HSB/HSV313°33.33%72.94%
CMYK0.00%33.33%6.99%
27.06%

Color #BA7CAD in popluar number systems.

HEXBA7CAD
Decimal186124173
Binary10111010111110010101101
Octal272174255

Shades and tints

Shades of #BA7CAD

#BA7CAD
(186,124,173)
#AA719E
(170,113,158)
#9A668F
(154,102,143)
#8A5B80
(138,91,128)
#7A5071
(122,80,113)
#6A4562
(106,69,98)
#5A3A53
(90,58,83)
#4A2F44
(74,47,68)
#3A2435
(58,36,53)
#2A1926
(42,25,38)
#1A0E17
(26,14,23)
#000000
(0,0,0)

Tints of #BA7CAD

#BA7CAD
(186,124,173)
#C087B4
(192,135,180)
#C692BB
(198,146,187)
#CC9DC2
(204,157,194)
#D2A8C9
(210,168,201)
#D8B3D0
(216,179,208)
#DEBED7
(222,190,215)
#E4C9DE
(228,201,222)
#EAD4E5
(234,212,229)
#F0DFEC
(240,223,236)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7CAD color. Also use rgb(186,124,173) instead hex code.

Text Font Color

.myTextColor { color: #BA7CAD; }

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

This text font color is #BA7CAD.


Background Color

.myBgColor { background-color: #BA7CAD; }

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

This div background color is #BA7CAD.


Border color

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

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

This div border color is #BA7CAD.


Opacity

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

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

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

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

This text has shadow with #BA7CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7CAD on black background.


Color preview on white background

This text has color #BA7CAD on white background.



Black color preview on #BA7CAD background

This text has black color on #BA7CAD background.


White color preview on #BA7CAD background

This text has white color on #BA7CAD background.