COLOR #BABBB5

HEX: #BABBB5 RGB: (186,187,181)

Color info

#BABBB5 contains red, green and blue colors in about the same proportion. Web safe color of #BABBB5 is #CCCCCC (or #CCC).

RGB color model

#BABBB5 color RGB value is (186,187,181).

RGB: (186,187,181) (73%, 73%, 71%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 181 of 255 = 71%

186
187
181

R + G + B ~ 72%. #BABBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 187 + 181 = 554 (100%)
R 186 of 554 ~ 33.57%
G 187 of 554 ~ 33.75%
B 181 of 554 ~ 32.67'%

%33.57
%33.75
%32.67

CMYK color model

#BABBB5 color CMYK value is (1,0,3,27).

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

CMYK: (1,0,3,27)
C1M0Y3K27 (1%, 0%, 3%, 27%)
(0.01 / 0.00 / 0.03 / 0.27)

CMYK percentages

%0.53
%0
%3.21
%26.67

Codes

Color #BABBB5 in popluar color models

BA BB B5
RGB 186 187 181
HSL 70° 4.23% 72.16%
HSB/HSV 70° 3.21% 73.33%
CMYK 0.53% 0.00% 3.21%
26.67%

Color #BABBB5 in popluar number systems.

HEX BA BB B5
Decimal 186 187 181
Binary 10111010 10111011 10110101
Octal 272 273 265

Shades and tints

Shades of #BABBB5

#BABBB5
(186,187,181)
#AAAAA5
(170,170,165)
#9A9995
(154,153,149)
#8A8885
(138,136,133)
#7A7775
(122,119,117)
#6A6665
(106,102,101)
#5A5555
(90,85,85)
#4A4445
(74,68,69)
#3A3335
(58,51,53)
#2A2225
(42,34,37)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #BABBB5

#BABBB5
(186,187,181)
#C0C1BB
(192,193,187)
#C6C7C1
(198,199,193)
#CCCDC7
(204,205,199)
#D2D3CD
(210,211,205)
#D8D9D3
(216,217,211)
#DEDFD9
(222,223,217)
#E4E5DF
(228,229,223)
#EAEBE5
(234,235,229)
#F0F1EB
(240,241,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABBB5; }

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

This text font color is #BABBB5.

Background Color

.myBgColor { background-color: #BABBB5; }

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

This div background color is #BABBB5.

Border color

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

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

This div border color is #BABBB5.

Opacity

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

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

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

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

This text has shadow with #BABBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABBB5.

Preview

Color preview on black background

This text has color #BABBB5 on black background.


Color preview on white background

This text has color #BABBB5 on white background.


Black color preview on #BABBB5 background

This text has black color on #BABBB5 background.


White color preview on #BABBB5 background

This text has white color on #BABBB5 background.


Related colors

Complementary color

Complementary color for #hex is #45444A.


I love getcolorcode.com

Triadic colors

1 #B5BABB and #BBB5BA with #BABBB5 are triadic colors.

2 #B5BBBA and #BBBAB5 with #BABBB5 are triadic colors.