COLOR #BABCC3

HEX: #BABCC3 RGB: (186,188,195)

Color info

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

RGB color model

#BABCC3 color RGB value is (186,188,195).

RGB: (186,188,195) (73%, 74%, 76%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 195 of 255 = 76%

186
188
195

R + G + B ~ 74%. #BABCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 188 + 195 = 569 (100%)
R 186 of 569 ~ 32.69%
G 188 of 569 ~ 33.04%
B 195 of 569 ~ 34.27'%

%32.69
%33.04
%34.27

CMYK color model

#BABCC3 color CMYK value is (5,4,0,24).

  • cyan value is 4.62%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (5,4,0,24)
C5M4Y0K24 (5%, 4%, 0%, 24%)
(0.05 / 0.04 / 0.00 / 0.24)

CMYK percentages

%4.62
%3.59
%0
%23.53

Codes

Color #BABCC3 in popluar color models

BA BC C3
RGB 186 188 195
HSL 227° 6.98% 74.71%
HSB/HSV 227° 4.62% 76.47%
CMYK 4.62% 3.59% 0.00%
23.53%

Color #BABCC3 in popluar number systems.

HEX BA BC C3
Decimal 186 188 195
Binary 10111010 10111100 11000011
Octal 272 274 303

Shades and tints

Shades of #BABCC3

#BABCC3
(186,188,195)
#AAABB2
(170,171,178)
#9A9AA1
(154,154,161)
#8A8990
(138,137,144)
#7A787F
(122,120,127)
#6A676E
(106,103,110)
#5A565D
(90,86,93)
#4A454C
(74,69,76)
#3A343B
(58,52,59)
#2A232A
(42,35,42)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #BABCC3

#BABCC3
(186,188,195)
#C0C2C8
(192,194,200)
#C6C8CD
(198,200,205)
#CCCED2
(204,206,210)
#D2D4D7
(210,212,215)
#D8DADC
(216,218,220)
#DEE0E1
(222,224,225)
#E4E6E6
(228,230,230)
#EAECEB
(234,236,235)
#F0F2F0
(240,242,240)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABCC3 color. Also use rgb(186,188,195) instead hex code.

Text Font Color

.myTextColor { color: #BABCC3; }

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

This text font color is #BABCC3.

Background Color

.myBgColor { background-color: #BABCC3; }

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

This div background color is #BABCC3.

Border color

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

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

This div border color is #BABCC3.

Opacity

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

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

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

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

This text has shadow with #BABCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABCC3.

Preview

Color preview on black background

This text has color #BABCC3 on black background.


Color preview on white background

This text has color #BABCC3 on white background.


Black color preview on #BABCC3 background

This text has black color on #BABCC3 background.


White color preview on #BABCC3 background

This text has white color on #BABCC3 background.


Related colors

Complementary color

Complementary color for #hex is #45433C.


I love getcolorcode.com

Triadic colors

1 #C3BABC and #BCC3BA with #BABCC3 are triadic colors.

2 #C3BCBA and #BCBAC3 with #BABCC3 are triadic colors.