COLOR #BABDCE

HEX: #BABDCE
RGB: (186,189,206)

Color info

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

RGB color model

#BABDCE color RGB value is (186,189,206).

  • red value is 186;
  • green value is 189;
  • blue value is 206.
RGB:
(186,189,206)
(73%,74%,81%)

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 206 of 255 = 81%

186
189
206

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

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 206 = 581 (100%)
R 186 of 581 ~ 32.01%
G 189 of 581 ~ 32.53%
B 206 of 581 ~ 35.46%

%32.01
%32.53
%35.46

CMYK color model

#BABDCE color CMYK value is (10,8,0,19).

  • cyan value is 9.71%
  • magenta value is 8.25%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,8,0,19)
C10M8Y0K19 
(10%,8%,0%,19%)
(0.10/0.08/0.00/0.19)	

CMYK percentages

%9.71
%8.25
%0
%19.22

Codes

Color #BABDCE in popluar color models

BABDCE
RGB186189206
HSL231°16.95%76.86%
HSB/HSV231°9.71%80.78%
CMYK9.71%8.25%0.00%
19.22%

Color #BABDCE in popluar number systems.

HEXBABDCE
Decimal186189206
Binary101110101011110111001110
Octal272275316

Shades and tints

Shades of #BABDCE

#BABDCE
(186,189,206)
#AAACBC
(170,172,188)
#9A9BAA
(154,155,170)
#8A8A98
(138,138,152)
#7A7986
(122,121,134)
#6A6874
(106,104,116)
#5A5762
(90,87,98)
#4A4650
(74,70,80)
#3A353E
(58,53,62)
#2A242C
(42,36,44)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #BABDCE

#BABDCE
(186,189,206)
#C0C3D2
(192,195,210)
#C6C9D6
(198,201,214)
#CCCFDA
(204,207,218)
#D2D5DE
(210,213,222)
#D8DBE2
(216,219,226)
#DEE1E6
(222,225,230)
#E4E7EA
(228,231,234)
#EAEDEE
(234,237,238)
#F0F3F2
(240,243,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDCE; }

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

This text font color is #BABDCE.


Background Color

.myBgColor { background-color: #BABDCE; }

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

This div background color is #BABDCE.


Border color

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

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

This div border color is #BABDCE.


Opacity

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

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

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

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

This text has shadow with #BABDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABDCE on black background.


Color preview on white background

This text has color #BABDCE on white background.



Black color preview on #BABDCE background

This text has black color on #BABDCE background.


White color preview on #BABDCE background

This text has white color on #BABDCE background.