COLOR #B5BDAE

HEX: #B5BDAE RGB: (181,189,174)

Color info

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

RGB color model

#B5BDAE color RGB value is (181,189,174).

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

RGB channels and saturation

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

181
189
174

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

Portions of RGB colors in percentages

R + G + B = 181 + 189 + 174 = 544 (100%)
R 181 of 544 ~ 33.27%
G 189 of 544 ~ 34.74%
B 174 of 544 ~ 31.99'%

%33.27
%34.74
%31.99

CMYK color model

#B5BDAE color CMYK value is (4,0,8,26).

  • cyan value is 4.23%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 25.88%

CMYK: (4,0,8,26)
C4M0Y8K26 (4%, 0%, 8%, 26%)
(0.04 / 0.00 / 0.08 / 0.26)

CMYK percentages

%4.23
%0
%7.94
%25.88

Codes

Color #B5BDAE in popluar color models

B5 BD AE
RGB 181 189 174
HSL 92° 10.20% 71.18%
HSB/HSV 92° 7.94% 74.12%
CMYK 4.23% 0.00% 7.94%
25.88%

Color #B5BDAE in popluar number systems.

HEX B5 BD AE
Decimal 181 189 174
Binary 10110101 10111101 10101110
Octal 265 275 256

Shades and tints

Shades of #B5BDAE

#B5BDAE
(181,189,174)
#A5AC9F
(165,172,159)
#959B90
(149,155,144)
#858A81
(133,138,129)
#757972
(117,121,114)
#656863
(101,104,99)
#555754
(85,87,84)
#454645
(69,70,69)
#353536
(53,53,54)
#252427
(37,36,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #B5BDAE

#B5BDAE
(181,189,174)
#BBC3B5
(187,195,181)
#C1C9BC
(193,201,188)
#C7CFC3
(199,207,195)
#CDD5CA
(205,213,202)
#D3DBD1
(211,219,209)
#D9E1D8
(217,225,216)
#DFE7DF
(223,231,223)
#E5EDE6
(229,237,230)
#EBF3ED
(235,243,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BDAE; }

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

This text font color is #B5BDAE.

Background Color

.myBgColor { background-color: #B5BDAE; }

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

This div background color is #B5BDAE.

Border color

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

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

This div border color is #B5BDAE.

Opacity

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

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

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

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

This text has shadow with #B5BDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BDAE.

Preview

Color preview on black background

This text has color #B5BDAE on black background.


Color preview on white background

This text has color #B5BDAE on white background.


Black color preview on #B5BDAE background

This text has black color on #B5BDAE background.


White color preview on #B5BDAE background

This text has white color on #B5BDAE background.


Related colors

Complementary color

Complementary color for #hex is #4A4251.


I love getcolorcode.com

Triadic colors

1 #AEB5BD and #BDAEB5 with #B5BDAE are triadic colors.

2 #AEBDB5 and #BDB5AE with #B5BDAE are triadic colors.