COLOR #B596BD

HEX: #B596BD
RGB: (181,150,189)

Color info

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

RGB color model

#B596BD color RGB value is (181,150,189).

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

RGB channels and saturation

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

181
150
189

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

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 189 = 520 (100%)
R 181 of 520 ~ 34.81%
G 150 of 520 ~ 28.85%
B 189 of 520 ~ 36.35%

%34.81
%28.85
%36.35

CMYK color model

#B596BD color CMYK value is (4,21,0,26).

  • cyan value is 4.23%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(4,21,0,26)
C4M21Y0K26 
(4%,21%,0%,26%)
(0.04/0.21/0.00/0.26)	

CMYK percentages

%4.23
%20.63
%0
%25.88

Codes

Color #B596BD in popluar color models

B596BD
RGB181150189
HSL288°22.81%66.47%
HSB/HSV288°20.63%74.12%
CMYK4.23%20.63%0.00%
25.88%

Color #B596BD in popluar number systems.

HEXB596BD
Decimal181150189
Binary101101011001011010111101
Octal265226275

Shades and tints

Shades of #B596BD

#B596BD
(181,150,189)
#A589AC
(165,137,172)
#957C9B
(149,124,155)
#856F8A
(133,111,138)
#756279
(117,98,121)
#655568
(101,85,104)
#554857
(85,72,87)
#453B46
(69,59,70)
#352E35
(53,46,53)
#252124
(37,33,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #B596BD

#B596BD
(181,150,189)
#BB9FC3
(187,159,195)
#C1A8C9
(193,168,201)
#C7B1CF
(199,177,207)
#CDBAD5
(205,186,213)
#D3C3DB
(211,195,219)
#D9CCE1
(217,204,225)
#DFD5E7
(223,213,231)
#E5DEED
(229,222,237)
#EBE7F3
(235,231,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B596BD; }

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

This text font color is #B596BD.


Background Color

.myBgColor { background-color: #B596BD; }

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

This div background color is #B596BD.


Border color

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

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

This div border color is #B596BD.


Opacity

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

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

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

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

This text has shadow with #B596BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596BD on black background.


Color preview on white background

This text has color #B596BD on white background.



Black color preview on #B596BD background

This text has black color on #B596BD background.


White color preview on #B596BD background

This text has white color on #B596BD background.