COLOR #BABEB0

HEX: #BABEB0
RGB: (186,190,176)

Color info

#BABEB0 contains red, green and blue colors in about the same proportion. Web safe color of #BABEB0 is #CCCC99 (or #CC9).

RGB color model

#BABEB0 color RGB value is (186,190,176).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 176 of 255 = 69%

186
190
176

R + G + B ~ 72%. #BABEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 176 = 552 (100%)
R 186 of 552 ~ 33.7%
G 190 of 552 ~ 34.42%
B 176 of 552 ~ 31.88%

%33.7
%34.42
%31.88

CMYK color model

#BABEB0 color CMYK value is (2,0,7,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(2,0,7,25)
C2M0Y7K25 
(2%,0%,7%,25%)
(0.02/0.00/0.07/0.25)	

CMYK percentages

%2.11
%0
%7.37
%25.49

Codes

Color #BABEB0 in popluar color models

BABEB0
RGB186190176
HSL77°9.72%71.76%
HSB/HSV77°7.37%74.51%
CMYK2.11%0.00%7.37%
25.49%

Color #BABEB0 in popluar number systems.

HEXBABEB0
Decimal186190176
Binary101110101011111010110000
Octal272276260

Shades and tints

Shades of #BABEB0

#BABEB0
(186,190,176)
#AAADA0
(170,173,160)
#9A9C90
(154,156,144)
#8A8B80
(138,139,128)
#7A7A70
(122,122,112)
#6A6960
(106,105,96)
#5A5850
(90,88,80)
#4A4740
(74,71,64)
#3A3630
(58,54,48)
#2A2520
(42,37,32)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #BABEB0

#BABEB0
(186,190,176)
#C0C3B7
(192,195,183)
#C6C8BE
(198,200,190)
#CCCDC5
(204,205,197)
#D2D2CC
(210,210,204)
#D8D7D3
(216,215,211)
#DEDCDA
(222,220,218)
#E4E1E1
(228,225,225)
#EAE6E8
(234,230,232)
#F0EBEF
(240,235,239)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB0; }

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

This text font color is #BABEB0.


Background Color

.myBgColor { background-color: #BABEB0; }

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

This div background color is #BABEB0.


Border color

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

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

This div border color is #BABEB0.


Opacity

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

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

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

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

This text has shadow with #BABEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB0 on black background.


Color preview on white background

This text has color #BABEB0 on white background.



Black color preview on #BABEB0 background

This text has black color on #BABEB0 background.


White color preview on #BABEB0 background

This text has white color on #BABEB0 background.