COLOR #B5AFBA

HEX: #B5AFBA
RGB: (181,175,186)

Color info

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

RGB color model

#B5AFBA color RGB value is (181,175,186).

  • red value is 181;
  • green value is 175;
  • blue value is 186.
RGB:
(181,175,186)
(71%,69%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 175 of 255 = 69%
B 186 of 255 = 73%

181
175
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 175 + 186 = 542 (100%)
R 181 of 542 ~ 33.39%
G 175 of 542 ~ 32.29%
B 186 of 542 ~ 34.32%

%33.39
%32.29
%34.32

CMYK color model

#B5AFBA color CMYK value is (3,6,0,27).

  • cyan value is 2.69%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,6,0,27)
C3M6Y0K27 
(3%,6%,0%,27%)
(0.03/0.06/0.00/0.27)	

CMYK percentages

%2.69
%5.91
%0
%27.06

Codes

Color #B5AFBA in popluar color models

B5AFBA
RGB181175186
HSL273°7.38%70.78%
HSB/HSV273°5.91%72.94%
CMYK2.69%5.91%0.00%
27.06%

Color #B5AFBA in popluar number systems.

HEXB5AFBA
Decimal181175186
Binary101101011010111110111010
Octal265257272

Shades and tints

Shades of #B5AFBA

#B5AFBA
(181,175,186)
#A5A0AA
(165,160,170)
#95919A
(149,145,154)
#85828A
(133,130,138)
#75737A
(117,115,122)
#65646A
(101,100,106)
#55555A
(85,85,90)
#45464A
(69,70,74)
#35373A
(53,55,58)
#25282A
(37,40,42)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #B5AFBA

#B5AFBA
(181,175,186)
#BBB6C0
(187,182,192)
#C1BDC6
(193,189,198)
#C7C4CC
(199,196,204)
#CDCBD2
(205,203,210)
#D3D2D8
(211,210,216)
#D9D9DE
(217,217,222)
#DFE0E4
(223,224,228)
#E5E7EA
(229,231,234)
#EBEEF0
(235,238,240)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AFBA color. Also use rgb(181,175,186) instead hex code.

Text Font Color

.myTextColor { color: #B5AFBA; }

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

This text font color is #B5AFBA.


Background Color

.myBgColor { background-color: #B5AFBA; }

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

This div background color is #B5AFBA.


Border color

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

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

This div border color is #B5AFBA.


Opacity

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

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

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

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

This text has shadow with #B5AFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AFBA on black background.


Color preview on white background

This text has color #B5AFBA on white background.



Black color preview on #B5AFBA background

This text has black color on #B5AFBA background.


White color preview on #B5AFBA background

This text has white color on #B5AFBA background.