COLOR #B496DF

HEX: #B496DF
RGB: (180,150,223)

Color info

#B496DF contains mainly red and blue colors. Web safe color of #B496DF is #CC99CC (or #C9C).

RGB color model

#B496DF color RGB value is (180,150,223).

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

RGB channels and saturation

R 180 of 255 = 71%
G 150 of 255 = 59%
B 223 of 255 = 87%

180
150
223

R + G + B ~ 72%. #B496DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 150 + 223 = 553 (100%)
R 180 of 553 ~ 32.55%
G 150 of 553 ~ 27.12%
B 223 of 553 ~ 40.33%

%32.55
%27.12
%40.33

CMYK color model

#B496DF color CMYK value is (19,33,0,13).

  • cyan value is 19.28%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,33,0,13)
C19M33Y0K13 
(19%,33%,0%,13%)
(0.19/0.33/0.00/0.13)	

CMYK percentages

%19.28
%32.74
%0
%12.55

Codes

Color #B496DF in popluar color models

B496DF
RGB180150223
HSL265°53.28%73.14%
HSB/HSV265°32.74%87.45%
CMYK19.28%32.74%0.00%
12.55%

Color #B496DF in popluar number systems.

HEXB496DF
Decimal180150223
Binary101101001001011011011111
Octal264226337

Shades and tints

Shades of #B496DF

#B496DF
(180,150,223)
#A489CB
(164,137,203)
#947CB7
(148,124,183)
#846FA3
(132,111,163)
#74628F
(116,98,143)
#64557B
(100,85,123)
#544867
(84,72,103)
#443B53
(68,59,83)
#342E3F
(52,46,63)
#24212B
(36,33,43)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B496DF

#B496DF
(180,150,223)
#BA9FE1
(186,159,225)
#C0A8E3
(192,168,227)
#C6B1E5
(198,177,229)
#CCBAE7
(204,186,231)
#D2C3E9
(210,195,233)
#D8CCEB
(216,204,235)
#DED5ED
(222,213,237)
#E4DEEF
(228,222,239)
#EAE7F1
(234,231,241)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B496DF; }

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

This text font color is #B496DF.


Background Color

.myBgColor { background-color: #B496DF; }

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

This div background color is #B496DF.


Border color

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

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

This div border color is #B496DF.


Opacity

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

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

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

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

This text has shadow with #B496DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B496DF on black background.


Color preview on white background

This text has color #B496DF on white background.



Black color preview on #B496DF background

This text has black color on #B496DF background.


White color preview on #B496DF background

This text has white color on #B496DF background.