COLOR #BAABEF

HEX: #BAABEF
RGB: (186,171,239)

Color info

#BAABEF contains mainly red and blue colors. Web safe color of #BAABEF is #CC99FF (or #C9F).

RGB color model

#BAABEF color RGB value is (186,171,239).

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

RGB channels and saturation

R 186 of 255 = 73%
G 171 of 255 = 67%
B 239 of 255 = 94%

186
171
239

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

Portions of RGB colors in percentages

R + G + B =
186 + 171 + 239 = 596 (100%)
R 186 of 596 ~ 31.21%
G 171 of 596 ~ 28.69%
B 239 of 596 ~ 40.1%

%31.21
%28.69
%40.1

CMYK color model

#BAABEF color CMYK value is (22,28,0,6).

  • cyan value is 22.18%
  • magenta value is 28.45%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (22,28,0,6) C22M28Y0K6 (22%,28%,0%,6%) (0.22/0.28/0.00/0.06)

CMYK percentages

%22.18
%28.45
%0
%6.27

Codes

Color #BAABEF in popluar color models

BAABEF
RGB186171239
HSL253°68.00%80.39%
HSB/HSV253°28.45%93.73%
CMYK22.18%28.45%0.00%
6.27%

Color #BAABEF in popluar number systems.

HEXBAABEF
Decimal186171239
Binary101110101010101111101111
Octal272253357

Shades and tints

Shades of #BAABEF

#BAABEF
(186,171,239)
#AA9CDA
(170,156,218)
#9A8DC5
(154,141,197)
#8A7EB0
(138,126,176)
#7A6F9B
(122,111,155)
#6A6086
(106,96,134)
#5A5171
(90,81,113)
#4A425C
(74,66,92)
#3A3347
(58,51,71)
#2A2432
(42,36,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #BAABEF

#BAABEF
(186,171,239)
#C0B2F0
(192,178,240)
#C6B9F1
(198,185,241)
#CCC0F2
(204,192,242)
#D2C7F3
(210,199,243)
#D8CEF4
(216,206,244)
#DED5F5
(222,213,245)
#E4DCF6
(228,220,246)
#EAE3F7
(234,227,247)
#F0EAF8
(240,234,248)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAABEF; }

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

This text font color is #BAABEF.


Background Color

.myBgColor { background-color: #BAABEF; }

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

This div background color is #BAABEF.


Border color

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

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

This div border color is #BAABEF.


Opacity

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

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

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

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

This text has shadow with #BAABEF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BAABEF on black background.


Color preview on white background

This text has color #BAABEF on white background.



Black color preview on #BAABEF background

This text has black color on #BAABEF background.


White color preview on #BAABEF background

This text has white color on #BAABEF background.