COLOR #B7AEA2

HEX: #B7AEA2
RGB: (183,174,162)

Color info

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

RGB color model

#B7AEA2 color RGB value is (183,174,162).

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

RGB channels and saturation

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

183
174
162

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

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 162 = 519 (100%)
R 183 of 519 ~ 35.26%
G 174 of 519 ~ 33.53%
B 162 of 519 ~ 31.21%

%35.26
%33.53
%31.21

CMYK color model

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

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

CMYK percentages

%0
%4.92
%11.48
%28.24

Codes

Color #B7AEA2 in popluar color models

B7AEA2
RGB183174162
HSL34°12.73%67.65%
HSB/HSV34°11.48%71.76%
CMYK0.00%4.92%11.48%
28.24%

Color #B7AEA2 in popluar number systems.

HEXB7AEA2
Decimal183174162
Binary101101111010111010100010
Octal267256242

Shades and tints

Shades of #B7AEA2

#B7AEA2
(183,174,162)
#A79F94
(167,159,148)
#979086
(151,144,134)
#878178
(135,129,120)
#77726A
(119,114,106)
#67635C
(103,99,92)
#57544E
(87,84,78)
#474540
(71,69,64)
#373632
(55,54,50)
#272724
(39,39,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #B7AEA2

#B7AEA2
(183,174,162)
#BDB5AA
(189,181,170)
#C3BCB2
(195,188,178)
#C9C3BA
(201,195,186)
#CFCAC2
(207,202,194)
#D5D1CA
(213,209,202)
#DBD8D2
(219,216,210)
#E1DFDA
(225,223,218)
#E7E6E2
(231,230,226)
#EDEDEA
(237,237,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AEA2; }

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

This text font color is #B7AEA2.


Background Color

.myBgColor { background-color: #B7AEA2; }

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

This div background color is #B7AEA2.


Border color

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

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

This div border color is #B7AEA2.


Opacity

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

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

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

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

This text has shadow with #B7AEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AEA2 on black background.


Color preview on white background

This text has color #B7AEA2 on white background.



Black color preview on #B7AEA2 background

This text has black color on #B7AEA2 background.


White color preview on #B7AEA2 background

This text has white color on #B7AEA2 background.