COLOR #B596A6

HEX: #B596A6
RGB: (181,150,166)

Color info

#B596A6 contains red, green and blue colors in about the same proportion. Web safe color of #B596A6 is #CC9999 (or #C99).

RGB color model

#B596A6 color RGB value is (181,150,166).

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

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 166 of 255 = 65%

181
150
166

R + G + B ~ 65%. #B596A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 166 = 497 (100%)
R 181 of 497 ~ 36.42%
G 150 of 497 ~ 30.18%
B 166 of 497 ~ 33.4%

%36.42
%30.18
%33.4

CMYK color model

#B596A6 color CMYK value is (0,17,8,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 8.29%
  • key color value is 29.02%
CMYK:
(0,17,8,29)
C0M17Y8K29 
(0%,17%,8%,29%)
(0.00/0.17/0.08/0.29)	

CMYK percentages

%0
%17.13
%8.29
%29.02

Codes

Color #B596A6 in popluar color models

B596A6
RGB181150166
HSL329°17.32%64.90%
HSB/HSV329°17.13%70.98%
CMYK0.00%17.13%8.29%
29.02%

Color #B596A6 in popluar number systems.

HEXB596A6
Decimal181150166
Binary101101011001011010100110
Octal265226246

Shades and tints

Shades of #B596A6

#B596A6
(181,150,166)
#A58997
(165,137,151)
#957C88
(149,124,136)
#856F79
(133,111,121)
#75626A
(117,98,106)
#65555B
(101,85,91)
#55484C
(85,72,76)
#453B3D
(69,59,61)
#352E2E
(53,46,46)
#25211F
(37,33,31)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #B596A6

#B596A6
(181,150,166)
#BB9FAE
(187,159,174)
#C1A8B6
(193,168,182)
#C7B1BE
(199,177,190)
#CDBAC6
(205,186,198)
#D3C3CE
(211,195,206)
#D9CCD6
(217,204,214)
#DFD5DE
(223,213,222)
#E5DEE6
(229,222,230)
#EBE7EE
(235,231,238)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B596A6; }

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

This text font color is #B596A6.


Background Color

.myBgColor { background-color: #B596A6; }

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

This div background color is #B596A6.


Border color

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

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

This div border color is #B596A6.


Opacity

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

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

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

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

This text has shadow with #B596A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B596A6 on black background.


Color preview on white background

This text has color #B596A6 on white background.



Black color preview on #B596A6 background

This text has black color on #B596A6 background.


White color preview on #B596A6 background

This text has white color on #B596A6 background.