COLOR #BABDB4

HEX: #BABDB4
RGB: (186,189,180)

Color info

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

RGB color model

#BABDB4 color RGB value is (186,189,180).

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

RGB channels and saturation

R 186 of 255 = 73%
G 189 of 255 = 74%
B 180 of 255 = 71%

186
189
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 189 + 180 = 555 (100%)
R 186 of 555 ~ 33.51%
G 189 of 555 ~ 34.05%
B 180 of 555 ~ 32.43%

%33.51
%34.05
%32.43

CMYK color model

#BABDB4 color CMYK value is (2,0,5,26).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(2,0,5,26)
C2M0Y5K26 
(2%,0%,5%,26%)
(0.02/0.00/0.05/0.26)	

CMYK percentages

%1.59
%0
%4.76
%25.88

Codes

Color #BABDB4 in popluar color models

BABDB4
RGB186189180
HSL80°6.38%72.35%
HSB/HSV80°4.76%74.12%
CMYK1.59%0.00%4.76%
25.88%

Color #BABDB4 in popluar number systems.

HEXBABDB4
Decimal186189180
Binary101110101011110110110100
Octal272275264

Shades and tints

Shades of #BABDB4

#BABDB4
(186,189,180)
#AAACA4
(170,172,164)
#9A9B94
(154,155,148)
#8A8A84
(138,138,132)
#7A7974
(122,121,116)
#6A6864
(106,104,100)
#5A5754
(90,87,84)
#4A4644
(74,70,68)
#3A3534
(58,53,52)
#2A2424
(42,36,36)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #BABDB4

#BABDB4
(186,189,180)
#C0C3BA
(192,195,186)
#C6C9C0
(198,201,192)
#CCCFC6
(204,207,198)
#D2D5CC
(210,213,204)
#D8DBD2
(216,219,210)
#DEE1D8
(222,225,216)
#E4E7DE
(228,231,222)
#EAEDE4
(234,237,228)
#F0F3EA
(240,243,234)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABDB4; }

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

This text font color is #BABDB4.


Background Color

.myBgColor { background-color: #BABDB4; }

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

This div background color is #BABDB4.


Border color

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

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

This div border color is #BABDB4.


Opacity

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

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

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

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

This text has shadow with #BABDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABDB4 on black background.


Color preview on white background

This text has color #BABDB4 on white background.



Black color preview on #BABDB4 background

This text has black color on #BABDB4 background.


White color preview on #BABDB4 background

This text has white color on #BABDB4 background.