COLOR #B9AFAD

HEX: #B9AFAD RGB: (185,175,173)

Color info

#B9AFAD contains red, green and blue colors in about the same proportion. Web safe color of #B9AFAD is #CC9999 (or #C99).

RGB color model

#B9AFAD color RGB value is (185,175,173).

RGB: (185,175,173) (73%, 69%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 173 of 255 = 68%

185
175
173

R + G + B ~ 70%. #B9AFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 175 + 173 = 533 (100%)
R 185 of 533 ~ 34.71%
G 175 of 533 ~ 32.83%
B 173 of 533 ~ 32.46'%

%34.71
%32.83
%32.46

CMYK color model

#B9AFAD color CMYK value is (0,5,6,27).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 6.49%
  • key color value is 27.45%
CMYK: (0,5,6,27) C0M5Y6K27 (0%,5%,6%,27%) (0.00/0.05/0.06/0.27) 

CMYK percentages

%0
%5.41
%6.49
%27.45

Codes

Color #B9AFAD in popluar color models

B9 AF AD
RGB 185 175 173
HSL 10° 7.89% 70.20%
HSB/HSV 10° 6.49% 72.55%
CMYK 0.00% 5.41% 6.49%
27.45%

Color #B9AFAD in popluar number systems.

HEX B9 AF AD
Decimal 185 175 173
Binary 10111001 10101111 10101101
Octal 271 257 255

Shades and tints

Shades of #B9AFAD

#B9AFAD
(185,175,173)
#A9A09E
(169,160,158)
#99918F
(153,145,143)
#898280
(137,130,128)
#797371
(121,115,113)
#696462
(105,100,98)
#595553
(89,85,83)
#494644
(73,70,68)
#393735
(57,55,53)
#292826
(41,40,38)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #B9AFAD

#B9AFAD
(185,175,173)
#BFB6B4
(191,182,180)
#C5BDBB
(197,189,187)
#CBC4C2
(203,196,194)
#D1CBC9
(209,203,201)
#D7D2D0
(215,210,208)
#DDD9D7
(221,217,215)
#E3E0DE
(227,224,222)
#E9E7E5
(233,231,229)
#EFEEEC
(239,238,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AFAD; }

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

This text font color is #B9AFAD.

Background Color

.myBgColor { background-color: #B9AFAD; }

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

This div background color is #B9AFAD.

Border color

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

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

This div border color is #B9AFAD.

Opacity

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

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

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

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

This text has shadow with #B9AFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AFAD.

Preview

Color preview on black background

This text has color #B9AFAD on black background.


Color preview on white background

This text has color #B9AFAD on white background.


Black color preview on #B9AFAD background

This text has black color on #B9AFAD background.


White color preview on #B9AFAD background

This text has white color on #B9AFAD background.


Related colors

Complementary color

Complementary color for #hex is #465052.


I love getcolorcode.com

Triadic colors

1 #ADB9AF and #AFADB9 with #B9AFAD are triadic colors.

2 #ADAFB9 and #AFB9AD with #B9AFAD are triadic colors.