COLOR #B8BDAE

HEX: #B8BDAE
RGB: (184,189,174)

Color info

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

RGB color model

#B8BDAE color RGB value is (184,189,174).

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

RGB channels and saturation

R 184 of 255 = 72%
G 189 of 255 = 74%
B 174 of 255 = 68%

184
189
174

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

Portions of RGB colors in percentages

R + G + B =
184 + 189 + 174 = 547 (100%)
R 184 of 547 ~ 33.64%
G 189 of 547 ~ 34.55%
B 174 of 547 ~ 31.81%

%33.64
%34.55
%31.81

CMYK color model

#B8BDAE color CMYK value is (3,0,8,26).

  • cyan value is 2.65%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(3,0,8,26)
C3M0Y8K26 
(3%,0%,8%,26%)
(0.03/0.00/0.08/0.26)	

CMYK percentages

%2.65
%0
%7.94
%25.88

Codes

Color #B8BDAE in popluar color models

B8BDAE
RGB184189174
HSL80°10.20%71.18%
HSB/HSV80°7.94%74.12%
CMYK2.65%0.00%7.94%
25.88%

Color #B8BDAE in popluar number systems.

HEXB8BDAE
Decimal184189174
Binary101110001011110110101110
Octal270275256

Shades and tints

Shades of #B8BDAE

#B8BDAE
(184,189,174)
#A8AC9F
(168,172,159)
#989B90
(152,155,144)
#888A81
(136,138,129)
#787972
(120,121,114)
#686863
(104,104,99)
#585754
(88,87,84)
#484645
(72,70,69)
#383536
(56,53,54)
#282427
(40,36,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #B8BDAE

#B8BDAE
(184,189,174)
#BEC3B5
(190,195,181)
#C4C9BC
(196,201,188)
#CACFC3
(202,207,195)
#D0D5CA
(208,213,202)
#D6DBD1
(214,219,209)
#DCE1D8
(220,225,216)
#E2E7DF
(226,231,223)
#E8EDE6
(232,237,230)
#EEF3ED
(238,243,237)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BDAE; }

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

This text font color is #B8BDAE.


Background Color

.myBgColor { background-color: #B8BDAE; }

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

This div background color is #B8BDAE.


Border color

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

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

This div border color is #B8BDAE.


Opacity

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

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

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

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

This text has shadow with #B8BDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BDAE on black background.


Color preview on white background

This text has color #B8BDAE on white background.



Black color preview on #B8BDAE background

This text has black color on #B8BDAE background.


White color preview on #B8BDAE background

This text has white color on #B8BDAE background.