COLOR #BABBA9

HEX: #BABBA9 RGB: (186,187,169)

Color info

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

RGB color model

#BABBA9 color RGB value is (186,187,169).

RGB: (186,187,169) (73%, 73%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 169 of 255 = 66%

186
187
169

R + G + B ~ 71%. #BABBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 187 + 169 = 542 (100%)
R 186 of 542 ~ 34.32%
G 187 of 542 ~ 34.5%
B 169 of 542 ~ 31.18'%

%34.32
%34.5
%31.18

CMYK color model

#BABBA9 color CMYK value is (1,0,10,27).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (1,0,10,27)
C1M0Y10K27 (1%, 0%, 10%, 27%)
(0.01 / 0.00 / 0.10 / 0.27)

CMYK percentages

%0.53
%0
%9.63
%26.67

Codes

Color #BABBA9 in popluar color models

BA BB A9
RGB 186 187 169
HSL 63° 11.69% 69.80%
HSB/HSV 63° 9.63% 73.33%
CMYK 0.53% 0.00% 9.63%
26.67%

Color #BABBA9 in popluar number systems.

HEX BA BB A9
Decimal 186 187 169
Binary 10111010 10111011 10101001
Octal 272 273 251

Shades and tints

Shades of #BABBA9

#BABBA9
(186,187,169)
#AAAA9A
(170,170,154)
#9A998B
(154,153,139)
#8A887C
(138,136,124)
#7A776D
(122,119,109)
#6A665E
(106,102,94)
#5A554F
(90,85,79)
#4A4440
(74,68,64)
#3A3331
(58,51,49)
#2A2222
(42,34,34)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #BABBA9

#BABBA9
(186,187,169)
#C0C1B0
(192,193,176)
#C6C7B7
(198,199,183)
#CCCDBE
(204,205,190)
#D2D3C5
(210,211,197)
#D8D9CC
(216,217,204)
#DEDFD3
(222,223,211)
#E4E5DA
(228,229,218)
#EAEBE1
(234,235,225)
#F0F1E8
(240,241,232)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABBA9 color. Also use rgb(186,187,169) instead hex code.

Text Font Color

.myTextColor { color: #BABBA9; }

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

This text font color is #BABBA9.

Background Color

.myBgColor { background-color: #BABBA9; }

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

This div background color is #BABBA9.

Border color

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

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

This div border color is #BABBA9.

Opacity

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

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

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

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

This text has shadow with #BABBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABBA9.

Preview

Color preview on black background

This text has color #BABBA9 on black background.


Color preview on white background

This text has color #BABBA9 on white background.


Black color preview on #BABBA9 background

This text has black color on #BABBA9 background.


White color preview on #BABBA9 background

This text has white color on #BABBA9 background.


Related colors

Complementary color

Complementary color for #hex is #454456.


I love getcolorcode.com

Triadic colors

1 #A9BABB and #BBA9BA with #BABBA9 are triadic colors.

2 #A9BBBA and #BBBAA9 with #BABBA9 are triadic colors.