COLOR #BAB8D7

HEX: #BAB8D7
RGB: (186,184,215)

Color info

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

RGB color model

#BAB8D7 color RGB value is (186,184,215).

  • red value is 186;
  • green value is 184;
  • blue value is 215.
RGB:
(186,184,215)
(73%,72%,84%)

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 215 of 255 = 84%

186
184
215

R + G + B ~ 76%. #BAB8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 184 + 215 = 585 (100%)
R 186 of 585 ~ 31.79%
G 184 of 585 ~ 31.45%
B 215 of 585 ~ 36.75%

%31.79
%31.45
%36.75

CMYK color model

#BAB8D7 color CMYK value is (13,14,0,16).

  • cyan value is 13.49%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,14,0,16)
C13M14Y0K16 
(13%,14%,0%,16%)
(0.13/0.14/0.00/0.16)	

CMYK percentages

%13.49
%14.42
%0
%15.69

Codes

Color #BAB8D7 in popluar color models

BAB8D7
RGB186184215
HSL244°27.93%78.24%
HSB/HSV244°14.42%84.31%
CMYK13.49%14.42%0.00%
15.69%

Color #BAB8D7 in popluar number systems.

HEXBAB8D7
Decimal186184215
Binary101110101011100011010111
Octal272270327

Shades and tints

Shades of #BAB8D7

#BAB8D7
(186,184,215)
#AAA8C4
(170,168,196)
#9A98B1
(154,152,177)
#8A889E
(138,136,158)
#7A788B
(122,120,139)
#6A6878
(106,104,120)
#5A5865
(90,88,101)
#4A4852
(74,72,82)
#3A383F
(58,56,63)
#2A282C
(42,40,44)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #BAB8D7

#BAB8D7
(186,184,215)
#C0BEDA
(192,190,218)
#C6C4DD
(198,196,221)
#CCCAE0
(204,202,224)
#D2D0E3
(210,208,227)
#D8D6E6
(216,214,230)
#DEDCE9
(222,220,233)
#E4E2EC
(228,226,236)
#EAE8EF
(234,232,239)
#F0EEF2
(240,238,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAB8D7 color. Also use rgb(186,184,215) instead hex code.

Text Font Color

.myTextColor { color: #BAB8D7; }

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

This text font color is #BAB8D7.


Background Color

.myBgColor { background-color: #BAB8D7; }

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

This div background color is #BAB8D7.


Border color

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

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

This div border color is #BAB8D7.


Opacity

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

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

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

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

This text has shadow with #BAB8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB8D7 on black background.


Color preview on white background

This text has color #BAB8D7 on white background.



Black color preview on #BAB8D7 background

This text has black color on #BAB8D7 background.


White color preview on #BAB8D7 background

This text has white color on #BAB8D7 background.