COLOR #B8AFB5

HEX: #B8AFB5
RGB: (184,175,181)

Color info

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

RGB color model

#B8AFB5 color RGB value is (184,175,181).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 181 of 255 = 71%

184
175
181

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

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 181 = 540 (100%)
R 184 of 540 ~ 34.07%
G 175 of 540 ~ 32.41%
B 181 of 540 ~ 33.52%

%34.07
%32.41
%33.52

CMYK color model

#B8AFB5 color CMYK value is (0,5,2,28).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 1.63%
  • key color value is 27.84%
CMYK:
(0,5,2,28)
C0M5Y2K28 
(0%,5%,2%,28%)
(0.00/0.05/0.02/0.28)	

CMYK percentages

%0
%4.89
%1.63
%27.84

Codes

Color #B8AFB5 in popluar color models

B8AFB5
RGB184175181
HSL320°5.96%70.39%
HSB/HSV320°4.89%72.16%
CMYK0.00%4.89%1.63%
27.84%

Color #B8AFB5 in popluar number systems.

HEXB8AFB5
Decimal184175181
Binary101110001010111110110101
Octal270257265

Shades and tints

Shades of #B8AFB5

#B8AFB5
(184,175,181)
#A8A0A5
(168,160,165)
#989195
(152,145,149)
#888285
(136,130,133)
#787375
(120,115,117)
#686465
(104,100,101)
#585555
(88,85,85)
#484645
(72,70,69)
#383735
(56,55,53)
#282825
(40,40,37)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #B8AFB5

#B8AFB5
(184,175,181)
#BEB6BB
(190,182,187)
#C4BDC1
(196,189,193)
#CAC4C7
(202,196,199)
#D0CBCD
(208,203,205)
#D6D2D3
(214,210,211)
#DCD9D9
(220,217,217)
#E2E0DF
(226,224,223)
#E8E7E5
(232,231,229)
#EEEEEB
(238,238,235)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFB5; }

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

This text font color is #B8AFB5.


Background Color

.myBgColor { background-color: #B8AFB5; }

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

This div background color is #B8AFB5.


Border color

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

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

This div border color is #B8AFB5.


Opacity

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

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

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

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

This text has shadow with #B8AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFB5 on black background.


Color preview on white background

This text has color #B8AFB5 on white background.



Black color preview on #B8AFB5 background

This text has black color on #B8AFB5 background.


White color preview on #B8AFB5 background

This text has white color on #B8AFB5 background.