COLOR #BAAEAB

HEX: #BAAEAB
RGB: (186,174,171)

Color info

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

RGB color model

#BAAEAB color RGB value is (186,174,171).

  • red value is 186;
  • green value is 174;
  • blue value is 171.
RGB:
(186,174,171)
(73%,68%,67%)

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 171 of 255 = 67%

186
174
171

R + G + B ~ 69%. #BAAEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 171 = 531 (100%)
R 186 of 531 ~ 35.03%
G 174 of 531 ~ 32.77%
B 171 of 531 ~ 32.2%

%35.03
%32.77
%32.2

CMYK color model

#BAAEAB color CMYK value is (0,6,8,27).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 8.06%
  • key color value is 27.06%
CMYK:
(0,6,8,27)
C0M6Y8K27 
(0%,6%,8%,27%)
(0.00/0.06/0.08/0.27)	

CMYK percentages

%0
%6.45
%8.06
%27.06

Codes

Color #BAAEAB in popluar color models

BAAEAB
RGB186174171
HSL12°9.80%70.00%
HSB/HSV12°8.06%72.94%
CMYK0.00%6.45%8.06%
27.06%

Color #BAAEAB in popluar number systems.

HEXBAAEAB
Decimal186174171
Binary101110101010111010101011
Octal272256253

Shades and tints

Shades of #BAAEAB

#BAAEAB
(186,174,171)
#AA9F9C
(170,159,156)
#9A908D
(154,144,141)
#8A817E
(138,129,126)
#7A726F
(122,114,111)
#6A6360
(106,99,96)
#5A5451
(90,84,81)
#4A4542
(74,69,66)
#3A3633
(58,54,51)
#2A2724
(42,39,36)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #BAAEAB

#BAAEAB
(186,174,171)
#C0B5B2
(192,181,178)
#C6BCB9
(198,188,185)
#CCC3C0
(204,195,192)
#D2CAC7
(210,202,199)
#D8D1CE
(216,209,206)
#DED8D5
(222,216,213)
#E4DFDC
(228,223,220)
#EAE6E3
(234,230,227)
#F0EDEA
(240,237,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAAEAB color. Also use rgb(186,174,171) instead hex code.

Text Font Color

.myTextColor { color: #BAAEAB; }

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

This text font color is #BAAEAB.


Background Color

.myBgColor { background-color: #BAAEAB; }

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

This div background color is #BAAEAB.


Border color

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

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

This div border color is #BAAEAB.


Opacity

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

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

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

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

This text has shadow with #BAAEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAEAB on black background.


Color preview on white background

This text has color #BAAEAB on white background.



Black color preview on #BAAEAB background

This text has black color on #BAAEAB background.


White color preview on #BAAEAB background

This text has white color on #BAAEAB background.