COLOR #BAAE97

HEX: #BAAE97
RGB: (186,174,151)

Color info

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

RGB color model

#BAAE97 color RGB value is (186,174,151).

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

RGB channels and saturation

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

186
174
151

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

Portions of RGB colors in percentages

R + G + B =
186 + 174 + 151 = 511 (100%)
R 186 of 511 ~ 36.4%
G 174 of 511 ~ 34.05%
B 151 of 511 ~ 29.55%

%36.4
%34.05
%29.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 18.82%
  • 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
%18.82
%27.06

Codes

Color #BAAE97 in popluar color models

BAAE97
RGB186174151
HSL39°20.23%66.08%
HSB/HSV39°18.82%72.94%
CMYK0.00%6.45%18.82%
27.06%

Color #BAAE97 in popluar number systems.

HEXBAAE97
Decimal186174151
Binary101110101010111010010111
Octal272256227

Shades and tints

Shades of #BAAE97

#BAAE97
(186,174,151)
#AA9F8A
(170,159,138)
#9A907D
(154,144,125)
#8A8170
(138,129,112)
#7A7263
(122,114,99)
#6A6356
(106,99,86)
#5A5449
(90,84,73)
#4A453C
(74,69,60)
#3A362F
(58,54,47)
#2A2722
(42,39,34)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #BAAE97

#BAAE97
(186,174,151)
#C0B5A0
(192,181,160)
#C6BCA9
(198,188,169)
#CCC3B2
(204,195,178)
#D2CABB
(210,202,187)
#D8D1C4
(216,209,196)
#DED8CD
(222,216,205)
#E4DFD6
(228,223,214)
#EAE6DF
(234,230,223)
#F0EDE8
(240,237,232)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAAE97; }

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

This text font color is #BAAE97.


Background Color

.myBgColor { background-color: #BAAE97; }

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

This div background color is #BAAE97.


Border color

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

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

This div border color is #BAAE97.


Opacity

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

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

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

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

This text has shadow with #BAAE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAAE97 on black background.


Color preview on white background

This text has color #BAAE97 on white background.



Black color preview on #BAAE97 background

This text has black color on #BAAE97 background.


White color preview on #BAAE97 background

This text has white color on #BAAE97 background.