COLOR #B7A3AE

HEX: #B7A3AE
RGB: (183,163,174)

Color info

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

RGB color model

#B7A3AE color RGB value is (183,163,174).

  • red value is 183;
  • green value is 163;
  • blue value is 174.
RGB:
(183,163,174)
(72%,64%,68%)

RGB channels and saturation

R 183 of 255 = 72%
G 163 of 255 = 64%
B 174 of 255 = 68%

183
163
174

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

Portions of RGB colors in percentages

R + G + B =
183 + 163 + 174 = 520 (100%)
R 183 of 520 ~ 35.19%
G 163 of 520 ~ 31.35%
B 174 of 520 ~ 33.46%

%35.19
%31.35
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(0,11,5,28)
C0M11Y5K28 
(0%,11%,5%,28%)
(0.00/0.11/0.05/0.28)	

CMYK percentages

%0
%10.93
%4.92
%28.24

Codes

Color #B7A3AE in popluar color models

B7A3AE
RGB183163174
HSL327°12.20%67.84%
HSB/HSV327°10.93%71.76%
CMYK0.00%10.93%4.92%
28.24%

Color #B7A3AE in popluar number systems.

HEXB7A3AE
Decimal183163174
Binary101101111010001110101110
Octal267243256

Shades and tints

Shades of #B7A3AE

#B7A3AE
(183,163,174)
#A7959F
(167,149,159)
#978790
(151,135,144)
#877981
(135,121,129)
#776B72
(119,107,114)
#675D63
(103,93,99)
#574F54
(87,79,84)
#474145
(71,65,69)
#373336
(55,51,54)
#272527
(39,37,39)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #B7A3AE

#B7A3AE
(183,163,174)
#BDABB5
(189,171,181)
#C3B3BC
(195,179,188)
#C9BBC3
(201,187,195)
#CFC3CA
(207,195,202)
#D5CBD1
(213,203,209)
#DBD3D8
(219,211,216)
#E1DBDF
(225,219,223)
#E7E3E6
(231,227,230)
#EDEBED
(237,235,237)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A3AE color. Also use rgb(183,163,174) instead hex code.

Text Font Color

.myTextColor { color: #B7A3AE; }

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

This text font color is #B7A3AE.


Background Color

.myBgColor { background-color: #B7A3AE; }

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

This div background color is #B7A3AE.


Border color

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

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

This div border color is #B7A3AE.


Opacity

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

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

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

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

This text has shadow with #B7A3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A3AE on black background.


Color preview on white background

This text has color #B7A3AE on white background.



Black color preview on #B7A3AE background

This text has black color on #B7A3AE background.


White color preview on #B7A3AE background

This text has white color on #B7A3AE background.