COLOR #BBB7B3

HEX: #BBB7B3
RGB: (187,183,179)

Color info

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

RGB color model

#BBB7B3 color RGB value is (187,183,179).

  • red value is 187;
  • green value is 183;
  • blue value is 179.
RGB:
(187,183,179)
(73%,72%,70%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 179 of 255 = 70%

187
183
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 179 = 549 (100%)
R 187 of 549 ~ 34.06%
G 183 of 549 ~ 33.33%
B 179 of 549 ~ 32.6%

%34.06
%33.33
%32.6

CMYK color model

#BBB7B3 color CMYK value is (0,2,4,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(0,2,4,27)
C0M2Y4K27 
(0%,2%,4%,27%)
(0.00/0.02/0.04/0.27)	

CMYK percentages

%0
%2.14
%4.28
%26.67

Codes

Color #BBB7B3 in popluar color models

BBB7B3
RGB187183179
HSL30°5.56%71.76%
HSB/HSV30°4.28%73.33%
CMYK0.00%2.14%4.28%
26.67%

Color #BBB7B3 in popluar number systems.

HEXBBB7B3
Decimal187183179
Binary101110111011011110110011
Octal273267263

Shades and tints

Shades of #BBB7B3

#BBB7B3
(187,183,179)
#AAA7A3
(170,167,163)
#999793
(153,151,147)
#888783
(136,135,131)
#777773
(119,119,115)
#666763
(102,103,99)
#555753
(85,87,83)
#444743
(68,71,67)
#333733
(51,55,51)
#222723
(34,39,35)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBB7B3

#BBB7B3
(187,183,179)
#C1BDB9
(193,189,185)
#C7C3BF
(199,195,191)
#CDC9C5
(205,201,197)
#D3CFCB
(211,207,203)
#D9D5D1
(217,213,209)
#DFDBD7
(223,219,215)
#E5E1DD
(229,225,221)
#EBE7E3
(235,231,227)
#F1EDE9
(241,237,233)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7B3; }

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

This text font color is #BBB7B3.


Background Color

.myBgColor { background-color: #BBB7B3; }

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

This div background color is #BBB7B3.


Border color

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

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

This div border color is #BBB7B3.


Opacity

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

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

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

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

This text has shadow with #BBB7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB7B3 on black background.


Color preview on white background

This text has color #BBB7B3 on white background.



Black color preview on #BBB7B3 background

This text has black color on #BBB7B3 background.


White color preview on #BBB7B3 background

This text has white color on #BBB7B3 background.