COLOR #B9AFBC

HEX: #B9AFBC
RGB: (185,175,188)

Color info

#B9AFBC contains red, green and blue colors in about the same proportion. Web safe color of #B9AFBC is #CC99CC (or #C9C).

RGB color model

#B9AFBC color RGB value is (185,175,188).

  • red value is 185;
  • green value is 175;
  • blue value is 188.
RGB:
(185,175,188)
(73%,69%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 175 of 255 = 69%
B 188 of 255 = 74%

185
175
188

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

Portions of RGB colors in percentages

R + G + B =
185 + 175 + 188 = 548 (100%)
R 185 of 548 ~ 33.76%
G 175 of 548 ~ 31.93%
B 188 of 548 ~ 34.31%

%33.76
%31.93
%34.31

CMYK color model

#B9AFBC color CMYK value is (2,7,0,26).

  • cyan value is 1.60%
  • magenta value is 6.91%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(2,7,0,26)
C2M7Y0K26 
(2%,7%,0%,26%)
(0.02/0.07/0.00/0.26)	

CMYK percentages

%1.6
%6.91
%0
%26.27

Codes

Color #B9AFBC in popluar color models

B9AFBC
RGB185175188
HSL286°8.84%71.18%
HSB/HSV286°6.91%73.73%
CMYK1.60%6.91%0.00%
26.27%

Color #B9AFBC in popluar number systems.

HEXB9AFBC
Decimal185175188
Binary101110011010111110111100
Octal271257274

Shades and tints

Shades of #B9AFBC

#B9AFBC
(185,175,188)
#A9A0AB
(169,160,171)
#99919A
(153,145,154)
#898289
(137,130,137)
#797378
(121,115,120)
#696467
(105,100,103)
#595556
(89,85,86)
#494645
(73,70,69)
#393734
(57,55,52)
#292823
(41,40,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9AFBC

#B9AFBC
(185,175,188)
#BFB6C2
(191,182,194)
#C5BDC8
(197,189,200)
#CBC4CE
(203,196,206)
#D1CBD4
(209,203,212)
#D7D2DA
(215,210,218)
#DDD9E0
(221,217,224)
#E3E0E6
(227,224,230)
#E9E7EC
(233,231,236)
#EFEEF2
(239,238,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9AFBC; }

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

This text font color is #B9AFBC.


Background Color

.myBgColor { background-color: #B9AFBC; }

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

This div background color is #B9AFBC.


Border color

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

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

This div border color is #B9AFBC.


Opacity

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

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

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

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

This text has shadow with #B9AFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AFBC on black background.


Color preview on white background

This text has color #B9AFBC on white background.



Black color preview on #B9AFBC background

This text has black color on #B9AFBC background.


White color preview on #B9AFBC background

This text has white color on #B9AFBC background.