COLOR #B2BDAE

HEX: #B2BDAE
RGB: (178,189,174)

Color info

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

RGB color model

#B2BDAE color RGB value is (178,189,174).

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

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 174 of 255 = 68%

178
189
174

R + G + B ~ 71%. #B2BDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 174 = 541 (100%)
R 178 of 541 ~ 32.9%
G 189 of 541 ~ 34.94%
B 174 of 541 ~ 32.16%

%32.9
%34.94
%32.16

CMYK color model

#B2BDAE color CMYK value is (6,0,8,26).

  • cyan value is 5.82%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(6,0,8,26)
C6M0Y8K26 
(6%,0%,8%,26%)
(0.06/0.00/0.08/0.26)	

CMYK percentages

%5.82
%0
%7.94
%25.88

Codes

Color #B2BDAE in popluar color models

B2BDAE
RGB178189174
HSL104°10.20%71.18%
HSB/HSV104°7.94%74.12%
CMYK5.82%0.00%7.94%
25.88%

Color #B2BDAE in popluar number systems.

HEXB2BDAE
Decimal178189174
Binary101100101011110110101110
Octal262275256

Shades and tints

Shades of #B2BDAE

#B2BDAE
(178,189,174)
#A2AC9F
(162,172,159)
#929B90
(146,155,144)
#828A81
(130,138,129)
#727972
(114,121,114)
#626863
(98,104,99)
#525754
(82,87,84)
#424645
(66,70,69)
#323536
(50,53,54)
#222427
(34,36,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #B2BDAE

#B2BDAE
(178,189,174)
#B9C3B5
(185,195,181)
#C0C9BC
(192,201,188)
#C7CFC3
(199,207,195)
#CED5CA
(206,213,202)
#D5DBD1
(213,219,209)
#DCE1D8
(220,225,216)
#E3E7DF
(227,231,223)
#EAEDE6
(234,237,230)
#F1F3ED
(241,243,237)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BDAE; }

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

This text font color is #B2BDAE.


Background Color

.myBgColor { background-color: #B2BDAE; }

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

This div background color is #B2BDAE.


Border color

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

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

This div border color is #B2BDAE.


Opacity

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

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

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

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

This text has shadow with #B2BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDAE on black background.


Color preview on white background

This text has color #B2BDAE on white background.



Black color preview on #B2BDAE background

This text has black color on #B2BDAE background.


White color preview on #B2BDAE background

This text has white color on #B2BDAE background.