COLOR #BABEB4

HEX: #BABEB4
RGB: (186,190,180)

Color info

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

RGB color model

#BABEB4 color RGB value is (186,190,180).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 180 of 255 = 71%

186
190
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 180 = 556 (100%)
R 186 of 556 ~ 33.45%
G 190 of 556 ~ 34.17%
B 180 of 556 ~ 32.37%

%33.45
%34.17
%32.37

CMYK color model

#BABEB4 color CMYK value is (2,0,5,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(2,0,5,25)
C2M0Y5K25 
(2%,0%,5%,25%)
(0.02/0.00/0.05/0.25)	

CMYK percentages

%2.11
%0
%5.26
%25.49

Codes

Color #BABEB4 in popluar color models

BABEB4
RGB186190180
HSL84°7.14%72.55%
HSB/HSV84°5.26%74.51%
CMYK2.11%0.00%5.26%
25.49%

Color #BABEB4 in popluar number systems.

HEXBABEB4
Decimal186190180
Binary101110101011111010110100
Octal272276264

Shades and tints

Shades of #BABEB4

#BABEB4
(186,190,180)
#AAADA4
(170,173,164)
#9A9C94
(154,156,148)
#8A8B84
(138,139,132)
#7A7A74
(122,122,116)
#6A6964
(106,105,100)
#5A5854
(90,88,84)
#4A4744
(74,71,68)
#3A3634
(58,54,52)
#2A2524
(42,37,36)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BABEB4

#BABEB4
(186,190,180)
#C0C3BA
(192,195,186)
#C6C8C0
(198,200,192)
#CCCDC6
(204,205,198)
#D2D2CC
(210,210,204)
#D8D7D2
(216,215,210)
#DEDCD8
(222,220,216)
#E4E1DE
(228,225,222)
#EAE6E4
(234,230,228)
#F0EBEA
(240,235,234)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB4; }

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

This text font color is #BABEB4.


Background Color

.myBgColor { background-color: #BABEB4; }

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

This div background color is #BABEB4.


Border color

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

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

This div border color is #BABEB4.


Opacity

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

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

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

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

This text has shadow with #BABEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB4 on black background.


Color preview on white background

This text has color #BABEB4 on white background.



Black color preview on #BABEB4 background

This text has black color on #BABEB4 background.


White color preview on #BABEB4 background

This text has white color on #BABEB4 background.