COLOR #BAB6C5

HEX: #BAB6C5
RGB: (186,182,197)

Color info

#BAB6C5 contains red, green and blue colors in about the same proportion. Web safe color of #BAB6C5 is #CCCCCC (or #CCC).

RGB color model

#BAB6C5 color RGB value is (186,182,197).

  • red value is 186;
  • green value is 182;
  • blue value is 197.
RGB:
(186,182,197)
(73%,71%,77%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 197 of 255 = 77%

186
182
197

R + G + B ~ 74%. #BAB6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 197 = 565 (100%)
R 186 of 565 ~ 32.92%
G 182 of 565 ~ 32.21%
B 197 of 565 ~ 34.87%

%32.92
%32.21
%34.87

CMYK color model

#BAB6C5 color CMYK value is (6,8,0,23).

  • cyan value is 5.58%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(6,8,0,23)
C6M8Y0K23 
(6%,8%,0%,23%)
(0.06/0.08/0.00/0.23)	

CMYK percentages

%5.58
%7.61
%0
%22.75

Codes

Color #BAB6C5 in popluar color models

BAB6C5
RGB186182197
HSL256°11.45%74.31%
HSB/HSV256°7.61%77.25%
CMYK5.58%7.61%0.00%
22.75%

Color #BAB6C5 in popluar number systems.

HEXBAB6C5
Decimal186182197
Binary101110101011011011000101
Octal272266305

Shades and tints

Shades of #BAB6C5

#BAB6C5
(186,182,197)
#AAA6B4
(170,166,180)
#9A96A3
(154,150,163)
#8A8692
(138,134,146)
#7A7681
(122,118,129)
#6A6670
(106,102,112)
#5A565F
(90,86,95)
#4A464E
(74,70,78)
#3A363D
(58,54,61)
#2A262C
(42,38,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #BAB6C5

#BAB6C5
(186,182,197)
#C0BCCA
(192,188,202)
#C6C2CF
(198,194,207)
#CCC8D4
(204,200,212)
#D2CED9
(210,206,217)
#D8D4DE
(216,212,222)
#DEDAE3
(222,218,227)
#E4E0E8
(228,224,232)
#EAE6ED
(234,230,237)
#F0ECF2
(240,236,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB6C5 color. Also use rgb(186,182,197) instead hex code.

Text Font Color

.myTextColor { color: #BAB6C5; }

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

This text font color is #BAB6C5.


Background Color

.myBgColor { background-color: #BAB6C5; }

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

This div background color is #BAB6C5.


Border color

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

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

This div border color is #BAB6C5.


Opacity

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

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

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

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

This text has shadow with #BAB6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6C5 on black background.


Color preview on white background

This text has color #BAB6C5 on white background.



Black color preview on #BAB6C5 background

This text has black color on #BAB6C5 background.


White color preview on #BAB6C5 background

This text has white color on #BAB6C5 background.