COLOR #BAB5B2

HEX: #BAB5B2
RGB: (186,181,178)

Color info

#BAB5B2 contains red, green and blue colors in about the same proportion. Web safe color of #BAB5B2 is #CCCC99 (or #CC9).

RGB color model

#BAB5B2 color RGB value is (186,181,178).

  • red value is 186;
  • green value is 181;
  • blue value is 178.
RGB:
(186,181,178)
(73%,71%,70%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 178 of 255 = 70%

186
181
178

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

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 178 = 545 (100%)
R 186 of 545 ~ 34.13%
G 181 of 545 ~ 33.21%
B 178 of 545 ~ 32.66%

%34.13
%33.21
%32.66

CMYK color model

#BAB5B2 color CMYK value is (0,3,4,27).

  • cyan value is 0.00%
  • magenta value is 2.69%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(0,3,4,27)
C0M3Y4K27 
(0%,3%,4%,27%)
(0.00/0.03/0.04/0.27)	

CMYK percentages

%0
%2.69
%4.3
%27.06

Codes

Color #BAB5B2 in popluar color models

BAB5B2
RGB186181178
HSL23°5.48%71.37%
HSB/HSV23°4.30%72.94%
CMYK0.00%2.69%4.30%
27.06%

Color #BAB5B2 in popluar number systems.

HEXBAB5B2
Decimal186181178
Binary101110101011010110110010
Octal272265262

Shades and tints

Shades of #BAB5B2

#BAB5B2
(186,181,178)
#AAA5A2
(170,165,162)
#9A9592
(154,149,146)
#8A8582
(138,133,130)
#7A7572
(122,117,114)
#6A6562
(106,101,98)
#5A5552
(90,85,82)
#4A4542
(74,69,66)
#3A3532
(58,53,50)
#2A2522
(42,37,34)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #BAB5B2

#BAB5B2
(186,181,178)
#C0BBB9
(192,187,185)
#C6C1C0
(198,193,192)
#CCC7C7
(204,199,199)
#D2CDCE
(210,205,206)
#D8D3D5
(216,211,213)
#DED9DC
(222,217,220)
#E4DFE3
(228,223,227)
#EAE5EA
(234,229,234)
#F0EBF1
(240,235,241)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5B2; }

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

This text font color is #BAB5B2.


Background Color

.myBgColor { background-color: #BAB5B2; }

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

This div background color is #BAB5B2.


Border color

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

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

This div border color is #BAB5B2.


Opacity

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

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

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

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

This text has shadow with #BAB5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB5B2 on black background.


Color preview on white background

This text has color #BAB5B2 on white background.



Black color preview on #BAB5B2 background

This text has black color on #BAB5B2 background.


White color preview on #BAB5B2 background

This text has white color on #BAB5B2 background.