COLOR #BABEB3

HEX: #BABEB3
RGB: (186,190,179)

Color info

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

RGB color model

#BABEB3 color RGB value is (186,190,179).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 179 of 255 = 70%

186
190
179

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

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 179 = 555 (100%)
R 186 of 555 ~ 33.51%
G 190 of 555 ~ 34.23%
B 179 of 555 ~ 32.25%

%33.51
%34.23
%32.25

CMYK color model

#BABEB3 color CMYK value is (2,0,6,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(2,0,6,25)
C2M0Y6K25 
(2%,0%,6%,25%)
(0.02/0.00/0.06/0.25)	

CMYK percentages

%2.11
%0
%5.79
%25.49

Codes

Color #BABEB3 in popluar color models

BABEB3
RGB186190179
HSL82°7.80%72.35%
HSB/HSV82°5.79%74.51%
CMYK2.11%0.00%5.79%
25.49%

Color #BABEB3 in popluar number systems.

HEXBABEB3
Decimal186190179
Binary101110101011111010110011
Octal272276263

Shades and tints

Shades of #BABEB3

#BABEB3
(186,190,179)
#AAADA3
(170,173,163)
#9A9C93
(154,156,147)
#8A8B83
(138,139,131)
#7A7A73
(122,122,115)
#6A6963
(106,105,99)
#5A5853
(90,88,83)
#4A4743
(74,71,67)
#3A3633
(58,54,51)
#2A2523
(42,37,35)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #BABEB3

#BABEB3
(186,190,179)
#C0C3B9
(192,195,185)
#C6C8BF
(198,200,191)
#CCCDC5
(204,205,197)
#D2D2CB
(210,210,203)
#D8D7D1
(216,215,209)
#DEDCD7
(222,220,215)
#E4E1DD
(228,225,221)
#EAE6E3
(234,230,227)
#F0EBE9
(240,235,233)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABEB3; }

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

This text font color is #BABEB3.


Background Color

.myBgColor { background-color: #BABEB3; }

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

This div background color is #BABEB3.


Border color

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

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

This div border color is #BABEB3.


Opacity

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

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

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

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

This text has shadow with #BABEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABEB3 on black background.


Color preview on white background

This text has color #BABEB3 on white background.



Black color preview on #BABEB3 background

This text has black color on #BABEB3 background.


White color preview on #BABEB3 background

This text has white color on #BABEB3 background.