COLOR #BABE90

HEX: #BABE90
RGB: (186,190,144)

Color info

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

RGB color model

#BABE90 color RGB value is (186,190,144).

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

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 144 of 255 = 56%

186
190
144

R + G + B ~ 68%. #BABE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 190 + 144 = 520 (100%)
R 186 of 520 ~ 35.77%
G 190 of 520 ~ 36.54%
B 144 of 520 ~ 27.69%

%35.77
%36.54
%27.69

CMYK color model

#BABE90 color CMYK value is (2,0,24,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(2,0,24,25)
C2M0Y24K25 
(2%,0%,24%,25%)
(0.02/0.00/0.24/0.25)	

CMYK percentages

%2.11
%0
%24.21
%25.49

Codes

Color #BABE90 in popluar color models

BABE90
RGB186190144
HSL65°26.14%65.49%
HSB/HSV65°24.21%74.51%
CMYK2.11%0.00%24.21%
25.49%

Color #BABE90 in popluar number systems.

HEXBABE90
Decimal186190144
Binary101110101011111010010000
Octal272276220

Shades and tints

Shades of #BABE90

#BABE90
(186,190,144)
#AAAD83
(170,173,131)
#9A9C76
(154,156,118)
#8A8B69
(138,139,105)
#7A7A5C
(122,122,92)
#6A694F
(106,105,79)
#5A5842
(90,88,66)
#4A4735
(74,71,53)
#3A3628
(58,54,40)
#2A251B
(42,37,27)
#1A140E
(26,20,14)
#000000
(0,0,0)

Tints of #BABE90

#BABE90
(186,190,144)
#C0C39A
(192,195,154)
#C6C8A4
(198,200,164)
#CCCDAE
(204,205,174)
#D2D2B8
(210,210,184)
#D8D7C2
(216,215,194)
#DEDCCC
(222,220,204)
#E4E1D6
(228,225,214)
#EAE6E0
(234,230,224)
#F0EBEA
(240,235,234)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABE90; }

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

This text font color is #BABE90.


Background Color

.myBgColor { background-color: #BABE90; }

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

This div background color is #BABE90.


Border color

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

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

This div border color is #BABE90.


Opacity

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

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

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

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

This text has shadow with #BABE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABE90 on black background.


Color preview on white background

This text has color #BABE90 on white background.



Black color preview on #BABE90 background

This text has black color on #BABE90 background.


White color preview on #BABE90 background

This text has white color on #BABE90 background.