COLOR #BAB2B7

HEX: #BAB2B7 RGB: (186,178,183)

Color info

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

RGB color model

#BAB2B7 color RGB value is (186,178,183).

RGB: (186,178,183) (73%, 70%, 72%)

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 183 of 255 = 72%

186
178
183

R + G + B ~ 72%. #BAB2B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 178 + 183 = 547 (100%)
R 186 of 547 ~ 34%
G 178 of 547 ~ 32.54%
B 183 of 547 ~ 33.46'%

%34
%32.54
%33.46

CMYK color model

#BAB2B7 color CMYK value is (0,4,2,27).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 1.61%
  • key color value is 27.06%

CMYK: (0,4,2,27)
C0M4Y2K27 (0%, 4%, 2%, 27%)
(0.00 / 0.04 / 0.02 / 0.27)

CMYK percentages

%0
%4.3
%1.61
%27.06

Codes

Color #BAB2B7 in popluar color models

BA B2 B7
RGB 186 178 183
HSL 323° 5.48% 71.37%
HSB/HSV 323° 4.30% 72.94%
CMYK 0.00% 4.30% 1.61%
27.06%

Color #BAB2B7 in popluar number systems.

HEX BA B2 B7
Decimal 186 178 183
Binary 10111010 10110010 10110111
Octal 272 262 267

Shades and tints

Shades of #BAB2B7

#BAB2B7
(186,178,183)
#AAA2A7
(170,162,167)
#9A9297
(154,146,151)
#8A8287
(138,130,135)
#7A7277
(122,114,119)
#6A6267
(106,98,103)
#5A5257
(90,82,87)
#4A4247
(74,66,71)
#3A3237
(58,50,55)
#2A2227
(42,34,39)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BAB2B7

#BAB2B7
(186,178,183)
#C0B9BD
(192,185,189)
#C6C0C3
(198,192,195)
#CCC7C9
(204,199,201)
#D2CECF
(210,206,207)
#D8D5D5
(216,213,213)
#DEDCDB
(222,220,219)
#E4E3E1
(228,227,225)
#EAEAE7
(234,234,231)
#F0F1ED
(240,241,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB2B7 color. Also use rgb(186,178,183) instead hex code.

Text Font Color

.myTextColor { color: #BAB2B7; }

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

This text font color is #BAB2B7.

Background Color

.myBgColor { background-color: #BAB2B7; }

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

This div background color is #BAB2B7.

Border color

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

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

This div border color is #BAB2B7.

Opacity

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

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

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

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

This text has shadow with #BAB2B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB2B7.

Preview

Color preview on black background

This text has color #BAB2B7 on black background.


Color preview on white background

This text has color #BAB2B7 on white background.


Black color preview on #BAB2B7 background

This text has black color on #BAB2B7 background.


White color preview on #BAB2B7 background

This text has white color on #BAB2B7 background.


Related colors

Complementary color

Complementary color for #hex is #454D48.


I love getcolorcode.com

Triadic colors

1 #B7BAB2 and #B2B7BA with #BAB2B7 are triadic colors.

2 #B7B2BA and #B2BAB7 with #BAB2B7 are triadic colors.