COLOR #BABEB5

HEX: #BABEB5
RGB: (186,190,181)

Color info

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

RGB color model

#BABEB5 color RGB value is (186,190,181).

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

RGB channels and saturation

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

186
190
181

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 181 = 557 (100%)
R 186 of 557 ~ 33.39%
G 190 of 557 ~ 34.11%
B 181 of 557 ~ 32.5%

%33.39
%34.11
%32.5

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • 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
%4.74
%25.49

Codes

Color #BABEB5 in popluar color models

BABEB5
RGB186190181
HSL87°6.47%72.75%
HSB/HSV87°4.74%74.51%
CMYK2.11%0.00%4.74%
25.49%

Color #BABEB5 in popluar number systems.

HEXBABEB5
Decimal186190181
Binary101110101011111010110101
Octal272276265

Shades and tints

Shades of #BABEB5

#BABEB5
(186,190,181)
#AAADA5
(170,173,165)
#9A9C95
(154,156,149)
#8A8B85
(138,139,133)
#7A7A75
(122,122,117)
#6A6965
(106,105,101)
#5A5855
(90,88,85)
#4A4745
(74,71,69)
#3A3635
(58,54,53)
#2A2525
(42,37,37)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #BABEB5

#BABEB5
(186,190,181)
#C0C3BB
(192,195,187)
#C6C8C1
(198,200,193)
#CCCDC7
(204,205,199)
#D2D2CD
(210,210,205)
#D8D7D3
(216,215,211)
#DEDCD9
(222,220,217)
#E4E1DF
(228,225,223)
#EAE6E5
(234,230,229)
#F0EBEB
(240,235,235)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB5; }

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

This text font color is #BABEB5.


Background Color

.myBgColor { background-color: #BABEB5; }

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

This div background color is #BABEB5.


Border color

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

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

This div border color is #BABEB5.


Opacity

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

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

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

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

This text has shadow with #BABEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB5 on black background.


Color preview on white background

This text has color #BABEB5 on white background.



Black color preview on #BABEB5 background

This text has black color on #BABEB5 background.


White color preview on #BABEB5 background

This text has white color on #BABEB5 background.