COLOR #BABBA7

HEX: #BABBA7
RGB: (186,187,167)

Color info

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

RGB color model

#BABBA7 color RGB value is (186,187,167).

  • red value is 186;
  • green value is 187;
  • blue value is 167.
RGB:
(186,187,167)
(73%,73%,65%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 167 of 255 = 65%

186
187
167

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

Portions of RGB colors in percentages

R + G + B =
186 + 187 + 167 = 540 (100%)
R 186 of 540 ~ 34.44%
G 187 of 540 ~ 34.63%
B 167 of 540 ~ 30.93%

%34.44
%34.63
%30.93

CMYK color model

#BABBA7 color CMYK value is (1,0,11,27).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(1,0,11,27)
C1M0Y11K27 
(1%,0%,11%,27%)
(0.01/0.00/0.11/0.27)	

CMYK percentages

%0.53
%0
%10.7
%26.67

Codes

Color #BABBA7 in popluar color models

BABBA7
RGB186187167
HSL63°12.82%69.41%
HSB/HSV63°10.70%73.33%
CMYK0.53%0.00%10.70%
26.67%

Color #BABBA7 in popluar number systems.

HEXBABBA7
Decimal186187167
Binary101110101011101110100111
Octal272273247

Shades and tints

Shades of #BABBA7

#BABBA7
(186,187,167)
#AAAA98
(170,170,152)
#9A9989
(154,153,137)
#8A887A
(138,136,122)
#7A776B
(122,119,107)
#6A665C
(106,102,92)
#5A554D
(90,85,77)
#4A443E
(74,68,62)
#3A332F
(58,51,47)
#2A2220
(42,34,32)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #BABBA7

#BABBA7
(186,187,167)
#C0C1AF
(192,193,175)
#C6C7B7
(198,199,183)
#CCCDBF
(204,205,191)
#D2D3C7
(210,211,199)
#D8D9CF
(216,217,207)
#DEDFD7
(222,223,215)
#E4E5DF
(228,229,223)
#EAEBE7
(234,235,231)
#F0F1EF
(240,241,239)
#F6F7F7
(246,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABBA7; }

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

This text font color is #BABBA7.


Background Color

.myBgColor { background-color: #BABBA7; }

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

This div background color is #BABBA7.


Border color

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

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

This div border color is #BABBA7.


Opacity

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

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

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

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

This text has shadow with #BABBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BABBA7 on black background.


Color preview on white background

This text has color #BABBA7 on white background.



Black color preview on #BABBA7 background

This text has black color on #BABBA7 background.


White color preview on #BABBA7 background

This text has white color on #BABBA7 background.