COLOR #BABEB7

HEX: #BABEB7
RGB: (186,190,183)

Color info

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

RGB color model

#BABEB7 color RGB value is (186,190,183).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 183 of 255 = 72%

186
190
183

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 183 = 559 (100%)
R 186 of 559 ~ 33.27%
G 190 of 559 ~ 33.99%
B 183 of 559 ~ 32.74%

%33.27
%33.99
%32.74

CMYK color model

#BABEB7 color CMYK value is (2,0,4,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(2,0,4,25)
C2M0Y4K25 
(2%,0%,4%,25%)
(0.02/0.00/0.04/0.25)	

CMYK percentages

%2.11
%0
%3.68
%25.49

Codes

Color #BABEB7 in popluar color models

BABEB7
RGB186190183
HSL94°5.11%73.14%
HSB/HSV94°3.68%74.51%
CMYK2.11%0.00%3.68%
25.49%

Color #BABEB7 in popluar number systems.

HEXBABEB7
Decimal186190183
Binary101110101011111010110111
Octal272276267

Shades and tints

Shades of #BABEB7

#BABEB7
(186,190,183)
#AAADA7
(170,173,167)
#9A9C97
(154,156,151)
#8A8B87
(138,139,135)
#7A7A77
(122,122,119)
#6A6967
(106,105,103)
#5A5857
(90,88,87)
#4A4747
(74,71,71)
#3A3637
(58,54,55)
#2A2527
(42,37,39)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #BABEB7

#BABEB7
(186,190,183)
#C0C3BD
(192,195,189)
#C6C8C3
(198,200,195)
#CCCDC9
(204,205,201)
#D2D2CF
(210,210,207)
#D8D7D5
(216,215,213)
#DEDCDB
(222,220,219)
#E4E1E1
(228,225,225)
#EAE6E7
(234,230,231)
#F0EBED
(240,235,237)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB7; }

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

This text font color is #BABEB7.


Background Color

.myBgColor { background-color: #BABEB7; }

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

This div background color is #BABEB7.


Border color

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

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

This div border color is #BABEB7.


Opacity

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

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

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

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

This text has shadow with #BABEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB7 on black background.


Color preview on white background

This text has color #BABEB7 on white background.



Black color preview on #BABEB7 background

This text has black color on #BABEB7 background.


White color preview on #BABEB7 background

This text has white color on #BABEB7 background.