COLOR #B2BDA0

HEX: #B2BDA0
RGB: (178,189,160)

Color info

#B2BDA0 contains red, green and blue colors in about the same proportion. Web safe color of #B2BDA0 is #99CC99 (or #9C9).

RGB color model

#B2BDA0 color RGB value is (178,189,160).

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

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 160 of 255 = 63%

178
189
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 160 = 527 (100%)
R 178 of 527 ~ 33.78%
G 189 of 527 ~ 35.86%
B 160 of 527 ~ 30.36%

%33.78
%35.86
%30.36

CMYK color model

#B2BDA0 color CMYK value is (6,0,15,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(6,0,15,26)
C6M0Y15K26 
(6%,0%,15%,26%)
(0.06/0.00/0.15/0.26)	

CMYK percentages

%5.82
%0
%15.34
%25.88

Codes

Color #B2BDA0 in popluar color models

B2BDA0
RGB178189160
HSL83°18.01%68.43%
HSB/HSV83°15.34%74.12%
CMYK5.82%0.00%15.34%
25.88%

Color #B2BDA0 in popluar number systems.

HEXB2BDA0
Decimal178189160
Binary101100101011110110100000
Octal262275240

Shades and tints

Shades of #B2BDA0

#B2BDA0
(178,189,160)
#A2AC92
(162,172,146)
#929B84
(146,155,132)
#828A76
(130,138,118)
#727968
(114,121,104)
#62685A
(98,104,90)
#52574C
(82,87,76)
#42463E
(66,70,62)
#323530
(50,53,48)
#222422
(34,36,34)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #B2BDA0

#B2BDA0
(178,189,160)
#B9C3A8
(185,195,168)
#C0C9B0
(192,201,176)
#C7CFB8
(199,207,184)
#CED5C0
(206,213,192)
#D5DBC8
(213,219,200)
#DCE1D0
(220,225,208)
#E3E7D8
(227,231,216)
#EAEDE0
(234,237,224)
#F1F3E8
(241,243,232)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BDA0; }

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

This text font color is #B2BDA0.


Background Color

.myBgColor { background-color: #B2BDA0; }

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

This div background color is #B2BDA0.


Border color

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

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

This div border color is #B2BDA0.


Opacity

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

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

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

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

This text has shadow with #B2BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDA0 on black background.


Color preview on white background

This text has color #B2BDA0 on white background.



Black color preview on #B2BDA0 background

This text has black color on #B2BDA0 background.


White color preview on #B2BDA0 background

This text has white color on #B2BDA0 background.