COLOR #BAB6CF

HEX: #BAB6CF
RGB: (186,182,207)

Color info

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

RGB color model

#BAB6CF color RGB value is (186,182,207).

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

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 207 of 255 = 81%

186
182
207

R + G + B ~ 75%. #BAB6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 207 = 575 (100%)
R 186 of 575 ~ 32.35%
G 182 of 575 ~ 31.65%
B 207 of 575 ~ 36%

%32.35
%31.65
%36

CMYK color model

#BAB6CF color CMYK value is (10,12,0,19).

  • cyan value is 10.14%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(10,12,0,19)
C10M12Y0K19 
(10%,12%,0%,19%)
(0.10/0.12/0.00/0.19)	

CMYK percentages

%10.14
%12.08
%0
%18.82

Codes

Color #BAB6CF in popluar color models

BAB6CF
RGB186182207
HSL250°20.66%76.27%
HSB/HSV250°12.08%81.18%
CMYK10.14%12.08%0.00%
18.82%

Color #BAB6CF in popluar number systems.

HEXBAB6CF
Decimal186182207
Binary101110101011011011001111
Octal272266317

Shades and tints

Shades of #BAB6CF

#BAB6CF
(186,182,207)
#AAA6BD
(170,166,189)
#9A96AB
(154,150,171)
#8A8699
(138,134,153)
#7A7687
(122,118,135)
#6A6675
(106,102,117)
#5A5663
(90,86,99)
#4A4651
(74,70,81)
#3A363F
(58,54,63)
#2A262D
(42,38,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #BAB6CF

#BAB6CF
(186,182,207)
#C0BCD3
(192,188,211)
#C6C2D7
(198,194,215)
#CCC8DB
(204,200,219)
#D2CEDF
(210,206,223)
#D8D4E3
(216,212,227)
#DEDAE7
(222,218,231)
#E4E0EB
(228,224,235)
#EAE6EF
(234,230,239)
#F0ECF3
(240,236,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB6CF; }

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

This text font color is #BAB6CF.


Background Color

.myBgColor { background-color: #BAB6CF; }

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

This div background color is #BAB6CF.


Border color

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

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

This div border color is #BAB6CF.


Opacity

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

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

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

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

This text has shadow with #BAB6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6CF on black background.


Color preview on white background

This text has color #BAB6CF on white background.



Black color preview on #BAB6CF background

This text has black color on #BAB6CF background.


White color preview on #BAB6CF background

This text has white color on #BAB6CF background.