COLOR #B7AEAD

HEX: #B7AEAD
RGB: (183,174,173)

Color info

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

RGB color model

#B7AEAD color RGB value is (183,174,173).

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

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 173 of 255 = 68%

183
174
173

R + G + B ~ 69%. #B7AEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 174 + 173 = 530 (100%)
R 183 of 530 ~ 34.53%
G 174 of 530 ~ 32.83%
B 173 of 530 ~ 32.64%

%34.53
%32.83
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(0,5,5,28)
C0M5Y5K28 
(0%,5%,5%,28%)
(0.00/0.05/0.05/0.28)	

CMYK percentages

%0
%4.92
%5.46
%28.24

Codes

Color #B7AEAD in popluar color models

B7AEAD
RGB183174173
HSL6.49%69.80%
HSB/HSV5.46%71.76%
CMYK0.00%4.92%5.46%
28.24%

Color #B7AEAD in popluar number systems.

HEXB7AEAD
Decimal183174173
Binary101101111010111010101101
Octal267256255

Shades and tints

Shades of #B7AEAD

#B7AEAD
(183,174,173)
#A79F9E
(167,159,158)
#97908F
(151,144,143)
#878180
(135,129,128)
#777271
(119,114,113)
#676362
(103,99,98)
#575453
(87,84,83)
#474544
(71,69,68)
#373635
(55,54,53)
#272726
(39,39,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #B7AEAD

#B7AEAD
(183,174,173)
#BDB5B4
(189,181,180)
#C3BCBB
(195,188,187)
#C9C3C2
(201,195,194)
#CFCAC9
(207,202,201)
#D5D1D0
(213,209,208)
#DBD8D7
(219,216,215)
#E1DFDE
(225,223,222)
#E7E6E5
(231,230,229)
#EDEDEC
(237,237,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AEAD; }

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

This text font color is #B7AEAD.


Background Color

.myBgColor { background-color: #B7AEAD; }

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

This div background color is #B7AEAD.


Border color

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

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

This div border color is #B7AEAD.


Opacity

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

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

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

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

This text has shadow with #B7AEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AEAD on black background.


Color preview on white background

This text has color #B7AEAD on white background.



Black color preview on #B7AEAD background

This text has black color on #B7AEAD background.


White color preview on #B7AEAD background

This text has white color on #B7AEAD background.