COLOR #B5BDA0

HEX: #B5BDA0
RGB: (181,189,160)

Color info

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

RGB color model

#B5BDA0 color RGB value is (181,189,160).

  • red value is 181;
  • green value is 189;
  • blue value is 160.
RGB:
(181,189,160)
(71%,74%,63%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 160 of 255 = 63%

181
189
160

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

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 160 = 530 (100%)
R 181 of 530 ~ 34.15%
G 189 of 530 ~ 35.66%
B 160 of 530 ~ 30.19%

%34.15
%35.66
%30.19

CMYK color model

#B5BDA0 color CMYK value is (4,0,15,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(4,0,15,26)
C4M0Y15K26 
(4%,0%,15%,26%)
(0.04/0.00/0.15/0.26)	

CMYK percentages

%4.23
%0
%15.34
%25.88

Codes

Color #B5BDA0 in popluar color models

B5BDA0
RGB181189160
HSL77°18.01%68.43%
HSB/HSV77°15.34%74.12%
CMYK4.23%0.00%15.34%
25.88%

Color #B5BDA0 in popluar number systems.

HEXB5BDA0
Decimal181189160
Binary101101011011110110100000
Octal265275240

Shades and tints

Shades of #B5BDA0

#B5BDA0
(181,189,160)
#A5AC92
(165,172,146)
#959B84
(149,155,132)
#858A76
(133,138,118)
#757968
(117,121,104)
#65685A
(101,104,90)
#55574C
(85,87,76)
#45463E
(69,70,62)
#353530
(53,53,48)
#252422
(37,36,34)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #B5BDA0

#B5BDA0
(181,189,160)
#BBC3A8
(187,195,168)
#C1C9B0
(193,201,176)
#C7CFB8
(199,207,184)
#CDD5C0
(205,213,192)
#D3DBC8
(211,219,200)
#D9E1D0
(217,225,208)
#DFE7D8
(223,231,216)
#E5EDE0
(229,237,224)
#EBF3E8
(235,243,232)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BDA0 color. Also use rgb(181,189,160) instead hex code.

Text Font Color

.myTextColor { color: #B5BDA0; }

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

This text font color is #B5BDA0.


Background Color

.myBgColor { background-color: #B5BDA0; }

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

This div background color is #B5BDA0.


Border color

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

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

This div border color is #B5BDA0.


Opacity

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

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

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

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

This text has shadow with #B5BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BDA0 on black background.


Color preview on white background

This text has color #B5BDA0 on white background.



Black color preview on #B5BDA0 background

This text has black color on #B5BDA0 background.


White color preview on #B5BDA0 background

This text has white color on #B5BDA0 background.