COLOR #B4BBA3

HEX: #B4BBA3 RGB: (180,187,163)

Color info

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

RGB color model

#B4BBA3 color RGB value is (180,187,163).

RGB: (180,187,163) (71%, 73%, 64%)

RGB channels and saturation

R 180 of 255 = 71%
G 187 of 255 = 73%
B 163 of 255 = 64%

180
187
163

R + G + B ~ 69%. #B4BBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 187 + 163 = 530 (100%)
R 180 of 530 ~ 33.96%
G 187 of 530 ~ 35.28%
B 163 of 530 ~ 30.75'%

%33.96
%35.28
%30.75

CMYK color model

#B4BBA3 color CMYK value is (4,0,13,27).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 26.67%

CMYK: (4,0,13,27)
C4M0Y13K27 (4%, 0%, 13%, 27%)
(0.04 / 0.00 / 0.13 / 0.27)

CMYK percentages

%3.74
%0
%12.83
%26.67

Codes

Color #B4BBA3 in popluar color models

B4 BB A3
RGB 180 187 163
HSL 77° 15.00% 68.63%
HSB/HSV 77° 12.83% 73.33%
CMYK 3.74% 0.00% 12.83%
26.67%

Color #B4BBA3 in popluar number systems.

HEX B4 BB A3
Decimal 180 187 163
Binary 10110100 10111011 10100011
Octal 264 273 243

Shades and tints

Shades of #B4BBA3

#B4BBA3
(180,187,163)
#A4AA95
(164,170,149)
#949987
(148,153,135)
#848879
(132,136,121)
#74776B
(116,119,107)
#64665D
(100,102,93)
#54554F
(84,85,79)
#444441
(68,68,65)
#343333
(52,51,51)
#242225
(36,34,37)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B4BBA3

#B4BBA3
(180,187,163)
#BAC1AB
(186,193,171)
#C0C7B3
(192,199,179)
#C6CDBB
(198,205,187)
#CCD3C3
(204,211,195)
#D2D9CB
(210,217,203)
#D8DFD3
(216,223,211)
#DEE5DB
(222,229,219)
#E4EBE3
(228,235,227)
#EAF1EB
(234,241,235)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BBA3 color. Also use rgb(180,187,163) instead hex code.

Text Font Color

.myTextColor { color: #B4BBA3; }

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

This text font color is #B4BBA3.

Background Color

.myBgColor { background-color: #B4BBA3; }

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

This div background color is #B4BBA3.

Border color

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

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

This div border color is #B4BBA3.

Opacity

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

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

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

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

This text has shadow with #B4BBA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BBA3.

Preview

Color preview on black background

This text has color #B4BBA3 on black background.


Color preview on white background

This text has color #B4BBA3 on white background.


Black color preview on #B4BBA3 background

This text has black color on #B4BBA3 background.


White color preview on #B4BBA3 background

This text has white color on #B4BBA3 background.


Related colors

Complementary color

Complementary color for #hex is #4B445C.


I love getcolorcode.com

Triadic colors

1 #A3B4BB and #BBA3B4 with #B4BBA3 are triadic colors.

2 #A3BBB4 and #BBB4A3 with #B4BBA3 are triadic colors.