COLOR #B8AFA5

HEX: #B8AFA5
RGB: (184,175,165)

Color info

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

RGB color model

#B8AFA5 color RGB value is (184,175,165).

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

RGB channels and saturation

R 184 of 255 = 72%
G 175 of 255 = 69%
B 165 of 255 = 65%

184
175
165

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

Portions of RGB colors in percentages

R + G + B =
184 + 175 + 165 = 524 (100%)
R 184 of 524 ~ 35.11%
G 175 of 524 ~ 33.4%
B 165 of 524 ~ 31.49%

%35.11
%33.4
%31.49

CMYK color model

#B8AFA5 color CMYK value is (0,5,10,28).

  • cyan value is 0.00%
  • magenta value is 4.89%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(0,5,10,28)
C0M5Y10K28 
(0%,5%,10%,28%)
(0.00/0.05/0.10/0.28)	

CMYK percentages

%0
%4.89
%10.33
%27.84

Codes

Color #B8AFA5 in popluar color models

B8AFA5
RGB184175165
HSL32°11.80%68.43%
HSB/HSV32°10.33%72.16%
CMYK0.00%4.89%10.33%
27.84%

Color #B8AFA5 in popluar number systems.

HEXB8AFA5
Decimal184175165
Binary101110001010111110100101
Octal270257245

Shades and tints

Shades of #B8AFA5

#B8AFA5
(184,175,165)
#A8A096
(168,160,150)
#989187
(152,145,135)
#888278
(136,130,120)
#787369
(120,115,105)
#68645A
(104,100,90)
#58554B
(88,85,75)
#48463C
(72,70,60)
#38372D
(56,55,45)
#28281E
(40,40,30)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #B8AFA5

#B8AFA5
(184,175,165)
#BEB6AD
(190,182,173)
#C4BDB5
(196,189,181)
#CAC4BD
(202,196,189)
#D0CBC5
(208,203,197)
#D6D2CD
(214,210,205)
#DCD9D5
(220,217,213)
#E2E0DD
(226,224,221)
#E8E7E5
(232,231,229)
#EEEEED
(238,238,237)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AFA5; }

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

This text font color is #B8AFA5.


Background Color

.myBgColor { background-color: #B8AFA5; }

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

This div background color is #B8AFA5.


Border color

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

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

This div border color is #B8AFA5.


Opacity

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

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

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

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

This text has shadow with #B8AFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AFA5 on black background.


Color preview on white background

This text has color #B8AFA5 on white background.



Black color preview on #B8AFA5 background

This text has black color on #B8AFA5 background.


White color preview on #B8AFA5 background

This text has white color on #B8AFA5 background.