COLOR #BAB5E2

HEX: #BAB5E2
RGB: (186,181,226)

Color info

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

RGB color model

#BAB5E2 color RGB value is (186,181,226).

  • red value is 186;
  • green value is 181;
  • blue value is 226.
RGB:
(186,181,226)
(73%,71%,89%)

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 226 of 255 = 89%

186
181
226

R + G + B ~ 78%. #BAB5E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 226 = 593 (100%)
R 186 of 593 ~ 31.37%
G 181 of 593 ~ 30.52%
B 226 of 593 ~ 38.11%

%31.37
%30.52
%38.11

CMYK color model

#BAB5E2 color CMYK value is (18,20,0,11).

  • cyan value is 17.70%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(18,20,0,11)
C18M20Y0K11 
(18%,20%,0%,11%)
(0.18/0.20/0.00/0.11)	

CMYK percentages

%17.7
%19.91
%0
%11.37

Codes

Color #BAB5E2 in popluar color models

BAB5E2
RGB186181226
HSL247°43.69%79.80%
HSB/HSV247°19.91%88.63%
CMYK17.70%19.91%0.00%
11.37%

Color #BAB5E2 in popluar number systems.

HEXBAB5E2
Decimal186181226
Binary101110101011010111100010
Octal272265342

Shades and tints

Shades of #BAB5E2

#BAB5E2
(186,181,226)
#AAA5CE
(170,165,206)
#9A95BA
(154,149,186)
#8A85A6
(138,133,166)
#7A7592
(122,117,146)
#6A657E
(106,101,126)
#5A556A
(90,85,106)
#4A4556
(74,69,86)
#3A3542
(58,53,66)
#2A252E
(42,37,46)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #BAB5E2

#BAB5E2
(186,181,226)
#C0BBE4
(192,187,228)
#C6C1E6
(198,193,230)
#CCC7E8
(204,199,232)
#D2CDEA
(210,205,234)
#D8D3EC
(216,211,236)
#DED9EE
(222,217,238)
#E4DFF0
(228,223,240)
#EAE5F2
(234,229,242)
#F0EBF4
(240,235,244)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB5E2 color. Also use rgb(186,181,226) instead hex code.

Text Font Color

.myTextColor { color: #BAB5E2; }

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

This text font color is #BAB5E2.


Background Color

.myBgColor { background-color: #BAB5E2; }

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

This div background color is #BAB5E2.


Border color

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

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

This div border color is #BAB5E2.


Opacity

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

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

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

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

This text has shadow with #BAB5E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB5E2 on black background.


Color preview on white background

This text has color #BAB5E2 on white background.



Black color preview on #BAB5E2 background

This text has black color on #BAB5E2 background.


White color preview on #BAB5E2 background

This text has white color on #BAB5E2 background.