COLOR #B496A7

HEX: #B496A7
RGB: (180,150,167)

Color info

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

RGB color model

#B496A7 color RGB value is (180,150,167).

  • red value is 180;
  • green value is 150;
  • blue value is 167.
RGB:
(180,150,167)
(71%,59%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 167 of 255 = 65%

180
150
167

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 167 = 497 (100%)
R 180 of 497 ~ 36.22%
G 150 of 497 ~ 30.18%
B 167 of 497 ~ 33.6%

%36.22
%30.18
%33.6

CMYK color model

#B496A7 color CMYK value is (0,17,7,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 7.22%
  • key color value is 29.41%
CMYK:
(0,17,7,29)
C0M17Y7K29 
(0%,17%,7%,29%)
(0.00/0.17/0.07/0.29)	

CMYK percentages

%0
%16.67
%7.22
%29.41

Codes

Color #B496A7 in popluar color models

B496A7
RGB180150167
HSL326°16.67%64.71%
HSB/HSV326°16.67%70.59%
CMYK0.00%16.67%7.22%
29.41%

Color #B496A7 in popluar number systems.

HEXB496A7
Decimal180150167
Binary101101001001011010100111
Octal264226247

Shades and tints

Shades of #B496A7

#B496A7
(180,150,167)
#A48998
(164,137,152)
#947C89
(148,124,137)
#846F7A
(132,111,122)
#74626B
(116,98,107)
#64555C
(100,85,92)
#54484D
(84,72,77)
#443B3E
(68,59,62)
#342E2F
(52,46,47)
#242120
(36,33,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #B496A7

#B496A7
(180,150,167)
#BA9FAF
(186,159,175)
#C0A8B7
(192,168,183)
#C6B1BF
(198,177,191)
#CCBAC7
(204,186,199)
#D2C3CF
(210,195,207)
#D8CCD7
(216,204,215)
#DED5DF
(222,213,223)
#E4DEE7
(228,222,231)
#EAE7EF
(234,231,239)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B496A7 color. Also use rgb(180,150,167) instead hex code.

Text Font Color

.myTextColor { color: #B496A7; }

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

This text font color is #B496A7.


Background Color

.myBgColor { background-color: #B496A7; }

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

This div background color is #B496A7.


Border color

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

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

This div border color is #B496A7.


Opacity

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

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

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

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

This text has shadow with #B496A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496A7 on black background.


Color preview on white background

This text has color #B496A7 on white background.



Black color preview on #B496A7 background

This text has black color on #B496A7 background.


White color preview on #B496A7 background

This text has white color on #B496A7 background.