COLOR #B4BAA7

HEX: #B4BAA7 RGB: (180,186,167)

Color info

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

RGB color model

#B4BAA7 color RGB value is (180,186,167).

RGB: (180,186,167) (71%, 73%, 65%)

RGB channels and saturation

R 180 of 255 = 71%
G 186 of 255 = 73%
B 167 of 255 = 65%

180
186
167

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

Portions of RGB colors in percentages

R + G + B = 180 + 186 + 167 = 533 (100%)
R 180 of 533 ~ 33.77%
G 186 of 533 ~ 34.9%
B 167 of 533 ~ 31.33'%

%33.77
%34.9
%31.33

CMYK color model

#B4BAA7 color CMYK value is (3,0,10,27).

  • cyan value is 3.23%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 27.06%

CMYK: (3,0,10,27)
C3M0Y10K27 (3%, 0%, 10%, 27%)
(0.03 / 0.00 / 0.10 / 0.27)

CMYK percentages

%3.23
%0
%10.22
%27.06

Codes

Color #B4BAA7 in popluar color models

B4 BA A7
RGB 180 186 167
HSL 79° 12.10% 69.22%
HSB/HSV 79° 10.22% 72.94%
CMYK 3.23% 0.00% 10.22%
27.06%

Color #B4BAA7 in popluar number systems.

HEX B4 BA A7
Decimal 180 186 167
Binary 10110100 10111010 10100111
Octal 264 272 247

Shades and tints

Shades of #B4BAA7

#B4BAA7
(180,186,167)
#A4AA98
(164,170,152)
#949A89
(148,154,137)
#848A7A
(132,138,122)
#747A6B
(116,122,107)
#646A5C
(100,106,92)
#545A4D
(84,90,77)
#444A3E
(68,74,62)
#343A2F
(52,58,47)
#242A20
(36,42,32)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #B4BAA7

#B4BAA7
(180,186,167)
#BAC0AF
(186,192,175)
#C0C6B7
(192,198,183)
#C6CCBF
(198,204,191)
#CCD2C7
(204,210,199)
#D2D8CF
(210,216,207)
#D8DED7
(216,222,215)
#DEE4DF
(222,228,223)
#E4EAE7
(228,234,231)
#EAF0EF
(234,240,239)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BAA7; }

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

This text font color is #B4BAA7.

Background Color

.myBgColor { background-color: #B4BAA7; }

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

This div background color is #B4BAA7.

Border color

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

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

This div border color is #B4BAA7.

Opacity

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

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

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

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

This text has shadow with #B4BAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BAA7.

Preview

Color preview on black background

This text has color #B4BAA7 on black background.


Color preview on white background

This text has color #B4BAA7 on white background.


Black color preview on #B4BAA7 background

This text has black color on #B4BAA7 background.


White color preview on #B4BAA7 background

This text has white color on #B4BAA7 background.


Related colors

Complementary color

Complementary color for #hex is #4B4558.


I love getcolorcode.com

Triadic colors

1 #A7B4BA and #BAA7B4 with #B4BAA7 are triadic colors.

2 #A7BAB4 and #BAB4A7 with #B4BAA7 are triadic colors.