COLOR #BA8E9C

HEX: #BA8E9C RGB: (186,142,156)

Color info

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

RGB color model

#BA8E9C color RGB value is (186,142,156).

RGB: (186,142,156) (73%, 56%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 142 of 255 = 56%
B 156 of 255 = 61%

186
142
156

R + G + B ~ 63%. #BA8E9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 142 + 156 = 484 (100%)
R 186 of 484 ~ 38.43%
G 142 of 484 ~ 29.34%
B 156 of 484 ~ 32.23'%

%38.43
%29.34
%32.23

CMYK color model

#BA8E9C color CMYK value is (0,24,16,27).

  • cyan value is 0.00%
  • magenta value is 23.66%
  • yellow value is 16.13%
  • key color value is 27.06%

CMYK: (0,24,16,27)
C0M24Y16K27 (0%, 24%, 16%, 27%)
(0.00 / 0.24 / 0.16 / 0.27)

CMYK percentages

%0
%23.66
%16.13
%27.06

Codes

Color #BA8E9C in popluar color models

BA 8E 9C
RGB 186 142 156
HSL 341° 24.18% 64.31%
HSB/HSV 341° 23.66% 72.94%
CMYK 0.00% 23.66% 16.13%
27.06%

Color #BA8E9C in popluar number systems.

HEX BA 8E 9C
Decimal 186 142 156
Binary 10111010 10001110 10011100
Octal 272 216 234

Shades and tints

Shades of #BA8E9C

#BA8E9C
(186,142,156)
#AA828E
(170,130,142)
#9A7680
(154,118,128)
#8A6A72
(138,106,114)
#7A5E64
(122,94,100)
#6A5256
(106,82,86)
#5A4648
(90,70,72)
#4A3A3A
(74,58,58)
#3A2E2C
(58,46,44)
#2A221E
(42,34,30)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #BA8E9C

#BA8E9C
(186,142,156)
#C098A5
(192,152,165)
#C6A2AE
(198,162,174)
#CCACB7
(204,172,183)
#D2B6C0
(210,182,192)
#D8C0C9
(216,192,201)
#DECAD2
(222,202,210)
#E4D4DB
(228,212,219)
#EADEE4
(234,222,228)
#F0E8ED
(240,232,237)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8E9C color. Also use rgb(186,142,156) instead hex code.

Text Font Color

.myTextColor { color: #BA8E9C; }

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

This text font color is #BA8E9C.

Background Color

.myBgColor { background-color: #BA8E9C; }

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

This div background color is #BA8E9C.

Border color

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

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

This div border color is #BA8E9C.

Opacity

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

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

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

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

This text has shadow with #BA8E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA8E9C.

Preview

Color preview on black background

This text has color #BA8E9C on black background.


Color preview on white background

This text has color #BA8E9C on white background.


Black color preview on #BA8E9C background

This text has black color on #BA8E9C background.


White color preview on #BA8E9C background

This text has white color on #BA8E9C background.


Related colors

Complementary color

Complementary color for #hex is #457163.


I love getcolorcode.com

Triadic colors

1 #9CBA8E and #8E9CBA with #BA8E9C are triadic colors.

2 #9C8EBA and #8EBA9C with #BA8E9C are triadic colors.