COLOR #BAB3CC

HEX: #BAB3CC
RGB: (186,179,204)

Color info

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

RGB color model

#BAB3CC color RGB value is (186,179,204).

  • red value is 186;
  • green value is 179;
  • blue value is 204.
RGB:
(186,179,204)
(73%,70%,80%)

RGB channels and saturation

R 186 of 255 = 73%
G 179 of 255 = 70%
B 204 of 255 = 80%

186
179
204

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

Portions of RGB colors in percentages

R + G + B =
186 + 179 + 204 = 569 (100%)
R 186 of 569 ~ 32.69%
G 179 of 569 ~ 31.46%
B 204 of 569 ~ 35.85%

%32.69
%31.46
%35.85

CMYK color model

#BAB3CC color CMYK value is (9,12,0,20).

  • cyan value is 8.82%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(9,12,0,20)
C9M12Y0K20 
(9%,12%,0%,20%)
(0.09/0.12/0.00/0.20)	

CMYK percentages

%8.82
%12.25
%0
%20

Codes

Color #BAB3CC in popluar color models

BAB3CC
RGB186179204
HSL257°19.69%75.10%
HSB/HSV257°12.25%80.00%
CMYK8.82%12.25%0.00%
20.00%

Color #BAB3CC in popluar number systems.

HEXBAB3CC
Decimal186179204
Binary101110101011001111001100
Octal272263314

Shades and tints

Shades of #BAB3CC

#BAB3CC
(186,179,204)
#AAA3BA
(170,163,186)
#9A93A8
(154,147,168)
#8A8396
(138,131,150)
#7A7384
(122,115,132)
#6A6372
(106,99,114)
#5A5360
(90,83,96)
#4A434E
(74,67,78)
#3A333C
(58,51,60)
#2A232A
(42,35,42)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #BAB3CC

#BAB3CC
(186,179,204)
#C0B9D0
(192,185,208)
#C6BFD4
(198,191,212)
#CCC5D8
(204,197,216)
#D2CBDC
(210,203,220)
#D8D1E0
(216,209,224)
#DED7E4
(222,215,228)
#E4DDE8
(228,221,232)
#EAE3EC
(234,227,236)
#F0E9F0
(240,233,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB3CC color. Also use rgb(186,179,204) instead hex code.

Text Font Color

.myTextColor { color: #BAB3CC; }

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

This text font color is #BAB3CC.


Background Color

.myBgColor { background-color: #BAB3CC; }

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

This div background color is #BAB3CC.


Border color

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

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

This div border color is #BAB3CC.


Opacity

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

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

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

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

This text has shadow with #BAB3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB3CC on black background.


Color preview on white background

This text has color #BAB3CC on white background.



Black color preview on #BAB3CC background

This text has black color on #BAB3CC background.


White color preview on #BAB3CC background

This text has white color on #BAB3CC background.