COLOR #B596D0

HEX: #B596D0
RGB: (181,150,208)

Color info

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

RGB color model

#B596D0 color RGB value is (181,150,208).

  • red value is 181;
  • green value is 150;
  • blue value is 208.
RGB:
(181,150,208)
(71%,59%,82%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 208 of 255 = 82%

181
150
208

R + G + B ~ 71%. #B596D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 208 = 539 (100%)
R 181 of 539 ~ 33.58%
G 150 of 539 ~ 27.83%
B 208 of 539 ~ 38.59%

%33.58
%27.83
%38.59

CMYK color model

#B596D0 color CMYK value is (13,28,0,18).

  • cyan value is 12.98%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(13,28,0,18)
C13M28Y0K18 
(13%,28%,0%,18%)
(0.13/0.28/0.00/0.18)	

CMYK percentages

%12.98
%27.88
%0
%18.43

Codes

Color #B596D0 in popluar color models

B596D0
RGB181150208
HSL272°38.16%70.20%
HSB/HSV272°27.88%81.57%
CMYK12.98%27.88%0.00%
18.43%

Color #B596D0 in popluar number systems.

HEXB596D0
Decimal181150208
Binary101101011001011011010000
Octal265226320

Shades and tints

Shades of #B596D0

#B596D0
(181,150,208)
#A589BE
(165,137,190)
#957CAC
(149,124,172)
#856F9A
(133,111,154)
#756288
(117,98,136)
#655576
(101,85,118)
#554864
(85,72,100)
#453B52
(69,59,82)
#352E40
(53,46,64)
#25212E
(37,33,46)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #B596D0

#B596D0
(181,150,208)
#BB9FD4
(187,159,212)
#C1A8D8
(193,168,216)
#C7B1DC
(199,177,220)
#CDBAE0
(205,186,224)
#D3C3E4
(211,195,228)
#D9CCE8
(217,204,232)
#DFD5EC
(223,213,236)
#E5DEF0
(229,222,240)
#EBE7F4
(235,231,244)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B596D0 color. Also use rgb(181,150,208) instead hex code.

Text Font Color

.myTextColor { color: #B596D0; }

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

This text font color is #B596D0.


Background Color

.myBgColor { background-color: #B596D0; }

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

This div background color is #B596D0.


Border color

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

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

This div border color is #B596D0.


Opacity

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

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

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

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

This text has shadow with #B596D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596D0 on black background.


Color preview on white background

This text has color #B596D0 on white background.



Black color preview on #B596D0 background

This text has black color on #B596D0 background.


White color preview on #B596D0 background

This text has white color on #B596D0 background.