COLOR #B1AFAD

HEX: #B1AFAD
RGB: (177,175,173)

Color info

#B1AFAD contains red, green and blue colors in about the same proportion. Web safe color of #B1AFAD is #999999 (or #999).

RGB color model

#B1AFAD color RGB value is (177,175,173).

  • red value is 177;
  • green value is 175;
  • blue value is 173.
RGB:
(177,175,173)
(69%,69%,68%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 173 of 255 = 68%

177
175
173

R + G + B ~ 69%. #B1AFAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 173 = 525 (100%)
R 177 of 525 ~ 33.71%
G 175 of 525 ~ 33.33%
B 173 of 525 ~ 32.95%

%33.71
%33.33
%32.95

CMYK color model

#B1AFAD color CMYK value is (0,1,2,31).

  • cyan value is 0.00%
  • magenta value is 1.13%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK:
(0,1,2,31)
C0M1Y2K31 
(0%,1%,2%,31%)
(0.00/0.01/0.02/0.31)	

CMYK percentages

%0
%1.13
%2.26
%30.59

Codes

Color #B1AFAD in popluar color models

B1AFAD
RGB177175173
HSL30°2.50%68.63%
HSB/HSV30°2.26%69.41%
CMYK0.00%1.13%2.26%
30.59%

Color #B1AFAD in popluar number systems.

HEXB1AFAD
Decimal177175173
Binary101100011010111110101101
Octal261257255

Shades and tints

Shades of #B1AFAD

#B1AFAD
(177,175,173)
#A1A09E
(161,160,158)
#91918F
(145,145,143)
#818280
(129,130,128)
#717371
(113,115,113)
#616462
(97,100,98)
#515553
(81,85,83)
#414644
(65,70,68)
#313735
(49,55,53)
#212826
(33,40,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #B1AFAD

#B1AFAD
(177,175,173)
#B8B6B4
(184,182,180)
#BFBDBB
(191,189,187)
#C6C4C2
(198,196,194)
#CDCBC9
(205,203,201)
#D4D2D0
(212,210,208)
#DBD9D7
(219,217,215)
#E2E0DE
(226,224,222)
#E9E7E5
(233,231,229)
#F0EEEC
(240,238,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AFAD color. Also use rgb(177,175,173) instead hex code.

Text Font Color

.myTextColor { color: #B1AFAD; }

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

This text font color is #B1AFAD.


Background Color

.myBgColor { background-color: #B1AFAD; }

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

This div background color is #B1AFAD.


Border color

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

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

This div border color is #B1AFAD.


Opacity

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

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

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

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

This text has shadow with #B1AFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFAD on black background.


Color preview on white background

This text has color #B1AFAD on white background.



Black color preview on #B1AFAD background

This text has black color on #B1AFAD background.


White color preview on #B1AFAD background

This text has white color on #B1AFAD background.