COLOR #B496BD

HEX: #B496BD
RGB: (180,150,189)

Color info

#B496BD contains red, green and blue colors in about the same proportion. Web safe color of #B496BD is #CC99CC (or #C9C).

RGB color model

#B496BD color RGB value is (180,150,189).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 189 of 255 = 74%

180
150
189

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 189 = 519 (100%)
R 180 of 519 ~ 34.68%
G 150 of 519 ~ 28.9%
B 189 of 519 ~ 36.42%

%34.68
%28.9
%36.42

CMYK color model

#B496BD color CMYK value is (5,21,0,26).

  • cyan value is 4.76%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(5,21,0,26)
C5M21Y0K26 
(5%,21%,0%,26%)
(0.05/0.21/0.00/0.26)	

CMYK percentages

%4.76
%20.63
%0
%25.88

Codes

Color #B496BD in popluar color models

B496BD
RGB180150189
HSL286°22.81%66.47%
HSB/HSV286°20.63%74.12%
CMYK4.76%20.63%0.00%
25.88%

Color #B496BD in popluar number systems.

HEXB496BD
Decimal180150189
Binary101101001001011010111101
Octal264226275

Shades and tints

Shades of #B496BD

#B496BD
(180,150,189)
#A489AC
(164,137,172)
#947C9B
(148,124,155)
#846F8A
(132,111,138)
#746279
(116,98,121)
#645568
(100,85,104)
#544857
(84,72,87)
#443B46
(68,59,70)
#342E35
(52,46,53)
#242124
(36,33,36)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B496BD

#B496BD
(180,150,189)
#BA9FC3
(186,159,195)
#C0A8C9
(192,168,201)
#C6B1CF
(198,177,207)
#CCBAD5
(204,186,213)
#D2C3DB
(210,195,219)
#D8CCE1
(216,204,225)
#DED5E7
(222,213,231)
#E4DEED
(228,222,237)
#EAE7F3
(234,231,243)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496BD; }

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

This text font color is #B496BD.


Background Color

.myBgColor { background-color: #B496BD; }

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

This div background color is #B496BD.


Border color

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

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

This div border color is #B496BD.


Opacity

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

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

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

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

This text has shadow with #B496BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496BD on black background.


Color preview on white background

This text has color #B496BD on white background.



Black color preview on #B496BD background

This text has black color on #B496BD background.


White color preview on #B496BD background

This text has white color on #B496BD background.