COLOR #BAB6E7

HEX: #BAB6E7 RGB: (186,182,231)

Color info

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

RGB color model

#BAB6E7 color RGB value is (186,182,231).

RGB: (186,182,231) (73%, 71%, 91%)

RGB channels and saturation

R 186 of 255 = 73%
G 182 of 255 = 71%
B 231 of 255 = 91%

186
182
231

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

Portions of RGB colors in percentages

R + G + B = 186 + 182 + 231 = 599 (100%)
R 186 of 599 ~ 31.05%
G 182 of 599 ~ 30.38%
B 231 of 599 ~ 38.56'%

%31.05
%30.38
%38.56

CMYK color model

#BAB6E7 color CMYK value is (19,21,0,9).

  • cyan value is 19.48%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (19,21,0,9)
C19M21Y0K9 (19%, 21%, 0%, 9%)
(0.19 / 0.21 / 0.00 / 0.09)

CMYK percentages

%19.48
%21.21
%0
%9.41

Codes

Color #BAB6E7 in popluar color models

BA B6 E7
RGB 186 182 231
HSL 245° 50.52% 80.98%
HSB/HSV 245° 21.21% 90.59%
CMYK 19.48% 21.21% 0.00%
9.41%

Color #BAB6E7 in popluar number systems.

HEX BA B6 E7
Decimal 186 182 231
Binary 10111010 10110110 11100111
Octal 272 266 347

Shades and tints

Shades of #BAB6E7

#BAB6E7
(186,182,231)
#AAA6D2
(170,166,210)
#9A96BD
(154,150,189)
#8A86A8
(138,134,168)
#7A7693
(122,118,147)
#6A667E
(106,102,126)
#5A5669
(90,86,105)
#4A4654
(74,70,84)
#3A363F
(58,54,63)
#2A262A
(42,38,42)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #BAB6E7

#BAB6E7
(186,182,231)
#C0BCE9
(192,188,233)
#C6C2EB
(198,194,235)
#CCC8ED
(204,200,237)
#D2CEEF
(210,206,239)
#D8D4F1
(216,212,241)
#DEDAF3
(222,218,243)
#E4E0F5
(228,224,245)
#EAE6F7
(234,230,247)
#F0ECF9
(240,236,249)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB6E7 color. Also use rgb(186,182,231) instead hex code.

Text Font Color

.myTextColor { color: #BAB6E7; }

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

This text font color is #BAB6E7.

Background Color

.myBgColor { background-color: #BAB6E7; }

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

This div background color is #BAB6E7.

Border color

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

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

This div border color is #BAB6E7.

Opacity

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

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

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

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

This text has shadow with #BAB6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB6E7.

Preview

Color preview on black background

This text has color #BAB6E7 on black background.


Color preview on white background

This text has color #BAB6E7 on white background.


Black color preview on #BAB6E7 background

This text has black color on #BAB6E7 background.


White color preview on #BAB6E7 background

This text has white color on #BAB6E7 background.


Related colors

Complementary color

Complementary color for #hex is #454918.


I love getcolorcode.com

Triadic colors

1 #E7BAB6 and #B6E7BA with #BAB6E7 are triadic colors.

2 #E7B6BA and #B6BAE7 with #BAB6E7 are triadic colors.