COLOR #BA998E

HEX: #BA998E
RGB: (186,153,142)

Color info

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

RGB color model

#BA998E color RGB value is (186,153,142).

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

RGB channels and saturation

R 186 of 255 = 73%
G 153 of 255 = 60%
B 142 of 255 = 56%

186
153
142

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

Portions of RGB colors in percentages

R + G + B =
186 + 153 + 142 = 481 (100%)
R 186 of 481 ~ 38.67%
G 153 of 481 ~ 31.81%
B 142 of 481 ~ 29.52%

%38.67
%31.81
%29.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 23.66%
  • key color value is 27.06%
CMYK:
(0,18,24,27)
C0M18Y24K27 
(0%,18%,24%,27%)
(0.00/0.18/0.24/0.27)	

CMYK percentages

%0
%17.74
%23.66
%27.06

Codes

Color #BA998E in popluar color models

BA998E
RGB186153142
HSL15°24.18%64.31%
HSB/HSV15°23.66%72.94%
CMYK0.00%17.74%23.66%
27.06%

Color #BA998E in popluar number systems.

HEXBA998E
Decimal186153142
Binary101110101001100110001110
Octal272231216

Shades and tints

Shades of #BA998E

#BA998E
(186,153,142)
#AA8C82
(170,140,130)
#9A7F76
(154,127,118)
#8A726A
(138,114,106)
#7A655E
(122,101,94)
#6A5852
(106,88,82)
#5A4B46
(90,75,70)
#4A3E3A
(74,62,58)
#3A312E
(58,49,46)
#2A2422
(42,36,34)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #BA998E

#BA998E
(186,153,142)
#C0A298
(192,162,152)
#C6ABA2
(198,171,162)
#CCB4AC
(204,180,172)
#D2BDB6
(210,189,182)
#D8C6C0
(216,198,192)
#DECFCA
(222,207,202)
#E4D8D4
(228,216,212)
#EAE1DE
(234,225,222)
#F0EAE8
(240,234,232)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA998E; }

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

This text font color is #BA998E.


Background Color

.myBgColor { background-color: #BA998E; }

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

This div background color is #BA998E.


Border color

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

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

This div border color is #BA998E.


Opacity

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

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

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

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

This text has shadow with #BA998E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA998E on black background.


Color preview on white background

This text has color #BA998E on white background.



Black color preview on #BA998E background

This text has black color on #BA998E background.


White color preview on #BA998E background

This text has white color on #BA998E background.