COLOR #B2AABB

HEX: #B2AABB RGB: (178,170,187)

Color info

#B2AABB contains red, green and blue colors in about the same proportion. Web safe color of #B2AABB is #9999CC (or #99C).

RGB color model

#B2AABB color RGB value is (178,170,187).

RGB: (178,170,187) (70%, 67%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 170 of 255 = 67%
B 187 of 255 = 73%

178
170
187

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

Portions of RGB colors in percentages

R + G + B = 178 + 170 + 187 = 535 (100%)
R 178 of 535 ~ 33.27%
G 170 of 535 ~ 31.78%
B 187 of 535 ~ 34.95'%

%33.27
%31.78
%34.95

CMYK color model

#B2AABB color CMYK value is (5,9,0,27).

  • cyan value is 4.81%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (5,9,0,27) C5M9Y0K27 (5%,9%,0%,27%) (0.05/0.09/0.00/0.27) 

CMYK percentages

%4.81
%9.09
%0
%26.67

Codes

Color #B2AABB in popluar color models

B2 AA BB
RGB 178 170 187
HSL 268° 11.11% 70.00%
HSB/HSV 268° 9.09% 73.33%
CMYK 4.81% 9.09% 0.00%
26.67%

Color #B2AABB in popluar number systems.

HEX B2 AA BB
Decimal 178 170 187
Binary 10110010 10101010 10111011
Octal 262 252 273

Shades and tints

Shades of #B2AABB

#B2AABB
(178,170,187)
#A29BAA
(162,155,170)
#928C99
(146,140,153)
#827D88
(130,125,136)
#726E77
(114,110,119)
#625F66
(98,95,102)
#525055
(82,80,85)
#424144
(66,65,68)
#323233
(50,50,51)
#222322
(34,35,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #B2AABB

#B2AABB
(178,170,187)
#B9B1C1
(185,177,193)
#C0B8C7
(192,184,199)
#C7BFCD
(199,191,205)
#CEC6D3
(206,198,211)
#D5CDD9
(213,205,217)
#DCD4DF
(220,212,223)
#E3DBE5
(227,219,229)
#EAE2EB
(234,226,235)
#F1E9F1
(241,233,241)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AABB color. Also use rgb(178,170,187) instead hex code.

Text Font Color

.myTextColor { color: #B2AABB; }

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

This text font color is #B2AABB.

Background Color

.myBgColor { background-color: #B2AABB; }

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

This div background color is #B2AABB.

Border color

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

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

This div border color is #B2AABB.

Opacity

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

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

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

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

This text has shadow with #B2AABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AABB.

Preview

Color preview on black background

This text has color #B2AABB on black background.


Color preview on white background

This text has color #B2AABB on white background.


Black color preview on #B2AABB background

This text has black color on #B2AABB background.


White color preview on #B2AABB background

This text has white color on #B2AABB background.


Related colors

Complementary color

Complementary color for #hex is #4D5544.


I love getcolorcode.com

Triadic colors

1 #BBB2AA and #AABBB2 with #B2AABB are triadic colors.

2 #BBAAB2 and #AAB2BB with #B2AABB are triadic colors.