COLOR #BA9EA9

HEX: #BA9EA9
RGB: (186,158,169)

Color info

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

RGB color model

#BA9EA9 color RGB value is (186,158,169).

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

RGB channels and saturation

R 186 of 255 = 73%
G 158 of 255 = 62%
B 169 of 255 = 66%

186
158
169

R + G + B ~ 67%. #BA9EA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 158 + 169 = 513 (100%)
R 186 of 513 ~ 36.26%
G 158 of 513 ~ 30.8%
B 169 of 513 ~ 32.94%

%36.26
%30.8
%32.94

CMYK color model

#BA9EA9 color CMYK value is (0,15,9,27).

  • cyan value is 0.00%
  • magenta value is 15.05%
  • yellow value is 9.14%
  • key color value is 27.06%
CMYK:
(0,15,9,27)
C0M15Y9K27 
(0%,15%,9%,27%)
(0.00/0.15/0.09/0.27)	

CMYK percentages

%0
%15.05
%9.14
%27.06

Codes

Color #BA9EA9 in popluar color models

BA9EA9
RGB186158169
HSL336°16.87%67.45%
HSB/HSV336°15.05%72.94%
CMYK0.00%15.05%9.14%
27.06%

Color #BA9EA9 in popluar number systems.

HEXBA9EA9
Decimal186158169
Binary101110101001111010101001
Octal272236251

Shades and tints

Shades of #BA9EA9

#BA9EA9
(186,158,169)
#AA909A
(170,144,154)
#9A828B
(154,130,139)
#8A747C
(138,116,124)
#7A666D
(122,102,109)
#6A585E
(106,88,94)
#5A4A4F
(90,74,79)
#4A3C40
(74,60,64)
#3A2E31
(58,46,49)
#2A2022
(42,32,34)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #BA9EA9

#BA9EA9
(186,158,169)
#C0A6B0
(192,166,176)
#C6AEB7
(198,174,183)
#CCB6BE
(204,182,190)
#D2BEC5
(210,190,197)
#D8C6CC
(216,198,204)
#DECED3
(222,206,211)
#E4D6DA
(228,214,218)
#EADEE1
(234,222,225)
#F0E6E8
(240,230,232)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA9EA9; }

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

This text font color is #BA9EA9.


Background Color

.myBgColor { background-color: #BA9EA9; }

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

This div background color is #BA9EA9.


Border color

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

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

This div border color is #BA9EA9.


Opacity

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

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

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

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

This text has shadow with #BA9EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA9EA9 on black background.


Color preview on white background

This text has color #BA9EA9 on white background.



Black color preview on #BA9EA9 background

This text has black color on #BA9EA9 background.


White color preview on #BA9EA9 background

This text has white color on #BA9EA9 background.