COLOR #BABE96

HEX: #BABE96
RGB: (186,190,150)

Color info

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

RGB color model

#BABE96 color RGB value is (186,190,150).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 150 of 255 = 59%

186
190
150

R + G + B ~ 69%. #BABE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 150 = 526 (100%)
R 186 of 526 ~ 35.36%
G 190 of 526 ~ 36.12%
B 150 of 526 ~ 28.52%

%35.36
%36.12
%28.52

CMYK color model

#BABE96 color CMYK value is (2,0,21,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(2,0,21,25)
C2M0Y21K25 
(2%,0%,21%,25%)
(0.02/0.00/0.21/0.25)	

CMYK percentages

%2.11
%0
%21.05
%25.49

Codes

Color #BABE96 in popluar color models

BABE96
RGB186190150
HSL66°23.53%66.67%
HSB/HSV66°21.05%74.51%
CMYK2.11%0.00%21.05%
25.49%

Color #BABE96 in popluar number systems.

HEXBABE96
Decimal186190150
Binary101110101011111010010110
Octal272276226

Shades and tints

Shades of #BABE96

#BABE96
(186,190,150)
#AAAD89
(170,173,137)
#9A9C7C
(154,156,124)
#8A8B6F
(138,139,111)
#7A7A62
(122,122,98)
#6A6955
(106,105,85)
#5A5848
(90,88,72)
#4A473B
(74,71,59)
#3A362E
(58,54,46)
#2A2521
(42,37,33)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #BABE96

#BABE96
(186,190,150)
#C0C39F
(192,195,159)
#C6C8A8
(198,200,168)
#CCCDB1
(204,205,177)
#D2D2BA
(210,210,186)
#D8D7C3
(216,215,195)
#DEDCCC
(222,220,204)
#E4E1D5
(228,225,213)
#EAE6DE
(234,230,222)
#F0EBE7
(240,235,231)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABE96; }

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

This text font color is #BABE96.


Background Color

.myBgColor { background-color: #BABE96; }

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

This div background color is #BABE96.


Border color

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

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

This div border color is #BABE96.


Opacity

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

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

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

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

This text has shadow with #BABE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABE96 on black background.


Color preview on white background

This text has color #BABE96 on white background.



Black color preview on #BABE96 background

This text has black color on #BABE96 background.


White color preview on #BABE96 background

This text has white color on #BABE96 background.