COLOR #B4AABC

HEX: #B4AABC RGB: (180,170,188)

Color info

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

RGB color model

#B4AABC color RGB value is (180,170,188).

RGB: (180,170,188) (71%, 67%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 188 of 255 = 74%

180
170
188

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

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 188 = 538 (100%)
R 180 of 538 ~ 33.46%
G 170 of 538 ~ 31.6%
B 188 of 538 ~ 34.94'%

%33.46
%31.6
%34.94

CMYK color model

#B4AABC color CMYK value is (4,10,0,26).

  • cyan value is 4.26%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (4,10,0,26)
C4M10Y0K26 (4%, 10%, 0%, 26%)
(0.04 / 0.10 / 0.00 / 0.26)

CMYK percentages

%4.26
%9.57
%0
%26.27

Codes

Color #B4AABC in popluar color models

B4 AA BC
RGB 180 170 188
HSL 273° 11.84% 70.20%
HSB/HSV 273° 9.57% 73.73%
CMYK 4.26% 9.57% 0.00%
26.27%

Color #B4AABC in popluar number systems.

HEX B4 AA BC
Decimal 180 170 188
Binary 10110100 10101010 10111100
Octal 264 252 274

Shades and tints

Shades of #B4AABC

#B4AABC
(180,170,188)
#A49BAB
(164,155,171)
#948C9A
(148,140,154)
#847D89
(132,125,137)
#746E78
(116,110,120)
#645F67
(100,95,103)
#545056
(84,80,86)
#444145
(68,65,69)
#343234
(52,50,52)
#242323
(36,35,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4AABC

#B4AABC
(180,170,188)
#BAB1C2
(186,177,194)
#C0B8C8
(192,184,200)
#C6BFCE
(198,191,206)
#CCC6D4
(204,198,212)
#D2CDDA
(210,205,218)
#D8D4E0
(216,212,224)
#DEDBE6
(222,219,230)
#E4E2EC
(228,226,236)
#EAE9F2
(234,233,242)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AABC; }

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

This text font color is #B4AABC.

Background Color

.myBgColor { background-color: #B4AABC; }

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

This div background color is #B4AABC.

Border color

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

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

This div border color is #B4AABC.

Opacity

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

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

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

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

This text has shadow with #B4AABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AABC.

Preview

Color preview on black background

This text has color #B4AABC on black background.


Color preview on white background

This text has color #B4AABC on white background.


Black color preview on #B4AABC background

This text has black color on #B4AABC background.


White color preview on #B4AABC background

This text has white color on #B4AABC background.


Related colors

Complementary color

Complementary color for #hex is #4B5543.


I love getcolorcode.com

Triadic colors

1 #BCB4AA and #AABCB4 with #B4AABC are triadic colors.

2 #BCAAB4 and #AAB4BC with #B4AABC are triadic colors.