COLOR #B4BDAE

HEX: #B4BDAE RGB: (180,189,174)

Color info

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

RGB color model

#B4BDAE color RGB value is (180,189,174).

RGB: (180,189,174) (71%, 74%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 189 of 255 = 74%
B 174 of 255 = 68%

180
189
174

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

Portions of RGB colors in percentages

R + G + B = 180 + 189 + 174 = 543 (100%)
R 180 of 543 ~ 33.15%
G 189 of 543 ~ 34.81%
B 174 of 543 ~ 32.04'%

%33.15
%34.81
%32.04

CMYK color model

#B4BDAE color CMYK value is (5,0,8,26).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK: (5,0,8,26) C5M0Y8K26 (5%,0%,8%,26%) (0.05/0.00/0.08/0.26) 

CMYK percentages

%4.76
%0
%7.94
%25.88

Codes

Color #B4BDAE in popluar color models

B4 BD AE
RGB 180 189 174
HSL 96° 10.20% 71.18%
HSB/HSV 96° 7.94% 74.12%
CMYK 4.76% 0.00% 7.94%
25.88%

Color #B4BDAE in popluar number systems.

HEX B4 BD AE
Decimal 180 189 174
Binary 10110100 10111101 10101110
Octal 264 275 256

Shades and tints

Shades of #B4BDAE

#B4BDAE
(180,189,174)
#A4AC9F
(164,172,159)
#949B90
(148,155,144)
#848A81
(132,138,129)
#747972
(116,121,114)
#646863
(100,104,99)
#545754
(84,87,84)
#444645
(68,70,69)
#343536
(52,53,54)
#242427
(36,36,39)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #B4BDAE

#B4BDAE
(180,189,174)
#BAC3B5
(186,195,181)
#C0C9BC
(192,201,188)
#C6CFC3
(198,207,195)
#CCD5CA
(204,213,202)
#D2DBD1
(210,219,209)
#D8E1D8
(216,225,216)
#DEE7DF
(222,231,223)
#E4EDE6
(228,237,230)
#EAF3ED
(234,243,237)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BDAE; }

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

This text font color is #B4BDAE.

Background Color

.myBgColor { background-color: #B4BDAE; }

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

This div background color is #B4BDAE.

Border color

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

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

This div border color is #B4BDAE.

Opacity

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

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

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

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

This text has shadow with #B4BDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4BDAE.

Preview

Color preview on black background

This text has color #B4BDAE on black background.


Color preview on white background

This text has color #B4BDAE on white background.


Black color preview on #B4BDAE background

This text has black color on #B4BDAE background.


White color preview on #B4BDAE background

This text has white color on #B4BDAE background.


Related colors

Complementary color

Complementary color for #hex is #4B4251.


I love getcolorcode.com

Triadic colors

1 #AEB4BD and #BDAEB4 with #B4BDAE are triadic colors.

2 #AEBDB4 and #BDB4AE with #B4BDAE are triadic colors.