COLOR #BAB1E3

HEX: #BAB1E3 RGB: (186,177,227)

Color info

#BAB1E3 contains red, green and blue colors in about the same proportion. Web safe color of #BAB1E3 is #CC99CC (or #C9C).

RGB color model

#BAB1E3 color RGB value is (186,177,227).

RGB: (186,177,227) (73%, 69%, 89%)

RGB channels and saturation

R 186 of 255 = 73%
G 177 of 255 = 69%
B 227 of 255 = 89%

186
177
227

R + G + B ~ 77%. #BAB1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 177 + 227 = 590 (100%)
R 186 of 590 ~ 31.53%
G 177 of 590 ~ 30%
B 227 of 590 ~ 38.47'%

%31.53
%30
%38.47

CMYK color model

#BAB1E3 color CMYK value is (18,22,0,11).

  • cyan value is 18.06%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (18,22,0,11) C18M22Y0K11 (18%,22%,0%,11%) (0.18/0.22/0.00/0.11) 

CMYK percentages

%18.06
%22.03
%0
%10.98

Codes

Color #BAB1E3 in popluar color models

BA B1 E3
RGB 186 177 227
HSL 251° 47.17% 79.22%
HSB/HSV 251° 22.03% 89.02%
CMYK 18.06% 22.03% 0.00%
10.98%

Color #BAB1E3 in popluar number systems.

HEX BA B1 E3
Decimal 186 177 227
Binary 10111010 10110001 11100011
Octal 272 261 343

Shades and tints

Shades of #BAB1E3

#BAB1E3
(186,177,227)
#AAA1CF
(170,161,207)
#9A91BB
(154,145,187)
#8A81A7
(138,129,167)
#7A7193
(122,113,147)
#6A617F
(106,97,127)
#5A516B
(90,81,107)
#4A4157
(74,65,87)
#3A3143
(58,49,67)
#2A212F
(42,33,47)
#1A111B
(26,17,27)
#000000
(0,0,0)

Tints of #BAB1E3

#BAB1E3
(186,177,227)
#C0B8E5
(192,184,229)
#C6BFE7
(198,191,231)
#CCC6E9
(204,198,233)
#D2CDEB
(210,205,235)
#D8D4ED
(216,212,237)
#DEDBEF
(222,219,239)
#E4E2F1
(228,226,241)
#EAE9F3
(234,233,243)
#F0F0F5
(240,240,245)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB1E3 color. Also use rgb(186,177,227) instead hex code.

Text Font Color

.myTextColor { color: #BAB1E3; }

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

This text font color is #BAB1E3.

Background Color

.myBgColor { background-color: #BAB1E3; }

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

This div background color is #BAB1E3.

Border color

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

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

This div border color is #BAB1E3.

Opacity

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

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

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

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

This text has shadow with #BAB1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAB1E3.

Preview

Color preview on black background

This text has color #BAB1E3 on black background.


Color preview on white background

This text has color #BAB1E3 on white background.


Black color preview on #BAB1E3 background

This text has black color on #BAB1E3 background.


White color preview on #BAB1E3 background

This text has white color on #BAB1E3 background.


Related colors

Complementary color

Complementary color for #hex is #454E1C.


I love getcolorcode.com

Triadic colors

1 #E3BAB1 and #B1E3BA with #BAB1E3 are triadic colors.

2 #E3B1BA and #B1BAE3 with #BAB1E3 are triadic colors.