COLOR #BBB7AF

HEX: #BBB7AF
RGB: (187,183,175)

Color info

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

RGB color model

#BBB7AF color RGB value is (187,183,175).

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

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 175 of 255 = 69%

187
183
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 183 + 175 = 545 (100%)
R 187 of 545 ~ 34.31%
G 183 of 545 ~ 33.58%
B 175 of 545 ~ 32.11%

%34.31
%33.58
%32.11

CMYK color model

#BBB7AF color CMYK value is (0,2,6,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK:
(0,2,6,27)
C0M2Y6K27 
(0%,2%,6%,27%)
(0.00/0.02/0.06/0.27)	

CMYK percentages

%0
%2.14
%6.42
%26.67

Codes

Color #BBB7AF in popluar color models

BBB7AF
RGB187183175
HSL40°8.11%70.98%
HSB/HSV40°6.42%73.33%
CMYK0.00%2.14%6.42%
26.67%

Color #BBB7AF in popluar number systems.

HEXBBB7AF
Decimal187183175
Binary101110111011011110101111
Octal273267257

Shades and tints

Shades of #BBB7AF

#BBB7AF
(187,183,175)
#AAA7A0
(170,167,160)
#999791
(153,151,145)
#888782
(136,135,130)
#777773
(119,119,115)
#666764
(102,103,100)
#555755
(85,87,85)
#444746
(68,71,70)
#333737
(51,55,55)
#222728
(34,39,40)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #BBB7AF

#BBB7AF
(187,183,175)
#C1BDB6
(193,189,182)
#C7C3BD
(199,195,189)
#CDC9C4
(205,201,196)
#D3CFCB
(211,207,203)
#D9D5D2
(217,213,210)
#DFDBD9
(223,219,217)
#E5E1E0
(229,225,224)
#EBE7E7
(235,231,231)
#F1EDEE
(241,237,238)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7AF; }

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

This text font color is #BBB7AF.


Background Color

.myBgColor { background-color: #BBB7AF; }

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

This div background color is #BBB7AF.


Border color

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

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

This div border color is #BBB7AF.


Opacity

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

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

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

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

This text has shadow with #BBB7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB7AF on black background.


Color preview on white background

This text has color #BBB7AF on white background.



Black color preview on #BBB7AF background

This text has black color on #BBB7AF background.


White color preview on #BBB7AF background

This text has white color on #BBB7AF background.