COLOR #B6BBA5

HEX: #B6BBA5 RGB: (182,187,165)

Color info

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

RGB color model

#B6BBA5 color RGB value is (182,187,165).

RGB: (182,187,165) (71%, 73%, 65%)

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 165 of 255 = 65%

182
187
165

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

Portions of RGB colors in percentages

R + G + B = 182 + 187 + 165 = 534 (100%)
R 182 of 534 ~ 34.08%
G 187 of 534 ~ 35.02%
B 165 of 534 ~ 30.9'%

%34.08
%35.02
%30.9

CMYK color model

#B6BBA5 color CMYK value is (3,0,12,27).

  • cyan value is 2.67%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%

CMYK: (3,0,12,27)
C3M0Y12K27 (3%, 0%, 12%, 27%)
(0.03 / 0.00 / 0.12 / 0.27)

CMYK percentages

%2.67
%0
%11.76
%26.67

Codes

Color #B6BBA5 in popluar color models

B6 BB A5
RGB 182 187 165
HSL 74° 13.92% 69.02%
HSB/HSV 74° 11.76% 73.33%
CMYK 2.67% 0.00% 11.76%
26.67%

Color #B6BBA5 in popluar number systems.

HEX B6 BB A5
Decimal 182 187 165
Binary 10110110 10111011 10100101
Octal 266 273 245

Shades and tints

Shades of #B6BBA5

#B6BBA5
(182,187,165)
#A6AA96
(166,170,150)
#969987
(150,153,135)
#868878
(134,136,120)
#767769
(118,119,105)
#66665A
(102,102,90)
#56554B
(86,85,75)
#46443C
(70,68,60)
#36332D
(54,51,45)
#26221E
(38,34,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #B6BBA5

#B6BBA5
(182,187,165)
#BCC1AD
(188,193,173)
#C2C7B5
(194,199,181)
#C8CDBD
(200,205,189)
#CED3C5
(206,211,197)
#D4D9CD
(212,217,205)
#DADFD5
(218,223,213)
#E0E5DD
(224,229,221)
#E6EBE5
(230,235,229)
#ECF1ED
(236,241,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BBA5 color. Also use rgb(182,187,165) instead hex code.

Text Font Color

.myTextColor { color: #B6BBA5; }

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

This text font color is #B6BBA5.

Background Color

.myBgColor { background-color: #B6BBA5; }

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

This div background color is #B6BBA5.

Border color

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

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

This div border color is #B6BBA5.

Opacity

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

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

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

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

This text has shadow with #B6BBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BBA5.

Preview

Color preview on black background

This text has color #B6BBA5 on black background.


Color preview on white background

This text has color #B6BBA5 on white background.


Black color preview on #B6BBA5 background

This text has black color on #B6BBA5 background.


White color preview on #B6BBA5 background

This text has white color on #B6BBA5 background.


Related colors

Complementary color

Complementary color for #hex is #49445A.


I love getcolorcode.com

Triadic colors

1 #A5B6BB and #BBA5B6 with #B6BBA5 are triadic colors.

2 #A5BBB6 and #BBB6A5 with #B6BBA5 are triadic colors.