COLOR #B595B6

HEX: #B595B6
RGB: (181,149,182)

Color info

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

RGB color model

#B595B6 color RGB value is (181,149,182).

  • red value is 181;
  • green value is 149;
  • blue value is 182.
RGB:
(181,149,182)
(71%,58%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 149 of 255 = 58%
B 182 of 255 = 71%

181
149
182

R + G + B ~ 67%. #B595B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 149 + 182 = 512 (100%)
R 181 of 512 ~ 35.35%
G 149 of 512 ~ 29.1%
B 182 of 512 ~ 35.55%

%35.35
%29.1
%35.55

CMYK color model

#B595B6 color CMYK value is (1,18,0,29).

  • cyan value is 0.55%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(1,18,0,29)
C1M18Y0K29 
(1%,18%,0%,29%)
(0.01/0.18/0.00/0.29)	

CMYK percentages

%0.55
%18.13
%0
%28.63

Codes

Color #B595B6 in popluar color models

B595B6
RGB181149182
HSL298°18.44%64.90%
HSB/HSV298°18.13%71.37%
CMYK0.55%18.13%0.00%
28.63%

Color #B595B6 in popluar number systems.

HEXB595B6
Decimal181149182
Binary101101011001010110110110
Octal265225266

Shades and tints

Shades of #B595B6

#B595B6
(181,149,182)
#A588A6
(165,136,166)
#957B96
(149,123,150)
#856E86
(133,110,134)
#756176
(117,97,118)
#655466
(101,84,102)
#554756
(85,71,86)
#453A46
(69,58,70)
#352D36
(53,45,54)
#252026
(37,32,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #B595B6

#B595B6
(181,149,182)
#BB9EBC
(187,158,188)
#C1A7C2
(193,167,194)
#C7B0C8
(199,176,200)
#CDB9CE
(205,185,206)
#D3C2D4
(211,194,212)
#D9CBDA
(217,203,218)
#DFD4E0
(223,212,224)
#E5DDE6
(229,221,230)
#EBE6EC
(235,230,236)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B595B6 color. Also use rgb(181,149,182) instead hex code.

Text Font Color

.myTextColor { color: #B595B6; }

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

This text font color is #B595B6.


Background Color

.myBgColor { background-color: #B595B6; }

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

This div background color is #B595B6.


Border color

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

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

This div border color is #B595B6.


Opacity

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

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

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

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

This text has shadow with #B595B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B595B6 on black background.


Color preview on white background

This text has color #B595B6 on white background.



Black color preview on #B595B6 background

This text has black color on #B595B6 background.


White color preview on #B595B6 background

This text has white color on #B595B6 background.