COLOR #B5BEB2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

181
190
178

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

Portions of RGB colors in percentages

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

%32.97
%34.61
%32.42

CMYK color model

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

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

CMYK percentages

%4.74
%0
%6.32
%25.49

Codes

Color #B5BEB2 in popluar color models

B5BEB2
RGB181190178
HSL105°8.45%72.16%
HSB/HSV105°6.32%74.51%
CMYK4.74%0.00%6.32%
25.49%

Color #B5BEB2 in popluar number systems.

HEXB5BEB2
Decimal181190178
Binary101101011011111010110010
Octal265276262

Shades and tints

Shades of #B5BEB2

#B5BEB2
(181,190,178)
#A5ADA2
(165,173,162)
#959C92
(149,156,146)
#858B82
(133,139,130)
#757A72
(117,122,114)
#656962
(101,105,98)
#555852
(85,88,82)
#454742
(69,71,66)
#353632
(53,54,50)
#252522
(37,37,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5BEB2

#B5BEB2
(181,190,178)
#BBC3B9
(187,195,185)
#C1C8C0
(193,200,192)
#C7CDC7
(199,205,199)
#CDD2CE
(205,210,206)
#D3D7D5
(211,215,213)
#D9DCDC
(217,220,220)
#DFE1E3
(223,225,227)
#E5E6EA
(229,230,234)
#EBEBF1
(235,235,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEB2; }

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

This text font color is #B5BEB2.


Background Color

.myBgColor { background-color: #B5BEB2; }

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

This div background color is #B5BEB2.


Border color

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

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

This div border color is #B5BEB2.


Opacity

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

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

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

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

This text has shadow with #B5BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BEB2 on black background.


Color preview on white background

This text has color #B5BEB2 on white background.



Black color preview on #B5BEB2 background

This text has black color on #B5BEB2 background.


White color preview on #B5BEB2 background

This text has white color on #B5BEB2 background.