COLOR #B0BDAE

HEX: #B0BDAE
RGB: (176,189,174)

Color info

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

RGB color model

#B0BDAE color RGB value is (176,189,174).

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

RGB channels and saturation

R 176 of 255 = 69%
G 189 of 255 = 74%
B 174 of 255 = 68%

176
189
174

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

Portions of RGB colors in percentages

R + G + B =
176 + 189 + 174 = 539 (100%)
R 176 of 539 ~ 32.65%
G 189 of 539 ~ 35.06%
B 174 of 539 ~ 32.28%

%32.65
%35.06
%32.28

CMYK color model

#B0BDAE color CMYK value is (7,0,8,26).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(7,0,8,26)
C7M0Y8K26 
(7%,0%,8%,26%)
(0.07/0.00/0.08/0.26)	

CMYK percentages

%6.88
%0
%7.94
%25.88

Codes

Color #B0BDAE in popluar color models

B0BDAE
RGB176189174
HSL112°10.20%71.18%
HSB/HSV112°7.94%74.12%
CMYK6.88%0.00%7.94%
25.88%

Color #B0BDAE in popluar number systems.

HEXB0BDAE
Decimal176189174
Binary101100001011110110101110
Octal260275256

Shades and tints

Shades of #B0BDAE

#B0BDAE
(176,189,174)
#A0AC9F
(160,172,159)
#909B90
(144,155,144)
#808A81
(128,138,129)
#707972
(112,121,114)
#606863
(96,104,99)
#505754
(80,87,84)
#404645
(64,70,69)
#303536
(48,53,54)
#202427
(32,36,39)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B0BDAE

#B0BDAE
(176,189,174)
#B7C3B5
(183,195,181)
#BEC9BC
(190,201,188)
#C5CFC3
(197,207,195)
#CCD5CA
(204,213,202)
#D3DBD1
(211,219,209)
#DAE1D8
(218,225,216)
#E1E7DF
(225,231,223)
#E8EDE6
(232,237,230)
#EFF3ED
(239,243,237)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BDAE; }

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

This text font color is #B0BDAE.


Background Color

.myBgColor { background-color: #B0BDAE; }

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

This div background color is #B0BDAE.


Border color

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

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

This div border color is #B0BDAE.


Opacity

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

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

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

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

This text has shadow with #B0BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BDAE on black background.


Color preview on white background

This text has color #B0BDAE on white background.



Black color preview on #B0BDAE background

This text has black color on #B0BDAE background.


White color preview on #B0BDAE background

This text has white color on #B0BDAE background.