COLOR #B496AB

HEX: #B496AB
RGB: (180,150,171)

Color info

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

RGB color model

#B496AB color RGB value is (180,150,171).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 171 of 255 = 67%

180
150
171

R + G + B ~ 66%. #B496AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 171 = 501 (100%)
R 180 of 501 ~ 35.93%
G 150 of 501 ~ 29.94%
B 171 of 501 ~ 34.13%

%35.93
%29.94
%34.13

CMYK color model

#B496AB color CMYK value is (0,17,5,29).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,17,5,29)
C0M17Y5K29 
(0%,17%,5%,29%)
(0.00/0.17/0.05/0.29)	

CMYK percentages

%0
%16.67
%5
%29.41

Codes

Color #B496AB in popluar color models

B496AB
RGB180150171
HSL318°16.67%64.71%
HSB/HSV318°16.67%70.59%
CMYK0.00%16.67%5.00%
29.41%

Color #B496AB in popluar number systems.

HEXB496AB
Decimal180150171
Binary101101001001011010101011
Octal264226253

Shades and tints

Shades of #B496AB

#B496AB
(180,150,171)
#A4899C
(164,137,156)
#947C8D
(148,124,141)
#846F7E
(132,111,126)
#74626F
(116,98,111)
#645560
(100,85,96)
#544851
(84,72,81)
#443B42
(68,59,66)
#342E33
(52,46,51)
#242124
(36,33,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B496AB

#B496AB
(180,150,171)
#BA9FB2
(186,159,178)
#C0A8B9
(192,168,185)
#C6B1C0
(198,177,192)
#CCBAC7
(204,186,199)
#D2C3CE
(210,195,206)
#D8CCD5
(216,204,213)
#DED5DC
(222,213,220)
#E4DEE3
(228,222,227)
#EAE7EA
(234,231,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496AB; }

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

This text font color is #B496AB.


Background Color

.myBgColor { background-color: #B496AB; }

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

This div background color is #B496AB.


Border color

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

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

This div border color is #B496AB.


Opacity

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

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

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

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

This text has shadow with #B496AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496AB on black background.


Color preview on white background

This text has color #B496AB on white background.



Black color preview on #B496AB background

This text has black color on #B496AB background.


White color preview on #B496AB background

This text has white color on #B496AB background.