COLOR #BAB5EF

HEX: #BAB5EF
RGB: (186,181,239)

Color info

#BAB5EF contains red, green and blue colors in about the same proportion. Web safe color of #BAB5EF is #CCCCFF (or #CCF).

RGB color model

#BAB5EF color RGB value is (186,181,239).

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

RGB channels and saturation

R 186 of 255 = 73%
G 181 of 255 = 71%
B 239 of 255 = 94%

186
181
239

R + G + B ~ 79%. #BAB5EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 181 + 239 = 606 (100%)
R 186 of 606 ~ 30.69%
G 181 of 606 ~ 29.87%
B 239 of 606 ~ 39.44%

%30.69
%29.87
%39.44

CMYK color model

#BAB5EF color CMYK value is (22,24,0,6).

  • cyan value is 22.18%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(22,24,0,6)
C22M24Y0K6 
(22%,24%,0%,6%)
(0.22/0.24/0.00/0.06)	

CMYK percentages

%22.18
%24.27
%0
%6.27

Codes

Color #BAB5EF in popluar color models

BAB5EF
RGB186181239
HSL245°64.44%82.35%
HSB/HSV245°24.27%93.73%
CMYK22.18%24.27%0.00%
6.27%

Color #BAB5EF in popluar number systems.

HEXBAB5EF
Decimal186181239
Binary101110101011010111101111
Octal272265357

Shades and tints

Shades of #BAB5EF

#BAB5EF
(186,181,239)
#AAA5DA
(170,165,218)
#9A95C5
(154,149,197)
#8A85B0
(138,133,176)
#7A759B
(122,117,155)
#6A6586
(106,101,134)
#5A5571
(90,85,113)
#4A455C
(74,69,92)
#3A3547
(58,53,71)
#2A2532
(42,37,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #BAB5EF

#BAB5EF
(186,181,239)
#C0BBF0
(192,187,240)
#C6C1F1
(198,193,241)
#CCC7F2
(204,199,242)
#D2CDF3
(210,205,243)
#D8D3F4
(216,211,244)
#DED9F5
(222,217,245)
#E4DFF6
(228,223,246)
#EAE5F7
(234,229,247)
#F0EBF8
(240,235,248)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB5EF; }

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

This text font color is #BAB5EF.


Background Color

.myBgColor { background-color: #BAB5EF; }

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

This div background color is #BAB5EF.


Border color

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

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

This div border color is #BAB5EF.


Opacity

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

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

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

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

This text has shadow with #BAB5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB5EF on black background.


Color preview on white background

This text has color #BAB5EF on white background.



Black color preview on #BAB5EF background

This text has black color on #BAB5EF background.


White color preview on #BAB5EF background

This text has white color on #BAB5EF background.