COLOR #BABFDD

HEX: #BABFDD
RGB: (186,191,221)

Color info

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

RGB color model

#BABFDD color RGB value is (186,191,221).

  • red value is 186;
  • green value is 191;
  • blue value is 221.
RGB:
(186,191,221)
(73%,75%,87%)

RGB channels and saturation

R 186 of 255 = 73%
G 191 of 255 = 75%
B 221 of 255 = 87%

186
191
221

R + G + B ~ 78%. #BABFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 191 + 221 = 598 (100%)
R 186 of 598 ~ 31.1%
G 191 of 598 ~ 31.94%
B 221 of 598 ~ 36.96%

%31.1
%31.94
%36.96

CMYK color model

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

  • cyan value is 15.84%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(16,14,0,13)
C16M14Y0K13 
(16%,14%,0%,13%)
(0.16/0.14/0.00/0.13)	

CMYK percentages

%15.84
%13.57
%0
%13.33

Codes

Color #BABFDD in popluar color models

BABFDD
RGB186191221
HSL231°33.98%79.80%
HSB/HSV231°15.84%86.67%
CMYK15.84%13.57%0.00%
13.33%

Color #BABFDD in popluar number systems.

HEXBABFDD
Decimal186191221
Binary101110101011111111011101
Octal272277335

Shades and tints

Shades of #BABFDD

#BABFDD
(186,191,221)
#AAAEC9
(170,174,201)
#9A9DB5
(154,157,181)
#8A8CA1
(138,140,161)
#7A7B8D
(122,123,141)
#6A6A79
(106,106,121)
#5A5965
(90,89,101)
#4A4851
(74,72,81)
#3A373D
(58,55,61)
#2A2629
(42,38,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #BABFDD

#BABFDD
(186,191,221)
#C0C4E0
(192,196,224)
#C6C9E3
(198,201,227)
#CCCEE6
(204,206,230)
#D2D3E9
(210,211,233)
#D8D8EC
(216,216,236)
#DEDDEF
(222,221,239)
#E4E2F2
(228,226,242)
#EAE7F5
(234,231,245)
#F0ECF8
(240,236,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABFDD color. Also use rgb(186,191,221) instead hex code.

Text Font Color

.myTextColor { color: #BABFDD; }

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

This text font color is #BABFDD.


Background Color

.myBgColor { background-color: #BABFDD; }

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

This div background color is #BABFDD.


Border color

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

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

This div border color is #BABFDD.


Opacity

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

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

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

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

This text has shadow with #BABFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABFDD on black background.


Color preview on white background

This text has color #BABFDD on white background.



Black color preview on #BABFDD background

This text has black color on #BABFDD background.


White color preview on #BABFDD background

This text has white color on #BABFDD background.