COLOR #BABE9B

HEX: #BABE9B RGB: (186,190,155)

Color info

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

RGB color model

#BABE9B color RGB value is (186,190,155).

RGB: (186,190,155) (73%, 75%, 61%)

RGB channels and saturation

R 186 of 255 = 73%
G 190 of 255 = 75%
B 155 of 255 = 61%

186
190
155

R + G + B ~ 70%. #BABE9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 190 + 155 = 531 (100%)
R 186 of 531 ~ 35.03%
G 190 of 531 ~ 35.78%
B 155 of 531 ~ 29.19'%

%35.03
%35.78
%29.19

CMYK color model

#BABE9B color CMYK value is (2,0,18,25).

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 25.49%

CMYK: (2,0,18,25)
C2M0Y18K25 (2%, 0%, 18%, 25%)
(0.02 / 0.00 / 0.18 / 0.25)

CMYK percentages

%2.11
%0
%18.42
%25.49

Codes

Color #BABE9B in popluar color models

BA BE 9B
RGB 186 190 155
HSL 67° 21.21% 67.65%
HSB/HSV 67° 18.42% 74.51%
CMYK 2.11% 0.00% 18.42%
25.49%

Color #BABE9B in popluar number systems.

HEX BA BE 9B
Decimal 186 190 155
Binary 10111010 10111110 10011011
Octal 272 276 233

Shades and tints

Shades of #BABE9B

#BABE9B
(186,190,155)
#AAAD8D
(170,173,141)
#9A9C7F
(154,156,127)
#8A8B71
(138,139,113)
#7A7A63
(122,122,99)
#6A6955
(106,105,85)
#5A5847
(90,88,71)
#4A4739
(74,71,57)
#3A362B
(58,54,43)
#2A251D
(42,37,29)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #BABE9B

#BABE9B
(186,190,155)
#C0C3A4
(192,195,164)
#C6C8AD
(198,200,173)
#CCCDB6
(204,205,182)
#D2D2BF
(210,210,191)
#D8D7C8
(216,215,200)
#DEDCD1
(222,220,209)
#E4E1DA
(228,225,218)
#EAE6E3
(234,230,227)
#F0EBEC
(240,235,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABE9B; }

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

This text font color is #BABE9B.

Background Color

.myBgColor { background-color: #BABE9B; }

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

This div background color is #BABE9B.

Border color

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

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

This div border color is #BABE9B.

Opacity

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

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

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

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

This text has shadow with #BABE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABE9B.

Preview

Color preview on black background

This text has color #BABE9B on black background.


Color preview on white background

This text has color #BABE9B on white background.


Black color preview on #BABE9B background

This text has black color on #BABE9B background.


White color preview on #BABE9B background

This text has white color on #BABE9B background.


Related colors

Complementary color

Complementary color for #hex is #454164.


I love getcolorcode.com

Triadic colors

1 #9BBABE and #BE9BBA with #BABE9B are triadic colors.

2 #9BBEBA and #BEBA9B with #BABE9B are triadic colors.