COLOR #B5BDA3

HEX: #B5BDA3
RGB: (181,189,163)

Color info

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

RGB color model

#B5BDA3 color RGB value is (181,189,163).

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

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 163 of 255 = 64%

181
189
163

R + G + B ~ 70%. #B5BDA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 189 + 163 = 533 (100%)
R 181 of 533 ~ 33.96%
G 189 of 533 ~ 35.46%
B 163 of 533 ~ 30.58%

%33.96
%35.46
%30.58

CMYK color model

#B5BDA3 color CMYK value is (4,0,14,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(4,0,14,26)
C4M0Y14K26 
(4%,0%,14%,26%)
(0.04/0.00/0.14/0.26)	

CMYK percentages

%4.23
%0
%13.76
%25.88

Codes

Color #B5BDA3 in popluar color models

B5BDA3
RGB181189163
HSL78°16.46%69.02%
HSB/HSV78°13.76%74.12%
CMYK4.23%0.00%13.76%
25.88%

Color #B5BDA3 in popluar number systems.

HEXB5BDA3
Decimal181189163
Binary101101011011110110100011
Octal265275243

Shades and tints

Shades of #B5BDA3

#B5BDA3
(181,189,163)
#A5AC95
(165,172,149)
#959B87
(149,155,135)
#858A79
(133,138,121)
#75796B
(117,121,107)
#65685D
(101,104,93)
#55574F
(85,87,79)
#454641
(69,70,65)
#353533
(53,53,51)
#252425
(37,36,37)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #B5BDA3

#B5BDA3
(181,189,163)
#BBC3AB
(187,195,171)
#C1C9B3
(193,201,179)
#C7CFBB
(199,207,187)
#CDD5C3
(205,213,195)
#D3DBCB
(211,219,203)
#D9E1D3
(217,225,211)
#DFE7DB
(223,231,219)
#E5EDE3
(229,237,227)
#EBF3EB
(235,243,235)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BDA3; }

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

This text font color is #B5BDA3.


Background Color

.myBgColor { background-color: #B5BDA3; }

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

This div background color is #B5BDA3.


Border color

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

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

This div border color is #B5BDA3.


Opacity

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

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

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

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

This text has shadow with #B5BDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BDA3 on black background.


Color preview on white background

This text has color #B5BDA3 on white background.



Black color preview on #B5BDA3 background

This text has black color on #B5BDA3 background.


White color preview on #B5BDA3 background

This text has white color on #B5BDA3 background.