COLOR #BAB4CA

HEX: #BAB4CA
RGB: (186,180,202)

Color info

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

RGB color model

#BAB4CA color RGB value is (186,180,202).

  • red value is 186;
  • green value is 180;
  • blue value is 202.
RGB:
(186,180,202)
(73%,71%,79%)

RGB channels and saturation

R 186 of 255 = 73%
G 180 of 255 = 71%
B 202 of 255 = 79%

186
180
202

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

Portions of RGB colors in percentages

R + G + B =
186 + 180 + 202 = 568 (100%)
R 186 of 568 ~ 32.75%
G 180 of 568 ~ 31.69%
B 202 of 568 ~ 35.56%

%32.75
%31.69
%35.56

CMYK color model

#BAB4CA color CMYK value is (8,11,0,21).

  • cyan value is 7.92%
  • magenta value is 10.89%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,11,0,21)
C8M11Y0K21 
(8%,11%,0%,21%)
(0.08/0.11/0.00/0.21)	

CMYK percentages

%7.92
%10.89
%0
%20.78

Codes

Color #BAB4CA in popluar color models

BAB4CA
RGB186180202
HSL256°17.19%74.90%
HSB/HSV256°10.89%79.22%
CMYK7.92%10.89%0.00%
20.78%

Color #BAB4CA in popluar number systems.

HEXBAB4CA
Decimal186180202
Binary101110101011010011001010
Octal272264312

Shades and tints

Shades of #BAB4CA

#BAB4CA
(186,180,202)
#AAA4B8
(170,164,184)
#9A94A6
(154,148,166)
#8A8494
(138,132,148)
#7A7482
(122,116,130)
#6A6470
(106,100,112)
#5A545E
(90,84,94)
#4A444C
(74,68,76)
#3A343A
(58,52,58)
#2A2428
(42,36,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BAB4CA

#BAB4CA
(186,180,202)
#C0BACE
(192,186,206)
#C6C0D2
(198,192,210)
#CCC6D6
(204,198,214)
#D2CCDA
(210,204,218)
#D8D2DE
(216,210,222)
#DED8E2
(222,216,226)
#E4DEE6
(228,222,230)
#EAE4EA
(234,228,234)
#F0EAEE
(240,234,238)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB4CA color. Also use rgb(186,180,202) instead hex code.

Text Font Color

.myTextColor { color: #BAB4CA; }

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

This text font color is #BAB4CA.


Background Color

.myBgColor { background-color: #BAB4CA; }

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

This div background color is #BAB4CA.


Border color

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

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

This div border color is #BAB4CA.


Opacity

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

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

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

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

This text has shadow with #BAB4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB4CA on black background.


Color preview on white background

This text has color #BAB4CA on white background.



Black color preview on #BAB4CA background

This text has black color on #BAB4CA background.


White color preview on #BAB4CA background

This text has white color on #BAB4CA background.