COLOR #BAB7F0

HEX: #BAB7F0
RGB: (186,183,240)

Color info

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

RGB color model

#BAB7F0 color RGB value is (186,183,240).

  • red value is 186;
  • green value is 183;
  • blue value is 240.
RGB:
(186,183,240)
(73%,72%,94%)

RGB channels and saturation

R 186 of 255 = 73%
G 183 of 255 = 72%
B 240 of 255 = 94%

186
183
240

R + G + B ~ 80%. #BAB7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 183 + 240 = 609 (100%)
R 186 of 609 ~ 30.54%
G 183 of 609 ~ 30.05%
B 240 of 609 ~ 39.41%

%30.54
%30.05
%39.41

CMYK color model

#BAB7F0 color CMYK value is (23,24,0,6).

  • cyan value is 22.50%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(23,24,0,6)
C23M24Y0K6 
(23%,24%,0%,6%)
(0.23/0.24/0.00/0.06)	

CMYK percentages

%22.5
%23.75
%0
%5.88

Codes

Color #BAB7F0 in popluar color models

BAB7F0
RGB186183240
HSL243°65.52%82.94%
HSB/HSV243°23.75%94.12%
CMYK22.50%23.75%0.00%
5.88%

Color #BAB7F0 in popluar number systems.

HEXBAB7F0
Decimal186183240
Binary101110101011011111110000
Octal272267360

Shades and tints

Shades of #BAB7F0

#BAB7F0
(186,183,240)
#AAA7DB
(170,167,219)
#9A97C6
(154,151,198)
#8A87B1
(138,135,177)
#7A779C
(122,119,156)
#6A6787
(106,103,135)
#5A5772
(90,87,114)
#4A475D
(74,71,93)
#3A3748
(58,55,72)
#2A2733
(42,39,51)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #BAB7F0

#BAB7F0
(186,183,240)
#C0BDF1
(192,189,241)
#C6C3F2
(198,195,242)
#CCC9F3
(204,201,243)
#D2CFF4
(210,207,244)
#D8D5F5
(216,213,245)
#DEDBF6
(222,219,246)
#E4E1F7
(228,225,247)
#EAE7F8
(234,231,248)
#F0EDF9
(240,237,249)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB7F0 color. Also use rgb(186,183,240) instead hex code.

Text Font Color

.myTextColor { color: #BAB7F0; }

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

This text font color is #BAB7F0.


Background Color

.myBgColor { background-color: #BAB7F0; }

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

This div background color is #BAB7F0.


Border color

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

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

This div border color is #BAB7F0.


Opacity

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

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

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

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

This text has shadow with #BAB7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB7F0 on black background.


Color preview on white background

This text has color #BAB7F0 on white background.



Black color preview on #BAB7F0 background

This text has black color on #BAB7F0 background.


White color preview on #BAB7F0 background

This text has white color on #BAB7F0 background.