COLOR #BABEC1

HEX: #BABEC1
RGB: (186,190,193)

Color info

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

RGB color model

#BABEC1 color RGB value is (186,190,193).

  • red value is 186;
  • green value is 190;
  • blue value is 193.
RGB:
(186,190,193)
(73%,75%,76%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 193 of 255 = 76%

186
190
193

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 193 = 569 (100%)
R 186 of 569 ~ 32.69%
G 190 of 569 ~ 33.39%
B 193 of 569 ~ 33.92%

%32.69
%33.39
%33.92

CMYK color model

#BABEC1 color CMYK value is (4,2,0,24).

  • cyan value is 3.63%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(4,2,0,24)
C4M2Y0K24 
(4%,2%,0%,24%)
(0.04/0.02/0.00/0.24)	

CMYK percentages

%3.63
%1.55
%0
%24.31

Codes

Color #BABEC1 in popluar color models

BABEC1
RGB186190193
HSL206°5.34%74.31%
HSB/HSV206°3.63%75.69%
CMYK3.63%1.55%0.00%
24.31%

Color #BABEC1 in popluar number systems.

HEXBABEC1
Decimal186190193
Binary101110101011111011000001
Octal272276301

Shades and tints

Shades of #BABEC1

#BABEC1
(186,190,193)
#AAADB0
(170,173,176)
#9A9C9F
(154,156,159)
#8A8B8E
(138,139,142)
#7A7A7D
(122,122,125)
#6A696C
(106,105,108)
#5A585B
(90,88,91)
#4A474A
(74,71,74)
#3A3639
(58,54,57)
#2A2528
(42,37,40)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BABEC1

#BABEC1
(186,190,193)
#C0C3C6
(192,195,198)
#C6C8CB
(198,200,203)
#CCCDD0
(204,205,208)
#D2D2D5
(210,210,213)
#D8D7DA
(216,215,218)
#DEDCDF
(222,220,223)
#E4E1E4
(228,225,228)
#EAE6E9
(234,230,233)
#F0EBEE
(240,235,238)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEC1; }

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

This text font color is #BABEC1.


Background Color

.myBgColor { background-color: #BABEC1; }

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

This div background color is #BABEC1.


Border color

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

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

This div border color is #BABEC1.


Opacity

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

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

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

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

This text has shadow with #BABEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEC1 on black background.


Color preview on white background

This text has color #BABEC1 on white background.



Black color preview on #BABEC1 background

This text has black color on #BABEC1 background.


White color preview on #BABEC1 background

This text has white color on #BABEC1 background.