COLOR #B8BDA4

HEX: #B8BDA4
RGB: (184,189,164)

Color info

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

RGB color model

#B8BDA4 color RGB value is (184,189,164).

  • red value is 184;
  • green value is 189;
  • blue value is 164.
RGB:
(184,189,164)
(72%,74%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 164 of 255 = 64%

184
189
164

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

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 164 = 537 (100%)
R 184 of 537 ~ 34.26%
G 189 of 537 ~ 35.2%
B 164 of 537 ~ 30.54%

%34.26
%35.2
%30.54

CMYK color model

#B8BDA4 color CMYK value is (3,0,13,26).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(3,0,13,26)
C3M0Y13K26 
(3%,0%,13%,26%)
(0.03/0.00/0.13/0.26)	

CMYK percentages

%2.65
%0
%13.23
%25.88

Codes

Color #B8BDA4 in popluar color models

B8BDA4
RGB184189164
HSL72°15.92%69.22%
HSB/HSV72°13.23%74.12%
CMYK2.65%0.00%13.23%
25.88%

Color #B8BDA4 in popluar number systems.

HEXB8BDA4
Decimal184189164
Binary101110001011110110100100
Octal270275244

Shades and tints

Shades of #B8BDA4

#B8BDA4
(184,189,164)
#A8AC96
(168,172,150)
#989B88
(152,155,136)
#888A7A
(136,138,122)
#78796C
(120,121,108)
#68685E
(104,104,94)
#585750
(88,87,80)
#484642
(72,70,66)
#383534
(56,53,52)
#282426
(40,36,38)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #B8BDA4

#B8BDA4
(184,189,164)
#BEC3AC
(190,195,172)
#C4C9B4
(196,201,180)
#CACFBC
(202,207,188)
#D0D5C4
(208,213,196)
#D6DBCC
(214,219,204)
#DCE1D4
(220,225,212)
#E2E7DC
(226,231,220)
#E8EDE4
(232,237,228)
#EEF3EC
(238,243,236)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BDA4 color. Also use rgb(184,189,164) instead hex code.

Text Font Color

.myTextColor { color: #B8BDA4; }

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

This text font color is #B8BDA4.


Background Color

.myBgColor { background-color: #B8BDA4; }

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

This div background color is #B8BDA4.


Border color

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

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

This div border color is #B8BDA4.


Opacity

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

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

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

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

This text has shadow with #B8BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BDA4 on black background.


Color preview on white background

This text has color #B8BDA4 on white background.



Black color preview on #B8BDA4 background

This text has black color on #B8BDA4 background.


White color preview on #B8BDA4 background

This text has white color on #B8BDA4 background.