COLOR #B2A894

HEX: #B2A894
RGB: (178,168,148)

Color info

#B2A894 contains red, green and blue colors in about the same proportion. Web safe color of #B2A894 is #999999 (or #999).

RGB color model

#B2A894 color RGB value is (178,168,148).

  • red value is 178;
  • green value is 168;
  • blue value is 148.
RGB:
(178,168,148)
(70%,66%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 168 of 255 = 66%
B 148 of 255 = 58%

178
168
148

R + G + B ~ 65%. #B2A894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 168 + 148 = 494 (100%)
R 178 of 494 ~ 36.03%
G 168 of 494 ~ 34.01%
B 148 of 494 ~ 29.96%

%36.03
%34.01
%29.96

CMYK color model

#B2A894 color CMYK value is (0,6,17,30).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(0,6,17,30)
C0M6Y17K30 
(0%,6%,17%,30%)
(0.00/0.06/0.17/0.30)	

CMYK percentages

%0
%5.62
%16.85
%30.2

Codes

Color #B2A894 in popluar color models

B2A894
RGB178168148
HSL40°16.30%63.92%
HSB/HSV40°16.85%69.80%
CMYK0.00%5.62%16.85%
30.20%

Color #B2A894 in popluar number systems.

HEXB2A894
Decimal178168148
Binary101100101010100010010100
Octal262250224

Shades and tints

Shades of #B2A894

#B2A894
(178,168,148)
#A29987
(162,153,135)
#928A7A
(146,138,122)
#827B6D
(130,123,109)
#726C60
(114,108,96)
#625D53
(98,93,83)
#524E46
(82,78,70)
#423F39
(66,63,57)
#32302C
(50,48,44)
#22211F
(34,33,31)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #B2A894

#B2A894
(178,168,148)
#B9AF9D
(185,175,157)
#C0B6A6
(192,182,166)
#C7BDAF
(199,189,175)
#CEC4B8
(206,196,184)
#D5CBC1
(213,203,193)
#DCD2CA
(220,210,202)
#E3D9D3
(227,217,211)
#EAE0DC
(234,224,220)
#F1E7E5
(241,231,229)
#F8EEEE
(248,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A894 color. Also use rgb(178,168,148) instead hex code.

Text Font Color

.myTextColor { color: #B2A894; }

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

This text font color is #B2A894.


Background Color

.myBgColor { background-color: #B2A894; }

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

This div background color is #B2A894.


Border color

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

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

This div border color is #B2A894.


Opacity

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

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

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

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

This text has shadow with #B2A894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2A894 on black background.


Color preview on white background

This text has color #B2A894 on white background.



Black color preview on #B2A894 background

This text has black color on #B2A894 background.


White color preview on #B2A894 background

This text has white color on #B2A894 background.