COLOR #BA8898

HEX: #BA8898
RGB: (186,136,152)

Color info

#BA8898 contains red, green and blue colors in about the same proportion. Web safe color of #BA8898 is #CC9999 (or #C99).

RGB color model

#BA8898 color RGB value is (186,136,152).

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

RGB channels and saturation

R 186 of 255 = 73%
G 136 of 255 = 53%
B 152 of 255 = 60%

186
136
152

R + G + B ~ 62%. #BA8898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 136 + 152 = 474 (100%)
R 186 of 474 ~ 39.24%
G 136 of 474 ~ 28.69%
B 152 of 474 ~ 32.07%

%39.24
%28.69
%32.07

CMYK color model

#BA8898 color CMYK value is (0,27,18,27).

  • cyan value is 0.00%
  • magenta value is 26.88%
  • yellow value is 18.28%
  • key color value is 27.06%
CMYK:
(0,27,18,27)
C0M27Y18K27 
(0%,27%,18%,27%)
(0.00/0.27/0.18/0.27)	

CMYK percentages

%0
%26.88
%18.28
%27.06

Codes

Color #BA8898 in popluar color models

BA8898
RGB186136152
HSL341°26.60%63.14%
HSB/HSV341°26.88%72.94%
CMYK0.00%26.88%18.28%
27.06%

Color #BA8898 in popluar number systems.

HEXBA8898
Decimal186136152
Binary101110101000100010011000
Octal272210230

Shades and tints

Shades of #BA8898

#BA8898
(186,136,152)
#AA7C8B
(170,124,139)
#9A707E
(154,112,126)
#8A6471
(138,100,113)
#7A5864
(122,88,100)
#6A4C57
(106,76,87)
#5A404A
(90,64,74)
#4A343D
(74,52,61)
#3A2830
(58,40,48)
#2A1C23
(42,28,35)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #BA8898

#BA8898
(186,136,152)
#C092A1
(192,146,161)
#C69CAA
(198,156,170)
#CCA6B3
(204,166,179)
#D2B0BC
(210,176,188)
#D8BAC5
(216,186,197)
#DEC4CE
(222,196,206)
#E4CED7
(228,206,215)
#EAD8E0
(234,216,224)
#F0E2E9
(240,226,233)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA8898; }

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

This text font color is #BA8898.


Background Color

.myBgColor { background-color: #BA8898; }

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

This div background color is #BA8898.


Border color

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

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

This div border color is #BA8898.


Opacity

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

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

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

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

This text has shadow with #BA8898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8898 on black background.


Color preview on white background

This text has color #BA8898 on white background.



Black color preview on #BA8898 background

This text has black color on #BA8898 background.


White color preview on #BA8898 background

This text has white color on #BA8898 background.