COLOR #BABEC6

HEX: #BABEC6 RGB: (186,190,198)

Color info

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

RGB color model

#BABEC6 color RGB value is (186,190,198).

RGB: (186,190,198) (73%, 75%, 78%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 198 of 255 = 78%

186
190
198

R + G + B ~ 75%. #BABEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 190 + 198 = 574 (100%)
R 186 of 574 ~ 32.4%
G 190 of 574 ~ 33.1%
B 198 of 574 ~ 34.49'%

%32.4
%33.1
%34.49

CMYK color model

#BABEC6 color CMYK value is (6,4,0,22).

  • cyan value is 6.06%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (6,4,0,22) C6M4Y0K22 (6%,4%,0%,22%) (0.06/0.04/0.00/0.22) 

CMYK percentages

%6.06
%4.04
%0
%22.35

Codes

Color #BABEC6 in popluar color models

BA BE C6
RGB 186 190 198
HSL 220° 9.52% 75.29%
HSB/HSV 220° 6.06% 77.65%
CMYK 6.06% 4.04% 0.00%
22.35%

Color #BABEC6 in popluar number systems.

HEX BA BE C6
Decimal 186 190 198
Binary 10111010 10111110 11000110
Octal 272 276 306

Shades and tints

Shades of #BABEC6

#BABEC6
(186,190,198)
#AAADB4
(170,173,180)
#9A9CA2
(154,156,162)
#8A8B90
(138,139,144)
#7A7A7E
(122,122,126)
#6A696C
(106,105,108)
#5A585A
(90,88,90)
#4A4748
(74,71,72)
#3A3636
(58,54,54)
#2A2524
(42,37,36)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #BABEC6

#BABEC6
(186,190,198)
#C0C3CB
(192,195,203)
#C6C8D0
(198,200,208)
#CCCDD5
(204,205,213)
#D2D2DA
(210,210,218)
#D8D7DF
(216,215,223)
#DEDCE4
(222,220,228)
#E4E1E9
(228,225,233)
#EAE6EE
(234,230,238)
#F0EBF3
(240,235,243)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABEC6 color. Also use rgb(186,190,198) instead hex code.

Text Font Color

.myTextColor { color: #BABEC6; }

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

This text font color is #BABEC6.

Background Color

.myBgColor { background-color: #BABEC6; }

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

This div background color is #BABEC6.

Border color

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

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

This div border color is #BABEC6.

Opacity

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

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

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

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

This text has shadow with #BABEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABEC6.

Preview

Color preview on black background

This text has color #BABEC6 on black background.


Color preview on white background

This text has color #BABEC6 on white background.


Black color preview on #BABEC6 background

This text has black color on #BABEC6 background.


White color preview on #BABEC6 background

This text has white color on #BABEC6 background.


Related colors

Complementary color

Complementary color for #hex is #454139.


I love getcolorcode.com

Triadic colors

1 #C6BABE and #BEC6BA with #BABEC6 are triadic colors.

2 #C6BEBA and #BEBAC6 with #BABEC6 are triadic colors.