COLOR #BABDE1

HEX: #BABDE1 RGB: (186,189,225)

Color info

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

RGB color model

#BABDE1 color RGB value is (186,189,225).

RGB: (186,189,225) (73%, 74%, 88%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 225 of 255 = 88%

186
189
225

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

Portions of RGB colors in percentages

R + G + B = 186 + 189 + 225 = 600 (100%)
R 186 of 600 ~ 31%
G 189 of 600 ~ 31.5%
B 225 of 600 ~ 37.5'%

%31
%31.5
%37.5

CMYK color model

#BABDE1 color CMYK value is (17,16,0,12).

  • cyan value is 17.33%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (17,16,0,12)
C17M16Y0K12 (17%, 16%, 0%, 12%)
(0.17 / 0.16 / 0.00 / 0.12)

CMYK percentages

%17.33
%16
%0
%11.76

Codes

Color #BABDE1 in popluar color models

BA BD E1
RGB 186 189 225
HSL 235° 39.39% 80.59%
HSB/HSV 235° 17.33% 88.24%
CMYK 17.33% 16.00% 0.00%
11.76%

Color #BABDE1 in popluar number systems.

HEX BA BD E1
Decimal 186 189 225
Binary 10111010 10111101 11100001
Octal 272 275 341

Shades and tints

Shades of #BABDE1

#BABDE1
(186,189,225)
#AAACCD
(170,172,205)
#9A9BB9
(154,155,185)
#8A8AA5
(138,138,165)
#7A7991
(122,121,145)
#6A687D
(106,104,125)
#5A5769
(90,87,105)
#4A4655
(74,70,85)
#3A3541
(58,53,65)
#2A242D
(42,36,45)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #BABDE1

#BABDE1
(186,189,225)
#C0C3E3
(192,195,227)
#C6C9E5
(198,201,229)
#CCCFE7
(204,207,231)
#D2D5E9
(210,213,233)
#D8DBEB
(216,219,235)
#DEE1ED
(222,225,237)
#E4E7EF
(228,231,239)
#EAEDF1
(234,237,241)
#F0F3F3
(240,243,243)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABDE1 color. Also use rgb(186,189,225) instead hex code.

Text Font Color

.myTextColor { color: #BABDE1; }

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

This text font color is #BABDE1.

Background Color

.myBgColor { background-color: #BABDE1; }

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

This div background color is #BABDE1.

Border color

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

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

This div border color is #BABDE1.

Opacity

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

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

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

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

This text has shadow with #BABDE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABDE1.

Preview

Color preview on black background

This text has color #BABDE1 on black background.


Color preview on white background

This text has color #BABDE1 on white background.


Black color preview on #BABDE1 background

This text has black color on #BABDE1 background.


White color preview on #BABDE1 background

This text has white color on #BABDE1 background.


Related colors

Complementary color

Complementary color for #hex is #45421E.


I love getcolorcode.com

Triadic colors

1 #E1BABD and #BDE1BA with #BABDE1 are triadic colors.

2 #E1BDBA and #BDBAE1 with #BABDE1 are triadic colors.