COLOR #BABEB6

HEX: #BABEB6
RGB: (186,190,182)

Color info

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

RGB color model

#BABEB6 color RGB value is (186,190,182).

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

RGB channels and saturation

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

186
190
182

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 182 = 558 (100%)
R 186 of 558 ~ 33.33%
G 190 of 558 ~ 34.05%
B 182 of 558 ~ 32.62%

%33.33
%34.05
%32.62

CMYK color model

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

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

Codes

Color #BABEB6 in popluar color models

BABEB6
RGB186190182
HSL90°5.80%72.94%
HSB/HSV90°4.21%74.51%
CMYK2.11%0.00%4.21%
25.49%

Color #BABEB6 in popluar number systems.

HEXBABEB6
Decimal186190182
Binary101110101011111010110110
Octal272276266

Shades and tints

Shades of #BABEB6

#BABEB6
(186,190,182)
#AAADA6
(170,173,166)
#9A9C96
(154,156,150)
#8A8B86
(138,139,134)
#7A7A76
(122,122,118)
#6A6966
(106,105,102)
#5A5856
(90,88,86)
#4A4746
(74,71,70)
#3A3636
(58,54,54)
#2A2526
(42,37,38)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BABEB6

#BABEB6
(186,190,182)
#C0C3BC
(192,195,188)
#C6C8C2
(198,200,194)
#CCCDC8
(204,205,200)
#D2D2CE
(210,210,206)
#D8D7D4
(216,215,212)
#DEDCDA
(222,220,218)
#E4E1E0
(228,225,224)
#EAE6E6
(234,230,230)
#F0EBEC
(240,235,236)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB6; }

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

This text font color is #BABEB6.


Background Color

.myBgColor { background-color: #BABEB6; }

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

This div background color is #BABEB6.


Border color

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

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

This div border color is #BABEB6.


Opacity

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

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

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

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

This text has shadow with #BABEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB6 on black background.


Color preview on white background

This text has color #BABEB6 on white background.



Black color preview on #BABEB6 background

This text has black color on #BABEB6 background.


White color preview on #BABEB6 background

This text has white color on #BABEB6 background.