COLOR #B5BEB1

HEX: #B5BEB1
RGB: (181,190,177)

Color info

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

RGB color model

#B5BEB1 color RGB value is (181,190,177).

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

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 177 of 255 = 69%

181
190
177

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

Portions of RGB colors in percentages

R + G + B =
181 + 190 + 177 = 548 (100%)
R 181 of 548 ~ 33.03%
G 190 of 548 ~ 34.67%
B 177 of 548 ~ 32.3%

%33.03
%34.67
%32.3

CMYK color model

#B5BEB1 color CMYK value is (5,0,7,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(5,0,7,25)
C5M0Y7K25 
(5%,0%,7%,25%)
(0.05/0.00/0.07/0.25)	

CMYK percentages

%4.74
%0
%6.84
%25.49

Codes

Color #B5BEB1 in popluar color models

B5BEB1
RGB181190177
HSL102°9.09%71.96%
HSB/HSV102°6.84%74.51%
CMYK4.74%0.00%6.84%
25.49%

Color #B5BEB1 in popluar number systems.

HEXB5BEB1
Decimal181190177
Binary101101011011111010110001
Octal265276261

Shades and tints

Shades of #B5BEB1

#B5BEB1
(181,190,177)
#A5ADA1
(165,173,161)
#959C91
(149,156,145)
#858B81
(133,139,129)
#757A71
(117,122,113)
#656961
(101,105,97)
#555851
(85,88,81)
#454741
(69,71,65)
#353631
(53,54,49)
#252521
(37,37,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #B5BEB1

#B5BEB1
(181,190,177)
#BBC3B8
(187,195,184)
#C1C8BF
(193,200,191)
#C7CDC6
(199,205,198)
#CDD2CD
(205,210,205)
#D3D7D4
(211,215,212)
#D9DCDB
(217,220,219)
#DFE1E2
(223,225,226)
#E5E6E9
(229,230,233)
#EBEBF0
(235,235,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEB1; }

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

This text font color is #B5BEB1.


Background Color

.myBgColor { background-color: #B5BEB1; }

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

This div background color is #B5BEB1.


Border color

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

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

This div border color is #B5BEB1.


Opacity

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

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

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

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

This text has shadow with #B5BEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BEB1 on black background.


Color preview on white background

This text has color #B5BEB1 on white background.



Black color preview on #B5BEB1 background

This text has black color on #B5BEB1 background.


White color preview on #B5BEB1 background

This text has white color on #B5BEB1 background.