COLOR #B8A4AF

HEX: #B8A4AF RGB: (184,164,175)

Color info

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

RGB color model

#B8A4AF color RGB value is (184,164,175).

RGB: (184,164,175) (72%, 64%, 69%)

RGB channels and saturation

R 184 of 255 = 72%
G 164 of 255 = 64%
B 175 of 255 = 69%

184
164
175

R + G + B ~ 68%. #B8A4AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 164 + 175 = 523 (100%)
R 184 of 523 ~ 35.18%
G 164 of 523 ~ 31.36%
B 175 of 523 ~ 33.46'%

%35.18
%31.36
%33.46

CMYK color model

#B8A4AF color CMYK value is (0,11,5,28).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 4.89%
  • key color value is 27.84%

CMYK: (0,11,5,28)
C0M11Y5K28 (0%, 11%, 5%, 28%)
(0.00 / 0.11 / 0.05 / 0.28)

CMYK percentages

%0
%10.87
%4.89
%27.84

Codes

Color #B8A4AF in popluar color models

B8 A4 AF
RGB 184 164 175
HSL 327° 12.35% 68.24%
HSB/HSV 327° 10.87% 72.16%
CMYK 0.00% 10.87% 4.89%
27.84%

Color #B8A4AF in popluar number systems.

HEX B8 A4 AF
Decimal 184 164 175
Binary 10111000 10100100 10101111
Octal 270 244 257

Shades and tints

Shades of #B8A4AF

#B8A4AF
(184,164,175)
#A896A0
(168,150,160)
#988891
(152,136,145)
#887A82
(136,122,130)
#786C73
(120,108,115)
#685E64
(104,94,100)
#585055
(88,80,85)
#484246
(72,66,70)
#383437
(56,52,55)
#282628
(40,38,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #B8A4AF

#B8A4AF
(184,164,175)
#BEACB6
(190,172,182)
#C4B4BD
(196,180,189)
#CABCC4
(202,188,196)
#D0C4CB
(208,196,203)
#D6CCD2
(214,204,210)
#DCD4D9
(220,212,217)
#E2DCE0
(226,220,224)
#E8E4E7
(232,228,231)
#EEECEE
(238,236,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A4AF; }

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

This text font color is #B8A4AF.

Background Color

.myBgColor { background-color: #B8A4AF; }

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

This div background color is #B8A4AF.

Border color

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

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

This div border color is #B8A4AF.

Opacity

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

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

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

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

This text has shadow with #B8A4AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8A4AF.

Preview

Color preview on black background

This text has color #B8A4AF on black background.


Color preview on white background

This text has color #B8A4AF on white background.


Black color preview on #B8A4AF background

This text has black color on #B8A4AF background.


White color preview on #B8A4AF background

This text has white color on #B8A4AF background.


Related colors

Complementary color

Complementary color for #hex is #475B50.


I love getcolorcode.com

Triadic colors

1 #AFB8A4 and #A4AFB8 with #B8A4AF are triadic colors.

2 #AFA4B8 and #A4B8AF with #B8A4AF are triadic colors.