COLOR #B2BDA7

HEX: #B2BDA7
RGB: (178,189,167)

Color info

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

RGB color model

#B2BDA7 color RGB value is (178,189,167).

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

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 167 of 255 = 65%

178
189
167

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 167 = 534 (100%)
R 178 of 534 ~ 33.33%
G 189 of 534 ~ 35.39%
B 167 of 534 ~ 31.27%

%33.33
%35.39
%31.27

CMYK color model

#B2BDA7 color CMYK value is (6,0,12,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%
CMYK:
(6,0,12,26)
C6M0Y12K26 
(6%,0%,12%,26%)
(0.06/0.00/0.12/0.26)	

CMYK percentages

%5.82
%0
%11.64
%25.88

Codes

Color #B2BDA7 in popluar color models

B2BDA7
RGB178189167
HSL90°14.29%69.80%
HSB/HSV90°11.64%74.12%
CMYK5.82%0.00%11.64%
25.88%

Color #B2BDA7 in popluar number systems.

HEXB2BDA7
Decimal178189167
Binary101100101011110110100111
Octal262275247

Shades and tints

Shades of #B2BDA7

#B2BDA7
(178,189,167)
#A2AC98
(162,172,152)
#929B89
(146,155,137)
#828A7A
(130,138,122)
#72796B
(114,121,107)
#62685C
(98,104,92)
#52574D
(82,87,77)
#42463E
(66,70,62)
#32352F
(50,53,47)
#222420
(34,36,32)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #B2BDA7

#B2BDA7
(178,189,167)
#B9C3AF
(185,195,175)
#C0C9B7
(192,201,183)
#C7CFBF
(199,207,191)
#CED5C7
(206,213,199)
#D5DBCF
(213,219,207)
#DCE1D7
(220,225,215)
#E3E7DF
(227,231,223)
#EAEDE7
(234,237,231)
#F1F3EF
(241,243,239)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BDA7; }

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

This text font color is #B2BDA7.


Background Color

.myBgColor { background-color: #B2BDA7; }

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

This div background color is #B2BDA7.


Border color

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

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

This div border color is #B2BDA7.


Opacity

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

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

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

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

This text has shadow with #B2BDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDA7 on black background.


Color preview on white background

This text has color #B2BDA7 on white background.



Black color preview on #B2BDA7 background

This text has black color on #B2BDA7 background.


White color preview on #B2BDA7 background

This text has white color on #B2BDA7 background.