COLOR #B5BBB3

HEX: #B5BBB3 RGB: (181,187,179)

Color info

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

RGB color model

#B5BBB3 color RGB value is (181,187,179).

RGB: (181,187,179) (71%, 73%, 70%)

RGB channels and saturation

R 181 of 255 = 71%
G 187 of 255 = 73%
B 179 of 255 = 70%

181
187
179

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

Portions of RGB colors in percentages

R + G + B = 181 + 187 + 179 = 547 (100%)
R 181 of 547 ~ 33.09%
G 187 of 547 ~ 34.19%
B 179 of 547 ~ 32.72'%

%33.09
%34.19
%32.72

CMYK color model

#B5BBB3 color CMYK value is (3,0,4,27).

  • cyan value is 3.21%
  • magenta value is 0.00%
  • yellow value is 4.28%
  • key color value is 26.67%

CMYK: (3,0,4,27)
C3M0Y4K27 (3%, 0%, 4%, 27%)
(0.03 / 0.00 / 0.04 / 0.27)

CMYK percentages

%3.21
%0
%4.28
%26.67

Codes

Color #B5BBB3 in popluar color models

B5 BB B3
RGB 181 187 179
HSL 105° 5.56% 71.76%
HSB/HSV 105° 4.28% 73.33%
CMYK 3.21% 0.00% 4.28%
26.67%

Color #B5BBB3 in popluar number systems.

HEX B5 BB B3
Decimal 181 187 179
Binary 10110101 10111011 10110011
Octal 265 273 263

Shades and tints

Shades of #B5BBB3

#B5BBB3
(181,187,179)
#A5AAA3
(165,170,163)
#959993
(149,153,147)
#858883
(133,136,131)
#757773
(117,119,115)
#656663
(101,102,99)
#555553
(85,85,83)
#454443
(69,68,67)
#353333
(53,51,51)
#252223
(37,34,35)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #B5BBB3

#B5BBB3
(181,187,179)
#BBC1B9
(187,193,185)
#C1C7BF
(193,199,191)
#C7CDC5
(199,205,197)
#CDD3CB
(205,211,203)
#D3D9D1
(211,217,209)
#D9DFD7
(217,223,215)
#DFE5DD
(223,229,221)
#E5EBE3
(229,235,227)
#EBF1E9
(235,241,233)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BBB3; }

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

This text font color is #B5BBB3.

Background Color

.myBgColor { background-color: #B5BBB3; }

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

This div background color is #B5BBB3.

Border color

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

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

This div border color is #B5BBB3.

Opacity

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

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

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

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

This text has shadow with #B5BBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BBB3.

Preview

Color preview on black background

This text has color #B5BBB3 on black background.


Color preview on white background

This text has color #B5BBB3 on white background.


Black color preview on #B5BBB3 background

This text has black color on #B5BBB3 background.


White color preview on #B5BBB3 background

This text has white color on #B5BBB3 background.


Related colors

Complementary color

Complementary color for #hex is #4A444C.


I love getcolorcode.com

Triadic colors

1 #B3B5BB and #BBB3B5 with #B5BBB3 are triadic colors.

2 #B3BBB5 and #BBB5B3 with #B5BBB3 are triadic colors.