COLOR #B4BDA8

HEX: #B4BDA8
RGB: (180,189,168)

Color info

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

RGB color model

#B4BDA8 color RGB value is (180,189,168).

  • red value is 180;
  • green value is 189;
  • blue value is 168.
RGB:
(180,189,168)
(71%,74%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 168 of 255 = 66%

180
189
168

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

Portions of RGB colors in percentages

R + G + B =
180 + 189 + 168 = 537 (100%)
R 180 of 537 ~ 33.52%
G 189 of 537 ~ 35.2%
B 168 of 537 ~ 31.28%

%33.52
%35.2
%31.28

CMYK color model

#B4BDA8 color CMYK value is (5,0,11,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(5,0,11,26)
C5M0Y11K26 
(5%,0%,11%,26%)
(0.05/0.00/0.11/0.26)	

CMYK percentages

%4.76
%0
%11.11
%25.88

Codes

Color #B4BDA8 in popluar color models

B4BDA8
RGB180189168
HSL86°13.73%70.00%
HSB/HSV86°11.11%74.12%
CMYK4.76%0.00%11.11%
25.88%

Color #B4BDA8 in popluar number systems.

HEXB4BDA8
Decimal180189168
Binary101101001011110110101000
Octal264275250

Shades and tints

Shades of #B4BDA8

#B4BDA8
(180,189,168)
#A4AC99
(164,172,153)
#949B8A
(148,155,138)
#848A7B
(132,138,123)
#74796C
(116,121,108)
#64685D
(100,104,93)
#54574E
(84,87,78)
#44463F
(68,70,63)
#343530
(52,53,48)
#242421
(36,36,33)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #B4BDA8

#B4BDA8
(180,189,168)
#BAC3AF
(186,195,175)
#C0C9B6
(192,201,182)
#C6CFBD
(198,207,189)
#CCD5C4
(204,213,196)
#D2DBCB
(210,219,203)
#D8E1D2
(216,225,210)
#DEE7D9
(222,231,217)
#E4EDE0
(228,237,224)
#EAF3E7
(234,243,231)
#F0F9EE
(240,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BDA8 color. Also use rgb(180,189,168) instead hex code.

Text Font Color

.myTextColor { color: #B4BDA8; }

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

This text font color is #B4BDA8.


Background Color

.myBgColor { background-color: #B4BDA8; }

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

This div background color is #B4BDA8.


Border color

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

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

This div border color is #B4BDA8.


Opacity

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

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

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

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

This text has shadow with #B4BDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BDA8 on black background.


Color preview on white background

This text has color #B4BDA8 on white background.



Black color preview on #B4BDA8 background

This text has black color on #B4BDA8 background.


White color preview on #B4BDA8 background

This text has white color on #B4BDA8 background.