COLOR #B2BEB5

HEX: #B2BEB5
RGB: (178,190,181)

Color info

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

RGB color model

#B2BEB5 color RGB value is (178,190,181).

  • red value is 178;
  • green value is 190;
  • blue value is 181.
RGB:
(178,190,181)
(70%,75%,71%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 181 of 255 = 71%

178
190
181

R + G + B ~ 72%. #B2BEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 181 = 549 (100%)
R 178 of 549 ~ 32.42%
G 190 of 549 ~ 34.61%
B 181 of 549 ~ 32.97%

%32.42
%34.61
%32.97

CMYK color model

#B2BEB5 color CMYK value is (6,0,5,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(6,0,5,25)
C6M0Y5K25 
(6%,0%,5%,25%)
(0.06/0.00/0.05/0.25)	

CMYK percentages

%6.32
%0
%4.74
%25.49

Codes

Color #B2BEB5 in popluar color models

B2BEB5
RGB178190181
HSL135°8.45%72.16%
HSB/HSV135°6.32%74.51%
CMYK6.32%0.00%4.74%
25.49%

Color #B2BEB5 in popluar number systems.

HEXB2BEB5
Decimal178190181
Binary101100101011111010110101
Octal262276265

Shades and tints

Shades of #B2BEB5

#B2BEB5
(178,190,181)
#A2ADA5
(162,173,165)
#929C95
(146,156,149)
#828B85
(130,139,133)
#727A75
(114,122,117)
#626965
(98,105,101)
#525855
(82,88,85)
#424745
(66,71,69)
#323635
(50,54,53)
#222525
(34,37,37)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #B2BEB5

#B2BEB5
(178,190,181)
#B9C3BB
(185,195,187)
#C0C8C1
(192,200,193)
#C7CDC7
(199,205,199)
#CED2CD
(206,210,205)
#D5D7D3
(213,215,211)
#DCDCD9
(220,220,217)
#E3E1DF
(227,225,223)
#EAE6E5
(234,230,229)
#F1EBEB
(241,235,235)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BEB5 color. Also use rgb(178,190,181) instead hex code.

Text Font Color

.myTextColor { color: #B2BEB5; }

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

This text font color is #B2BEB5.


Background Color

.myBgColor { background-color: #B2BEB5; }

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

This div background color is #B2BEB5.


Border color

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

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

This div border color is #B2BEB5.


Opacity

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

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

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

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

This text has shadow with #B2BEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BEB5 on black background.


Color preview on white background

This text has color #B2BEB5 on white background.



Black color preview on #B2BEB5 background

This text has black color on #B2BEB5 background.


White color preview on #B2BEB5 background

This text has white color on #B2BEB5 background.