COLOR #BA6687

HEX: #BA6687
RGB: (186,102,135)

Color info

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

RGB color model

#BA6687 color RGB value is (186,102,135).

  • red value is 186;
  • green value is 102;
  • blue value is 135.
RGB:
(186,102,135)
(73%,40%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 102 of 255 = 40%
B 135 of 255 = 53%

186
102
135

R + G + B ~ 55%. #BA6687 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 102 + 135 = 423 (100%)
R 186 of 423 ~ 43.97%
G 102 of 423 ~ 24.11%
B 135 of 423 ~ 31.91%

%43.97
%24.11
%31.91

CMYK color model

#BA6687 color CMYK value is (0,45,27,27).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 27.42%
  • key color value is 27.06%
CMYK:
(0,45,27,27)
C0M45Y27K27 
(0%,45%,27%,27%)
(0.00/0.45/0.27/0.27)	

CMYK percentages

%0
%45.16
%27.42
%27.06

Codes

Color #BA6687 in popluar color models

BA6687
RGB186102135
HSL336°37.84%56.47%
HSB/HSV336°45.16%72.94%
CMYK0.00%45.16%27.42%
27.06%

Color #BA6687 in popluar number systems.

HEXBA6687
Decimal186102135
Binary10111010110011010000111
Octal272146207

Shades and tints

Shades of #BA6687

#BA6687
(186,102,135)
#AA5D7B
(170,93,123)
#9A546F
(154,84,111)
#8A4B63
(138,75,99)
#7A4257
(122,66,87)
#6A394B
(106,57,75)
#5A303F
(90,48,63)
#4A2733
(74,39,51)
#3A1E27
(58,30,39)
#2A151B
(42,21,27)
#1A0C0F
(26,12,15)
#000000
(0,0,0)

Tints of #BA6687

#BA6687
(186,102,135)
#C07391
(192,115,145)
#C6809B
(198,128,155)
#CC8DA5
(204,141,165)
#D29AAF
(210,154,175)
#D8A7B9
(216,167,185)
#DEB4C3
(222,180,195)
#E4C1CD
(228,193,205)
#EACED7
(234,206,215)
#F0DBE1
(240,219,225)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6687 color. Also use rgb(186,102,135) instead hex code.

Text Font Color

.myTextColor { color: #BA6687; }

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

This text font color is #BA6687.


Background Color

.myBgColor { background-color: #BA6687; }

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

This div background color is #BA6687.


Border color

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

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

This div border color is #BA6687.


Opacity

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

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

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

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

This text has shadow with #BA6687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA6687 on black background.


Color preview on white background

This text has color #BA6687 on white background.



Black color preview on #BA6687 background

This text has black color on #BA6687 background.


White color preview on #BA6687 background

This text has white color on #BA6687 background.