COLOR #B5BDB3

HEX: #B5BDB3 RGB: (181,189,179)

Color info

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

RGB color model

#B5BDB3 color RGB value is (181,189,179).

RGB: (181,189,179) (71%, 74%, 70%)

RGB channels and saturation

R 181 of 255 = 71%
G 189 of 255 = 74%
B 179 of 255 = 70%

181
189
179

R + G + B ~ 72%. #B5BDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 189 + 179 = 549 (100%)
R 181 of 549 ~ 32.97%
G 189 of 549 ~ 34.43%
B 179 of 549 ~ 32.6'%

%32.97
%34.43
%32.6

CMYK color model

#B5BDB3 color CMYK value is (4,0,5,26).

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

CMYK: (4,0,5,26)
C4M0Y5K26 (4%, 0%, 5%, 26%)
(0.04 / 0.00 / 0.05 / 0.26)

CMYK percentages

%4.23
%0
%5.29
%25.88

Codes

Color #B5BDB3 in popluar color models

B5 BD B3
RGB 181 189 179
HSL 108° 7.04% 72.16%
HSB/HSV 108° 5.29% 74.12%
CMYK 4.23% 0.00% 5.29%
25.88%

Color #B5BDB3 in popluar number systems.

HEX B5 BD B3
Decimal 181 189 179
Binary 10110101 10111101 10110011
Octal 265 275 263

Shades and tints

Shades of #B5BDB3

#B5BDB3
(181,189,179)
#A5ACA3
(165,172,163)
#959B93
(149,155,147)
#858A83
(133,138,131)
#757973
(117,121,115)
#656863
(101,104,99)
#555753
(85,87,83)
#454643
(69,70,67)
#353533
(53,53,51)
#252423
(37,36,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #B5BDB3

#B5BDB3
(181,189,179)
#BBC3B9
(187,195,185)
#C1C9BF
(193,201,191)
#C7CFC5
(199,207,197)
#CDD5CB
(205,213,203)
#D3DBD1
(211,219,209)
#D9E1D7
(217,225,215)
#DFE7DD
(223,231,221)
#E5EDE3
(229,237,227)
#EBF3E9
(235,243,233)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BDB3; }

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

This text font color is #B5BDB3.

Background Color

.myBgColor { background-color: #B5BDB3; }

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

This div background color is #B5BDB3.

Border color

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

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

This div border color is #B5BDB3.

Opacity

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

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

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

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

This text has shadow with #B5BDB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BDB3.

Preview

Color preview on black background

This text has color #B5BDB3 on black background.


Color preview on white background

This text has color #B5BDB3 on white background.


Black color preview on #B5BDB3 background

This text has black color on #B5BDB3 background.


White color preview on #B5BDB3 background

This text has white color on #B5BDB3 background.


Related colors

Complementary color

Complementary color for #hex is #4A424C.


I love getcolorcode.com

Triadic colors

1 #B3B5BD and #BDB3B5 with #B5BDB3 are triadic colors.

2 #B3BDB5 and #BDB5B3 with #B5BDB3 are triadic colors.