COLOR #BAB6CE

HEX: #BAB6CE
RGB: (186,182,206)

Color info

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

RGB color model

#BAB6CE color RGB value is (186,182,206).

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

RGB channels and saturation

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

186
182
206

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

Portions of RGB colors in percentages

R + G + B =
186 + 182 + 206 = 574 (100%)
R 186 of 574 ~ 32.4%
G 182 of 574 ~ 31.71%
B 206 of 574 ~ 35.89%

%32.4
%31.71
%35.89

CMYK color model

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

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

CMYK percentages

%9.71
%11.65
%0
%19.22

Codes

Color #BAB6CE in popluar color models

BAB6CE
RGB186182206
HSL250°19.67%76.08%
HSB/HSV250°11.65%80.78%
CMYK9.71%11.65%0.00%
19.22%

Color #BAB6CE in popluar number systems.

HEXBAB6CE
Decimal186182206
Binary101110101011011011001110
Octal272266316

Shades and tints

Shades of #BAB6CE

#BAB6CE
(186,182,206)
#AAA6BC
(170,166,188)
#9A96AA
(154,150,170)
#8A8698
(138,134,152)
#7A7686
(122,118,134)
#6A6674
(106,102,116)
#5A5662
(90,86,98)
#4A4650
(74,70,80)
#3A363E
(58,54,62)
#2A262C
(42,38,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #BAB6CE

#BAB6CE
(186,182,206)
#C0BCD2
(192,188,210)
#C6C2D6
(198,194,214)
#CCC8DA
(204,200,218)
#D2CEDE
(210,206,222)
#D8D4E2
(216,212,226)
#DEDAE6
(222,218,230)
#E4E0EA
(228,224,234)
#EAE6EE
(234,230,238)
#F0ECF2
(240,236,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB6CE; }

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

This text font color is #BAB6CE.


Background Color

.myBgColor { background-color: #BAB6CE; }

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

This div background color is #BAB6CE.


Border color

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

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

This div border color is #BAB6CE.


Opacity

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

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

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

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

This text has shadow with #BAB6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB6CE on black background.


Color preview on white background

This text has color #BAB6CE on white background.



Black color preview on #BAB6CE background

This text has black color on #BAB6CE background.


White color preview on #BAB6CE background

This text has white color on #BAB6CE background.