COLOR #B8A8A3

HEX: #B8A8A3 RGB: (184,168,163)

Color info

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

RGB color model

#B8A8A3 color RGB value is (184,168,163).

RGB: (184,168,163) (72%, 66%, 64%)

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 163 of 255 = 64%

184
168
163

R + G + B ~ 67%. #B8A8A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 168 + 163 = 515 (100%)
R 184 of 515 ~ 35.73%
G 168 of 515 ~ 32.62%
B 163 of 515 ~ 31.65'%

%35.73
%32.62
%31.65

CMYK color model

#B8A8A3 color CMYK value is (0,9,11,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 11.41%
  • key color value is 27.84%

CMYK: (0,9,11,28)
C0M9Y11K28 (0%, 9%, 11%, 28%)
(0.00 / 0.09 / 0.11 / 0.28)

CMYK percentages

%0
%8.7
%11.41
%27.84

Codes

Color #B8A8A3 in popluar color models

B8 A8 A3
RGB 184 168 163
HSL 14° 12.88% 68.04%
HSB/HSV 14° 11.41% 72.16%
CMYK 0.00% 8.70% 11.41%
27.84%

Color #B8A8A3 in popluar number systems.

HEX B8 A8 A3
Decimal 184 168 163
Binary 10111000 10101000 10100011
Octal 270 250 243

Shades and tints

Shades of #B8A8A3

#B8A8A3
(184,168,163)
#A89995
(168,153,149)
#988A87
(152,138,135)
#887B79
(136,123,121)
#786C6B
(120,108,107)
#685D5D
(104,93,93)
#584E4F
(88,78,79)
#483F41
(72,63,65)
#383033
(56,48,51)
#282125
(40,33,37)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #B8A8A3

#B8A8A3
(184,168,163)
#BEAFAB
(190,175,171)
#C4B6B3
(196,182,179)
#CABDBB
(202,189,187)
#D0C4C3
(208,196,195)
#D6CBCB
(214,203,203)
#DCD2D3
(220,210,211)
#E2D9DB
(226,217,219)
#E8E0E3
(232,224,227)
#EEE7EB
(238,231,235)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A8A3 color. Also use rgb(184,168,163) instead hex code.

Text Font Color

.myTextColor { color: #B8A8A3; }

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

This text font color is #B8A8A3.

Background Color

.myBgColor { background-color: #B8A8A3; }

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

This div background color is #B8A8A3.

Border color

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

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

This div border color is #B8A8A3.

Opacity

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

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

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

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

This text has shadow with #B8A8A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A8A3.

Preview

Color preview on black background

This text has color #B8A8A3 on black background.


Color preview on white background

This text has color #B8A8A3 on white background.


Black color preview on #B8A8A3 background

This text has black color on #B8A8A3 background.


White color preview on #B8A8A3 background

This text has white color on #B8A8A3 background.


Related colors

Complementary color

Complementary color for #hex is #47575C.


I love getcolorcode.com

Triadic colors

1 #A3B8A8 and #A8A3B8 with #B8A8A3 are triadic colors.

2 #A3A8B8 and #A8B8A3 with #B8A8A3 are triadic colors.