COLOR #B4AABA

HEX: #B4AABA RGB: (180,170,186)

Color info

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

RGB color model

#B4AABA color RGB value is (180,170,186).

RGB: (180,170,186) (71%, 67%, 73%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 186 of 255 = 73%

180
170
186

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

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 186 = 536 (100%)
R 180 of 536 ~ 33.58%
G 170 of 536 ~ 31.72%
B 186 of 536 ~ 34.7'%

%33.58
%31.72
%34.7

CMYK color model

#B4AABA color CMYK value is (3,9,0,27).

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

CMYK: (3,9,0,27)
C3M9Y0K27 (3%, 9%, 0%, 27%)
(0.03 / 0.09 / 0.00 / 0.27)

CMYK percentages

%3.23
%8.6
%0
%27.06

Codes

Color #B4AABA in popluar color models

B4 AA BA
RGB 180 170 186
HSL 278° 10.39% 69.80%
HSB/HSV 278° 8.60% 72.94%
CMYK 3.23% 8.60% 0.00%
27.06%

Color #B4AABA in popluar number systems.

HEX B4 AA BA
Decimal 180 170 186
Binary 10110100 10101010 10111010
Octal 264 252 272

Shades and tints

Shades of #B4AABA

#B4AABA
(180,170,186)
#A49BAA
(164,155,170)
#948C9A
(148,140,154)
#847D8A
(132,125,138)
#746E7A
(116,110,122)
#645F6A
(100,95,106)
#54505A
(84,80,90)
#44414A
(68,65,74)
#34323A
(52,50,58)
#24232A
(36,35,42)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #B4AABA

#B4AABA
(180,170,186)
#BAB1C0
(186,177,192)
#C0B8C6
(192,184,198)
#C6BFCC
(198,191,204)
#CCC6D2
(204,198,210)
#D2CDD8
(210,205,216)
#D8D4DE
(216,212,222)
#DEDBE4
(222,219,228)
#E4E2EA
(228,226,234)
#EAE9F0
(234,233,240)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AABA; }

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

This text font color is #B4AABA.

Background Color

.myBgColor { background-color: #B4AABA; }

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

This div background color is #B4AABA.

Border color

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

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

This div border color is #B4AABA.

Opacity

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

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

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

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

This text has shadow with #B4AABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AABA.

Preview

Color preview on black background

This text has color #B4AABA on black background.


Color preview on white background

This text has color #B4AABA on white background.


Black color preview on #B4AABA background

This text has black color on #B4AABA background.


White color preview on #B4AABA background

This text has white color on #B4AABA background.


Related colors

Complementary color

Complementary color for #hex is #4B5545.


I love getcolorcode.com

Triadic colors

1 #BAB4AA and #AABAB4 with #B4AABA are triadic colors.

2 #BAAAB4 and #AAB4BA with #B4AABA are triadic colors.