COLOR #BABCB7

HEX: #BABCB7
RGB: (186,188,183)

Color info

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

RGB color model

#BABCB7 color RGB value is (186,188,183).

  • red value is 186;
  • green value is 188;
  • blue value is 183.
RGB:
(186,188,183)
(73%,74%,72%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 183 of 255 = 72%

186
188
183

R + G + B ~ 73%. #BABCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 188 + 183 = 557 (100%)
R 186 of 557 ~ 33.39%
G 188 of 557 ~ 33.75%
B 183 of 557 ~ 32.85%

%33.39
%33.75
%32.85

CMYK color model

#BABCB7 color CMYK value is (1,0,3,26).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK:
(1,0,3,26)
C1M0Y3K26 
(1%,0%,3%,26%)
(0.01/0.00/0.03/0.26)	

CMYK percentages

%1.06
%0
%2.66
%26.27

Codes

Color #BABCB7 in popluar color models

BABCB7
RGB186188183
HSL84°3.60%72.75%
HSB/HSV84°2.66%73.73%
CMYK1.06%0.00%2.66%
26.27%

Color #BABCB7 in popluar number systems.

HEXBABCB7
Decimal186188183
Binary101110101011110010110111
Octal272274267

Shades and tints

Shades of #BABCB7

#BABCB7
(186,188,183)
#AAABA7
(170,171,167)
#9A9A97
(154,154,151)
#8A8987
(138,137,135)
#7A7877
(122,120,119)
#6A6767
(106,103,103)
#5A5657
(90,86,87)
#4A4547
(74,69,71)
#3A3437
(58,52,55)
#2A2327
(42,35,39)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #BABCB7

#BABCB7
(186,188,183)
#C0C2BD
(192,194,189)
#C6C8C3
(198,200,195)
#CCCEC9
(204,206,201)
#D2D4CF
(210,212,207)
#D8DAD5
(216,218,213)
#DEE0DB
(222,224,219)
#E4E6E1
(228,230,225)
#EAECE7
(234,236,231)
#F0F2ED
(240,242,237)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABCB7; }

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

This text font color is #BABCB7.


Background Color

.myBgColor { background-color: #BABCB7; }

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

This div background color is #BABCB7.


Border color

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

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

This div border color is #BABCB7.


Opacity

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

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

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

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

This text has shadow with #BABCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABCB7 on black background.


Color preview on white background

This text has color #BABCB7 on white background.



Black color preview on #BABCB7 background

This text has black color on #BABCB7 background.


White color preview on #BABCB7 background

This text has white color on #BABCB7 background.