COLOR #BAB8D8

HEX: #BAB8D8
RGB: (186,184,216)

Color info

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

RGB color model

#BAB8D8 color RGB value is (186,184,216).

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

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 216 of 255 = 85%

186
184
216

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

Portions of RGB colors in percentages

R + G + B =
186 + 184 + 216 = 586 (100%)
R 186 of 586 ~ 31.74%
G 184 of 586 ~ 31.4%
B 216 of 586 ~ 36.86%

%31.74
%31.4
%36.86

CMYK color model

#BAB8D8 color CMYK value is (14,15,0,15).

  • cyan value is 13.89%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(14,15,0,15)
C14M15Y0K15 
(14%,15%,0%,15%)
(0.14/0.15/0.00/0.15)	

CMYK percentages

%13.89
%14.81
%0
%15.29

Codes

Color #BAB8D8 in popluar color models

BAB8D8
RGB186184216
HSL244°29.09%78.43%
HSB/HSV244°14.81%84.71%
CMYK13.89%14.81%0.00%
15.29%

Color #BAB8D8 in popluar number systems.

HEXBAB8D8
Decimal186184216
Binary101110101011100011011000
Octal272270330

Shades and tints

Shades of #BAB8D8

#BAB8D8
(186,184,216)
#AAA8C5
(170,168,197)
#9A98B2
(154,152,178)
#8A889F
(138,136,159)
#7A788C
(122,120,140)
#6A6879
(106,104,121)
#5A5866
(90,88,102)
#4A4853
(74,72,83)
#3A3840
(58,56,64)
#2A282D
(42,40,45)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #BAB8D8

#BAB8D8
(186,184,216)
#C0BEDB
(192,190,219)
#C6C4DE
(198,196,222)
#CCCAE1
(204,202,225)
#D2D0E4
(210,208,228)
#D8D6E7
(216,214,231)
#DEDCEA
(222,220,234)
#E4E2ED
(228,226,237)
#EAE8F0
(234,232,240)
#F0EEF3
(240,238,243)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB8D8; }

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

This text font color is #BAB8D8.


Background Color

.myBgColor { background-color: #BAB8D8; }

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

This div background color is #BAB8D8.


Border color

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

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

This div border color is #BAB8D8.


Opacity

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

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

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

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

This text has shadow with #BAB8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB8D8 on black background.


Color preview on white background

This text has color #BAB8D8 on white background.



Black color preview on #BAB8D8 background

This text has black color on #BAB8D8 background.


White color preview on #BAB8D8 background

This text has white color on #BAB8D8 background.