COLOR #BAAE96

HEX: #BAAE96
RGB: (186,174,150)

Color info

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

RGB color model

#BAAE96 color RGB value is (186,174,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 174 of 255 = 68%
B 150 of 255 = 59%

186
174
150

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

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 150 = 510 (100%)
R 186 of 510 ~ 36.47%
G 174 of 510 ~ 34.12%
B 150 of 510 ~ 29.41%

%36.47
%34.12
%29.41

CMYK color model

#BAAE96 color CMYK value is (0,6,19,27).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 19.35%
  • key color value is 27.06%
CMYK: (0,6,19,27) C0M6Y19K27 (0%,6%,19%,27%) (0.00/0.06/0.19/0.27)

CMYK percentages

%0
%6.45
%19.35
%27.06

Codes

Color #BAAE96 in popluar color models

BAAE96
RGB186174150
HSL40°20.69%65.88%
HSB/HSV40°19.35%72.94%
CMYK0.00%6.45%19.35%
27.06%

Color #BAAE96 in popluar number systems.

HEXBAAE96
Decimal186174150
Binary101110101010111010010110
Octal272256226

Shades and tints

Shades of #BAAE96

#BAAE96
(186,174,150)
#AA9F89
(170,159,137)
#9A907C
(154,144,124)
#8A816F
(138,129,111)
#7A7262
(122,114,98)
#6A6355
(106,99,85)
#5A5448
(90,84,72)
#4A453B
(74,69,59)
#3A362E
(58,54,46)
#2A2721
(42,39,33)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #BAAE96

#BAAE96
(186,174,150)
#C0B59F
(192,181,159)
#C6BCA8
(198,188,168)
#CCC3B1
(204,195,177)
#D2CABA
(210,202,186)
#D8D1C3
(216,209,195)
#DED8CC
(222,216,204)
#E4DFD5
(228,223,213)
#EAE6DE
(234,230,222)
#F0EDE7
(240,237,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAE96; }

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

This text font color is #BAAE96.


Background Color

.myBgColor { background-color: #BAAE96; }

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

This div background color is #BAAE96.


Border color

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

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

This div border color is #BAAE96.


Opacity

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

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

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

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

This text has shadow with #BAAE96 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAAE96 on black background.


Color preview on white background

This text has color #BAAE96 on white background.



Black color preview on #BAAE96 background

This text has black color on #BAAE96 background.


White color preview on #BAAE96 background

This text has white color on #BAAE96 background.