COLOR #BAB9E0

HEX: #BAB9E0
RGB: (186,185,224)

Color info

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

RGB color model

#BAB9E0 color RGB value is (186,185,224).

  • red value is 186;
  • green value is 185;
  • blue value is 224.
RGB:
(186,185,224)
(73%,73%,88%)

RGB channels and saturation

R 186 of 255 = 73%
G 185 of 255 = 73%
B 224 of 255 = 88%

186
185
224

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

Portions of RGB colors in percentages

R + G + B =
186 + 185 + 224 = 595 (100%)
R 186 of 595 ~ 31.26%
G 185 of 595 ~ 31.09%
B 224 of 595 ~ 37.65%

%31.26
%31.09
%37.65

CMYK color model

#BAB9E0 color CMYK value is (17,17,0,12).

  • cyan value is 16.96%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(17,17,0,12)
C17M17Y0K12 
(17%,17%,0%,12%)
(0.17/0.17/0.00/0.12)	

CMYK percentages

%16.96
%17.41
%0
%12.16

Codes

Color #BAB9E0 in popluar color models

BAB9E0
RGB186185224
HSL242°38.61%80.20%
HSB/HSV242°17.41%87.84%
CMYK16.96%17.41%0.00%
12.16%

Color #BAB9E0 in popluar number systems.

HEXBAB9E0
Decimal186185224
Binary101110101011100111100000
Octal272271340

Shades and tints

Shades of #BAB9E0

#BAB9E0
(186,185,224)
#AAA9CC
(170,169,204)
#9A99B8
(154,153,184)
#8A89A4
(138,137,164)
#7A7990
(122,121,144)
#6A697C
(106,105,124)
#5A5968
(90,89,104)
#4A4954
(74,73,84)
#3A3940
(58,57,64)
#2A292C
(42,41,44)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #BAB9E0

#BAB9E0
(186,185,224)
#C0BFE2
(192,191,226)
#C6C5E4
(198,197,228)
#CCCBE6
(204,203,230)
#D2D1E8
(210,209,232)
#D8D7EA
(216,215,234)
#DEDDEC
(222,221,236)
#E4E3EE
(228,227,238)
#EAE9F0
(234,233,240)
#F0EFF2
(240,239,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB9E0 color. Also use rgb(186,185,224) instead hex code.

Text Font Color

.myTextColor { color: #BAB9E0; }

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

This text font color is #BAB9E0.


Background Color

.myBgColor { background-color: #BAB9E0; }

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

This div background color is #BAB9E0.


Border color

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

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

This div border color is #BAB9E0.


Opacity

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

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

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

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

This text has shadow with #BAB9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB9E0 on black background.


Color preview on white background

This text has color #BAB9E0 on white background.



Black color preview on #BAB9E0 background

This text has black color on #BAB9E0 background.


White color preview on #BAB9E0 background

This text has white color on #BAB9E0 background.