COLOR #B496CB

HEX: #B496CB
RGB: (180,150,203)

Color info

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

RGB color model

#B496CB color RGB value is (180,150,203).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 203 of 255 = 80%

180
150
203

R + G + B ~ 70%. #B496CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 203 = 533 (100%)
R 180 of 533 ~ 33.77%
G 150 of 533 ~ 28.14%
B 203 of 533 ~ 38.09%

%33.77
%28.14
%38.09

CMYK color model

#B496CB color CMYK value is (11,26,0,20).

  • cyan value is 11.33%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,26,0,20)
C11M26Y0K20 
(11%,26%,0%,20%)
(0.11/0.26/0.00/0.20)	

CMYK percentages

%11.33
%26.11
%0
%20.39

Codes

Color #B496CB in popluar color models

B496CB
RGB180150203
HSL274°33.76%69.22%
HSB/HSV274°26.11%79.61%
CMYK11.33%26.11%0.00%
20.39%

Color #B496CB in popluar number systems.

HEXB496CB
Decimal180150203
Binary101101001001011011001011
Octal264226313

Shades and tints

Shades of #B496CB

#B496CB
(180,150,203)
#A489B9
(164,137,185)
#947CA7
(148,124,167)
#846F95
(132,111,149)
#746283
(116,98,131)
#645571
(100,85,113)
#54485F
(84,72,95)
#443B4D
(68,59,77)
#342E3B
(52,46,59)
#242129
(36,33,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B496CB

#B496CB
(180,150,203)
#BA9FCF
(186,159,207)
#C0A8D3
(192,168,211)
#C6B1D7
(198,177,215)
#CCBADB
(204,186,219)
#D2C3DF
(210,195,223)
#D8CCE3
(216,204,227)
#DED5E7
(222,213,231)
#E4DEEB
(228,222,235)
#EAE7EF
(234,231,239)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496CB; }

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

This text font color is #B496CB.


Background Color

.myBgColor { background-color: #B496CB; }

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

This div background color is #B496CB.


Border color

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

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

This div border color is #B496CB.


Opacity

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

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

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

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

This text has shadow with #B496CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496CB on black background.


Color preview on white background

This text has color #B496CB on white background.



Black color preview on #B496CB background

This text has black color on #B496CB background.


White color preview on #B496CB background

This text has white color on #B496CB background.