COLOR #BAB2DC

HEX: #BAB2DC
RGB: (186,178,220)

Color info

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

RGB color model

#BAB2DC color RGB value is (186,178,220).

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

RGB channels and saturation

R 186 of 255 = 73%
G 178 of 255 = 70%
B 220 of 255 = 86%

186
178
220

R + G + B ~ 76%. #BAB2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 178 + 220 = 584 (100%)
R 186 of 584 ~ 31.85%
G 178 of 584 ~ 30.48%
B 220 of 584 ~ 37.67%

%31.85
%30.48
%37.67

CMYK color model

#BAB2DC color CMYK value is (15,19,0,14).

  • cyan value is 15.45%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(15,19,0,14)
C15M19Y0K14 
(15%,19%,0%,14%)
(0.15/0.19/0.00/0.14)	

CMYK percentages

%15.45
%19.09
%0
%13.73

Codes

Color #BAB2DC in popluar color models

BAB2DC
RGB186178220
HSL251°37.50%78.04%
HSB/HSV251°19.09%86.27%
CMYK15.45%19.09%0.00%
13.73%

Color #BAB2DC in popluar number systems.

HEXBAB2DC
Decimal186178220
Binary101110101011001011011100
Octal272262334

Shades and tints

Shades of #BAB2DC

#BAB2DC
(186,178,220)
#AAA2C8
(170,162,200)
#9A92B4
(154,146,180)
#8A82A0
(138,130,160)
#7A728C
(122,114,140)
#6A6278
(106,98,120)
#5A5264
(90,82,100)
#4A4250
(74,66,80)
#3A323C
(58,50,60)
#2A2228
(42,34,40)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #BAB2DC

#BAB2DC
(186,178,220)
#C0B9DF
(192,185,223)
#C6C0E2
(198,192,226)
#CCC7E5
(204,199,229)
#D2CEE8
(210,206,232)
#D8D5EB
(216,213,235)
#DEDCEE
(222,220,238)
#E4E3F1
(228,227,241)
#EAEAF4
(234,234,244)
#F0F1F7
(240,241,247)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB2DC; }

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

This text font color is #BAB2DC.


Background Color

.myBgColor { background-color: #BAB2DC; }

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

This div background color is #BAB2DC.


Border color

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

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

This div border color is #BAB2DC.


Opacity

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

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

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

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

This text has shadow with #BAB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB2DC on black background.


Color preview on white background

This text has color #BAB2DC on white background.



Black color preview on #BAB2DC background

This text has black color on #BAB2DC background.


White color preview on #BAB2DC background

This text has white color on #BAB2DC background.