COLOR #BA9EA2

HEX: #BA9EA2
RGB: (186,158,162)

Color info

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

RGB color model

#BA9EA2 color RGB value is (186,158,162).

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

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 162 of 255 = 64%

186
158
162

R + G + B ~ 66%. #BA9EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 162 = 506 (100%)
R 186 of 506 ~ 36.76%
G 158 of 506 ~ 31.23%
B 162 of 506 ~ 32.02%

%36.76
%31.23
%32.02

CMYK color model

#BA9EA2 color CMYK value is (0,15,13,27).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 12.90%
  • key color value is 27.06%
CMYK:
(0,15,13,27)
C0M15Y13K27 
(0%,15%,13%,27%)
(0.00/0.15/0.13/0.27)	

CMYK percentages

%0
%15.05
%12.9
%27.06

Codes

Color #BA9EA2 in popluar color models

BA9EA2
RGB186158162
HSL351°16.87%67.45%
HSB/HSV351°15.05%72.94%
CMYK0.00%15.05%12.90%
27.06%

Color #BA9EA2 in popluar number systems.

HEXBA9EA2
Decimal186158162
Binary101110101001111010100010
Octal272236242

Shades and tints

Shades of #BA9EA2

#BA9EA2
(186,158,162)
#AA9094
(170,144,148)
#9A8286
(154,130,134)
#8A7478
(138,116,120)
#7A666A
(122,102,106)
#6A585C
(106,88,92)
#5A4A4E
(90,74,78)
#4A3C40
(74,60,64)
#3A2E32
(58,46,50)
#2A2024
(42,32,36)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #BA9EA2

#BA9EA2
(186,158,162)
#C0A6AA
(192,166,170)
#C6AEB2
(198,174,178)
#CCB6BA
(204,182,186)
#D2BEC2
(210,190,194)
#D8C6CA
(216,198,202)
#DECED2
(222,206,210)
#E4D6DA
(228,214,218)
#EADEE2
(234,222,226)
#F0E6EA
(240,230,234)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9EA2; }

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

This text font color is #BA9EA2.


Background Color

.myBgColor { background-color: #BA9EA2; }

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

This div background color is #BA9EA2.


Border color

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

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

This div border color is #BA9EA2.


Opacity

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

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

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

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

This text has shadow with #BA9EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9EA2 on black background.


Color preview on white background

This text has color #BA9EA2 on white background.



Black color preview on #BA9EA2 background

This text has black color on #BA9EA2 background.


White color preview on #BA9EA2 background

This text has white color on #BA9EA2 background.