COLOR #BAB0CB

HEX: #BAB0CB
RGB: (186,176,203)

Color info

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

RGB color model

#BAB0CB color RGB value is (186,176,203).

  • red value is 186;
  • green value is 176;
  • blue value is 203.
RGB:
(186,176,203)
(73%,69%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 176 of 255 = 69%
B 203 of 255 = 80%

186
176
203

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

Portions of RGB colors in percentages

R + G + B =
186 + 176 + 203 = 565 (100%)
R 186 of 565 ~ 32.92%
G 176 of 565 ~ 31.15%
B 203 of 565 ~ 35.93%

%32.92
%31.15
%35.93

CMYK color model

#BAB0CB color CMYK value is (8,13,0,20).

  • cyan value is 8.37%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(8,13,0,20)
C8M13Y0K20 
(8%,13%,0%,20%)
(0.08/0.13/0.00/0.20)	

CMYK percentages

%8.37
%13.3
%0
%20.39

Codes

Color #BAB0CB in popluar color models

BAB0CB
RGB186176203
HSL262°20.61%74.31%
HSB/HSV262°13.30%79.61%
CMYK8.37%13.30%0.00%
20.39%

Color #BAB0CB in popluar number systems.

HEXBAB0CB
Decimal186176203
Binary101110101011000011001011
Octal272260313

Shades and tints

Shades of #BAB0CB

#BAB0CB
(186,176,203)
#AAA0B9
(170,160,185)
#9A90A7
(154,144,167)
#8A8095
(138,128,149)
#7A7083
(122,112,131)
#6A6071
(106,96,113)
#5A505F
(90,80,95)
#4A404D
(74,64,77)
#3A303B
(58,48,59)
#2A2029
(42,32,41)
#1A1017
(26,16,23)
#000000
(0,0,0)

Tints of #BAB0CB

#BAB0CB
(186,176,203)
#C0B7CF
(192,183,207)
#C6BED3
(198,190,211)
#CCC5D7
(204,197,215)
#D2CCDB
(210,204,219)
#D8D3DF
(216,211,223)
#DEDAE3
(222,218,227)
#E4E1E7
(228,225,231)
#EAE8EB
(234,232,235)
#F0EFEF
(240,239,239)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB0CB color. Also use rgb(186,176,203) instead hex code.

Text Font Color

.myTextColor { color: #BAB0CB; }

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

This text font color is #BAB0CB.


Background Color

.myBgColor { background-color: #BAB0CB; }

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

This div background color is #BAB0CB.


Border color

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

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

This div border color is #BAB0CB.


Opacity

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

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

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

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

This text has shadow with #BAB0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB0CB on black background.


Color preview on white background

This text has color #BAB0CB on white background.



Black color preview on #BAB0CB background

This text has black color on #BAB0CB background.


White color preview on #BAB0CB background

This text has white color on #BAB0CB background.