COLOR #B7A893

HEX: #B7A893
RGB: (183,168,147)

Color info

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

RGB color model

#B7A893 color RGB value is (183,168,147).

  • red value is 183;
  • green value is 168;
  • blue value is 147.
RGB:
(183,168,147)
(72%,66%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 168 of 255 = 66%
B 147 of 255 = 58%

183
168
147

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

Portions of RGB colors in percentages

R + G + B =
183 + 168 + 147 = 498 (100%)
R 183 of 498 ~ 36.75%
G 168 of 498 ~ 33.73%
B 147 of 498 ~ 29.52%

%36.75
%33.73
%29.52

CMYK color model

#B7A893 color CMYK value is (0,8,20,28).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(0,8,20,28)
C0M8Y20K28 
(0%,8%,20%,28%)
(0.00/0.08/0.20/0.28)	

CMYK percentages

%0
%8.2
%19.67
%28.24

Codes

Color #B7A893 in popluar color models

B7A893
RGB183168147
HSL35°20.00%64.71%
HSB/HSV35°19.67%71.76%
CMYK0.00%8.20%19.67%
28.24%

Color #B7A893 in popluar number systems.

HEXB7A893
Decimal183168147
Binary101101111010100010010011
Octal267250223

Shades and tints

Shades of #B7A893

#B7A893
(183,168,147)
#A79986
(167,153,134)
#978A79
(151,138,121)
#877B6C
(135,123,108)
#776C5F
(119,108,95)
#675D52
(103,93,82)
#574E45
(87,78,69)
#473F38
(71,63,56)
#37302B
(55,48,43)
#27211E
(39,33,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #B7A893

#B7A893
(183,168,147)
#BDAF9C
(189,175,156)
#C3B6A5
(195,182,165)
#C9BDAE
(201,189,174)
#CFC4B7
(207,196,183)
#D5CBC0
(213,203,192)
#DBD2C9
(219,210,201)
#E1D9D2
(225,217,210)
#E7E0DB
(231,224,219)
#EDE7E4
(237,231,228)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A893 color. Also use rgb(183,168,147) instead hex code.

Text Font Color

.myTextColor { color: #B7A893; }

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

This text font color is #B7A893.


Background Color

.myBgColor { background-color: #B7A893; }

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

This div background color is #B7A893.


Border color

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

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

This div border color is #B7A893.


Opacity

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

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

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

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

This text has shadow with #B7A893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A893 on black background.


Color preview on white background

This text has color #B7A893 on white background.



Black color preview on #B7A893 background

This text has black color on #B7A893 background.


White color preview on #B7A893 background

This text has white color on #B7A893 background.