COLOR #B2BBA5

HEX: #B2BBA5
RGB: (178,187,165)

Color info

#B2BBA5 contains red, green and blue colors in about the same proportion. Web safe color of #B2BBA5 is #99CC99 (or #9C9).

RGB color model

#B2BBA5 color RGB value is (178,187,165).

  • red value is 178;
  • green value is 187;
  • blue value is 165.
RGB:
(178,187,165)
(70%,73%,65%)

RGB channels and saturation

R 178 of 255 = 70%
G 187 of 255 = 73%
B 165 of 255 = 65%

178
187
165

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

Portions of RGB colors in percentages

R + G + B =
178 + 187 + 165 = 530 (100%)
R 178 of 530 ~ 33.58%
G 187 of 530 ~ 35.28%
B 165 of 530 ~ 31.13%

%33.58
%35.28
%31.13

CMYK color model

#B2BBA5 color CMYK value is (5,0,12,27).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(5,0,12,27)
C5M0Y12K27 
(5%,0%,12%,27%)
(0.05/0.00/0.12/0.27)	

CMYK percentages

%4.81
%0
%11.76
%26.67

Codes

Color #B2BBA5 in popluar color models

B2BBA5
RGB178187165
HSL85°13.92%69.02%
HSB/HSV85°11.76%73.33%
CMYK4.81%0.00%11.76%
26.67%

Color #B2BBA5 in popluar number systems.

HEXB2BBA5
Decimal178187165
Binary101100101011101110100101
Octal262273245

Shades and tints

Shades of #B2BBA5

#B2BBA5
(178,187,165)
#A2AA96
(162,170,150)
#929987
(146,153,135)
#828878
(130,136,120)
#727769
(114,119,105)
#62665A
(98,102,90)
#52554B
(82,85,75)
#42443C
(66,68,60)
#32332D
(50,51,45)
#22221E
(34,34,30)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #B2BBA5

#B2BBA5
(178,187,165)
#B9C1AD
(185,193,173)
#C0C7B5
(192,199,181)
#C7CDBD
(199,205,189)
#CED3C5
(206,211,197)
#D5D9CD
(213,217,205)
#DCDFD5
(220,223,213)
#E3E5DD
(227,229,221)
#EAEBE5
(234,235,229)
#F1F1ED
(241,241,237)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BBA5; }

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

This text font color is #B2BBA5.


Background Color

.myBgColor { background-color: #B2BBA5; }

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

This div background color is #B2BBA5.


Border color

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

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

This div border color is #B2BBA5.


Opacity

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

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

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

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

This text has shadow with #B2BBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BBA5 on black background.


Color preview on white background

This text has color #B2BBA5 on white background.



Black color preview on #B2BBA5 background

This text has black color on #B2BBA5 background.


White color preview on #B2BBA5 background

This text has white color on #B2BBA5 background.