COLOR #BA7E88

HEX: #BA7E88
RGB: (186,126,136)

Color info

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

RGB color model

#BA7E88 color RGB value is (186,126,136).

  • red value is 186;
  • green value is 126;
  • blue value is 136.
RGB:
(186,126,136)
(73%,49%,53%)

RGB channels and saturation

R 186 of 255 = 73%
G 126 of 255 = 49%
B 136 of 255 = 53%

186
126
136

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

Portions of RGB colors in percentages

R + G + B =
186 + 126 + 136 = 448 (100%)
R 186 of 448 ~ 41.52%
G 126 of 448 ~ 28.13%
B 136 of 448 ~ 30.36%

%41.52
%28.13
%30.36

CMYK color model

#BA7E88 color CMYK value is (0,32,27,27).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 26.88%
  • key color value is 27.06%
CMYK:
(0,32,27,27)
C0M32Y27K27 
(0%,32%,27%,27%)
(0.00/0.32/0.27/0.27)	

CMYK percentages

%0
%32.26
%26.88
%27.06

Codes

Color #BA7E88 in popluar color models

BA7E88
RGB186126136
HSL350°30.30%61.18%
HSB/HSV350°32.26%72.94%
CMYK0.00%32.26%26.88%
27.06%

Color #BA7E88 in popluar number systems.

HEXBA7E88
Decimal186126136
Binary10111010111111010001000
Octal272176210

Shades and tints

Shades of #BA7E88

#BA7E88
(186,126,136)
#AA737C
(170,115,124)
#9A6870
(154,104,112)
#8A5D64
(138,93,100)
#7A5258
(122,82,88)
#6A474C
(106,71,76)
#5A3C40
(90,60,64)
#4A3134
(74,49,52)
#3A2628
(58,38,40)
#2A1B1C
(42,27,28)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #BA7E88

#BA7E88
(186,126,136)
#C08992
(192,137,146)
#C6949C
(198,148,156)
#CC9FA6
(204,159,166)
#D2AAB0
(210,170,176)
#D8B5BA
(216,181,186)
#DEC0C4
(222,192,196)
#E4CBCE
(228,203,206)
#EAD6D8
(234,214,216)
#F0E1E2
(240,225,226)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA7E88 color. Also use rgb(186,126,136) instead hex code.

Text Font Color

.myTextColor { color: #BA7E88; }

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

This text font color is #BA7E88.


Background Color

.myBgColor { background-color: #BA7E88; }

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

This div background color is #BA7E88.


Border color

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

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

This div border color is #BA7E88.


Opacity

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

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

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

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

This text has shadow with #BA7E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA7E88 on black background.


Color preview on white background

This text has color #BA7E88 on white background.



Black color preview on #BA7E88 background

This text has black color on #BA7E88 background.


White color preview on #BA7E88 background

This text has white color on #BA7E88 background.