COLOR #B496C5

HEX: #B496C5
RGB: (180,150,197)

Color info

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

RGB color model

#B496C5 color RGB value is (180,150,197).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 197 of 255 = 77%

180
150
197

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

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 197 = 527 (100%)
R 180 of 527 ~ 34.16%
G 150 of 527 ~ 28.46%
B 197 of 527 ~ 37.38%

%34.16
%28.46
%37.38

CMYK color model

#B496C5 color CMYK value is (9,24,0,23).

  • cyan value is 8.63%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(9,24,0,23)
C9M24Y0K23 
(9%,24%,0%,23%)
(0.09/0.24/0.00/0.23)	

CMYK percentages

%8.63
%23.86
%0
%22.75

Codes

Color #B496C5 in popluar color models

B496C5
RGB180150197
HSL278°28.83%68.04%
HSB/HSV278°23.86%77.25%
CMYK8.63%23.86%0.00%
22.75%

Color #B496C5 in popluar number systems.

HEXB496C5
Decimal180150197
Binary101101001001011011000101
Octal264226305

Shades and tints

Shades of #B496C5

#B496C5
(180,150,197)
#A489B4
(164,137,180)
#947CA3
(148,124,163)
#846F92
(132,111,146)
#746281
(116,98,129)
#645570
(100,85,112)
#54485F
(84,72,95)
#443B4E
(68,59,78)
#342E3D
(52,46,61)
#24212C
(36,33,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B496C5

#B496C5
(180,150,197)
#BA9FCA
(186,159,202)
#C0A8CF
(192,168,207)
#C6B1D4
(198,177,212)
#CCBAD9
(204,186,217)
#D2C3DE
(210,195,222)
#D8CCE3
(216,204,227)
#DED5E8
(222,213,232)
#E4DEED
(228,222,237)
#EAE7F2
(234,231,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496C5; }

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

This text font color is #B496C5.


Background Color

.myBgColor { background-color: #B496C5; }

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

This div background color is #B496C5.


Border color

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

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

This div border color is #B496C5.


Opacity

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

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

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

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

This text has shadow with #B496C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496C5 on black background.


Color preview on white background

This text has color #B496C5 on white background.



Black color preview on #B496C5 background

This text has black color on #B496C5 background.


White color preview on #B496C5 background

This text has white color on #B496C5 background.