COLOR #BAB8DE

HEX: #BAB8DE
RGB: (186,184,222)

Color info

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

RGB color model

#BAB8DE color RGB value is (186,184,222).

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

RGB channels and saturation

R 186 of 255 = 73%
G 184 of 255 = 72%
B 222 of 255 = 87%

186
184
222

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

Portions of RGB colors in percentages

R + G + B =
186 + 184 + 222 = 592 (100%)
R 186 of 592 ~ 31.42%
G 184 of 592 ~ 31.08%
B 222 of 592 ~ 37.5%

%31.42
%31.08
%37.5

CMYK color model

#BAB8DE color CMYK value is (16,17,0,13).

  • cyan value is 16.22%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(16,17,0,13)
C16M17Y0K13 
(16%,17%,0%,13%)
(0.16/0.17/0.00/0.13)	

CMYK percentages

%16.22
%17.12
%0
%12.94

Codes

Color #BAB8DE in popluar color models

BAB8DE
RGB186184222
HSL243°36.54%79.61%
HSB/HSV243°17.12%87.06%
CMYK16.22%17.12%0.00%
12.94%

Color #BAB8DE in popluar number systems.

HEXBAB8DE
Decimal186184222
Binary101110101011100011011110
Octal272270336

Shades and tints

Shades of #BAB8DE

#BAB8DE
(186,184,222)
#AAA8CA
(170,168,202)
#9A98B6
(154,152,182)
#8A88A2
(138,136,162)
#7A788E
(122,120,142)
#6A687A
(106,104,122)
#5A5866
(90,88,102)
#4A4852
(74,72,82)
#3A383E
(58,56,62)
#2A282A
(42,40,42)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #BAB8DE

#BAB8DE
(186,184,222)
#C0BEE1
(192,190,225)
#C6C4E4
(198,196,228)
#CCCAE7
(204,202,231)
#D2D0EA
(210,208,234)
#D8D6ED
(216,214,237)
#DEDCF0
(222,220,240)
#E4E2F3
(228,226,243)
#EAE8F6
(234,232,246)
#F0EEF9
(240,238,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAB8DE; }

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

This text font color is #BAB8DE.


Background Color

.myBgColor { background-color: #BAB8DE; }

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

This div background color is #BAB8DE.


Border color

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

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

This div border color is #BAB8DE.


Opacity

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

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

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

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

This text has shadow with #BAB8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAB8DE on black background.


Color preview on white background

This text has color #BAB8DE on white background.



Black color preview on #BAB8DE background

This text has black color on #BAB8DE background.


White color preview on #BAB8DE background

This text has white color on #BAB8DE background.