COLOR #BAA7B4

HEX: #BAA7B4 RGB: (186,167,180)

Color info

#BAA7B4 contains red, green and blue colors in about the same proportion. Web safe color of #BAA7B4 is #CC99CC (or #C9C).

RGB color model

#BAA7B4 color RGB value is (186,167,180).

RGB: (186,167,180) (73%, 65%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 167 of 255 = 65%
B 180 of 255 = 71%

186
167
180

R + G + B ~ 70%. #BAA7B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 167 + 180 = 533 (100%)
R 186 of 533 ~ 34.9%
G 167 of 533 ~ 31.33%
B 180 of 533 ~ 33.77'%

%34.9
%31.33
%33.77

CMYK color model

#BAA7B4 color CMYK value is (0,10,3,27).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 3.23%
  • key color value is 27.06%

CMYK: (0,10,3,27)
C0M10Y3K27 (0%, 10%, 3%, 27%)
(0.00 / 0.10 / 0.03 / 0.27)

CMYK percentages

%0
%10.22
%3.23
%27.06

Codes

Color #BAA7B4 in popluar color models

BA A7 B4
RGB 186 167 180
HSL 319° 12.10% 69.22%
HSB/HSV 319° 10.22% 72.94%
CMYK 0.00% 10.22% 3.23%
27.06%

Color #BAA7B4 in popluar number systems.

HEX BA A7 B4
Decimal 186 167 180
Binary 10111010 10100111 10110100
Octal 272 247 264

Shades and tints

Shades of #BAA7B4

#BAA7B4
(186,167,180)
#AA98A4
(170,152,164)
#9A8994
(154,137,148)
#8A7A84
(138,122,132)
#7A6B74
(122,107,116)
#6A5C64
(106,92,100)
#5A4D54
(90,77,84)
#4A3E44
(74,62,68)
#3A2F34
(58,47,52)
#2A2024
(42,32,36)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #BAA7B4

#BAA7B4
(186,167,180)
#C0AFBA
(192,175,186)
#C6B7C0
(198,183,192)
#CCBFC6
(204,191,198)
#D2C7CC
(210,199,204)
#D8CFD2
(216,207,210)
#DED7D8
(222,215,216)
#E4DFDE
(228,223,222)
#EAE7E4
(234,231,228)
#F0EFEA
(240,239,234)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAA7B4 color. Also use rgb(186,167,180) instead hex code.

Text Font Color

.myTextColor { color: #BAA7B4; }

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

This text font color is #BAA7B4.

Background Color

.myBgColor { background-color: #BAA7B4; }

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

This div background color is #BAA7B4.

Border color

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

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

This div border color is #BAA7B4.

Opacity

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

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

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

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

This text has shadow with #BAA7B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAA7B4.

Preview

Color preview on black background

This text has color #BAA7B4 on black background.


Color preview on white background

This text has color #BAA7B4 on white background.


Black color preview on #BAA7B4 background

This text has black color on #BAA7B4 background.


White color preview on #BAA7B4 background

This text has white color on #BAA7B4 background.


Related colors

Complementary color

Complementary color for #hex is #45584B.


I love getcolorcode.com

Triadic colors

1 #B4BAA7 and #A7B4BA with #BAA7B4 are triadic colors.

2 #B4A7BA and #A7BAB4 with #BAA7B4 are triadic colors.