COLOR #BA999E

HEX: #BA999E
RGB: (186,153,158)

Color info

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

RGB color model

#BA999E color RGB value is (186,153,158).

  • red value is 186;
  • green value is 153;
  • blue value is 158.
RGB:
(186,153,158)
(73%,60%,62%)

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 158 of 255 = 62%

186
153
158

R + G + B ~ 65%. #BA999E is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 158 = 497 (100%)
R 186 of 497 ~ 37.42%
G 153 of 497 ~ 30.78%
B 158 of 497 ~ 31.79%

%37.42
%30.78
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 15.05%
  • key color value is 27.06%
CMYK:
(0,18,15,27)
C0M18Y15K27 
(0%,18%,15%,27%)
(0.00/0.18/0.15/0.27)	

CMYK percentages

%0
%17.74
%15.05
%27.06

Codes

Color #BA999E in popluar color models

BA999E
RGB186153158
HSL351°19.30%66.47%
HSB/HSV351°17.74%72.94%
CMYK0.00%17.74%15.05%
27.06%

Color #BA999E in popluar number systems.

HEXBA999E
Decimal186153158
Binary101110101001100110011110
Octal272231236

Shades and tints

Shades of #BA999E

#BA999E
(186,153,158)
#AA8C90
(170,140,144)
#9A7F82
(154,127,130)
#8A7274
(138,114,116)
#7A6566
(122,101,102)
#6A5858
(106,88,88)
#5A4B4A
(90,75,74)
#4A3E3C
(74,62,60)
#3A312E
(58,49,46)
#2A2420
(42,36,32)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BA999E

#BA999E
(186,153,158)
#C0A2A6
(192,162,166)
#C6ABAE
(198,171,174)
#CCB4B6
(204,180,182)
#D2BDBE
(210,189,190)
#D8C6C6
(216,198,198)
#DECFCE
(222,207,206)
#E4D8D6
(228,216,214)
#EAE1DE
(234,225,222)
#F0EAE6
(240,234,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA999E color. Also use rgb(186,153,158) instead hex code.

Text Font Color

.myTextColor { color: #BA999E; }

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

This text font color is #BA999E.


Background Color

.myBgColor { background-color: #BA999E; }

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

This div background color is #BA999E.


Border color

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

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

This div border color is #BA999E.


Opacity

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

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

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

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

This text has shadow with #BA999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA999E on black background.


Color preview on white background

This text has color #BA999E on white background.



Black color preview on #BA999E background

This text has black color on #BA999E background.


White color preview on #BA999E background

This text has white color on #BA999E background.