COLOR #BAADB4

HEX: #BAADB4 RGB: (186,173,180)

Color info

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

RGB color model

#BAADB4 color RGB value is (186,173,180).

RGB: (186,173,180) (73%, 68%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 173 of 255 = 68%
B 180 of 255 = 71%

186
173
180

R + G + B ~ 71%. #BAADB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 173 + 180 = 539 (100%)
R 186 of 539 ~ 34.51%
G 173 of 539 ~ 32.1%
B 180 of 539 ~ 33.4'%

%34.51
%32.1
%33.4

CMYK color model

#BAADB4 color CMYK value is (0,7,3,27).

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

CMYK: (0,7,3,27)
C0M7Y3K27 (0%, 7%, 3%, 27%)
(0.00 / 0.07 / 0.03 / 0.27)

CMYK percentages

%0
%6.99
%3.23
%27.06

Codes

Color #BAADB4 in popluar color models

BA AD B4
RGB 186 173 180
HSL 328° 8.61% 70.39%
HSB/HSV 328° 6.99% 72.94%
CMYK 0.00% 6.99% 3.23%
27.06%

Color #BAADB4 in popluar number systems.

HEX BA AD B4
Decimal 186 173 180
Binary 10111010 10101101 10110100
Octal 272 255 264

Shades and tints

Shades of #BAADB4

#BAADB4
(186,173,180)
#AA9EA4
(170,158,164)
#9A8F94
(154,143,148)
#8A8084
(138,128,132)
#7A7174
(122,113,116)
#6A6264
(106,98,100)
#5A5354
(90,83,84)
#4A4444
(74,68,68)
#3A3534
(58,53,52)
#2A2624
(42,38,36)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #BAADB4

#BAADB4
(186,173,180)
#C0B4BA
(192,180,186)
#C6BBC0
(198,187,192)
#CCC2C6
(204,194,198)
#D2C9CC
(210,201,204)
#D8D0D2
(216,208,210)
#DED7D8
(222,215,216)
#E4DEDE
(228,222,222)
#EAE5E4
(234,229,228)
#F0ECEA
(240,236,234)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAADB4; }

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

This text font color is #BAADB4.

Background Color

.myBgColor { background-color: #BAADB4; }

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

This div background color is #BAADB4.

Border color

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

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

This div border color is #BAADB4.

Opacity

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

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

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

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

This text has shadow with #BAADB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAADB4.

Preview

Color preview on black background

This text has color #BAADB4 on black background.


Color preview on white background

This text has color #BAADB4 on white background.


Black color preview on #BAADB4 background

This text has black color on #BAADB4 background.


White color preview on #BAADB4 background

This text has white color on #BAADB4 background.


Related colors

Complementary color

Complementary color for #hex is #45524B.


I love getcolorcode.com

Triadic colors

1 #B4BAAD and #ADB4BA with #BAADB4 are triadic colors.

2 #B4ADBA and #ADBAB4 with #BAADB4 are triadic colors.