COLOR #B597B9

HEX: #B597B9
RGB: (181,151,185)

Color info

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

RGB color model

#B597B9 color RGB value is (181,151,185).

  • red value is 181;
  • green value is 151;
  • blue value is 185.
RGB:
(181,151,185)
(71%,59%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 185 of 255 = 73%

181
151
185

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

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 185 = 517 (100%)
R 181 of 517 ~ 35.01%
G 151 of 517 ~ 29.21%
B 185 of 517 ~ 35.78%

%35.01
%29.21
%35.78

CMYK color model

#B597B9 color CMYK value is (2,18,0,27).

  • cyan value is 2.16%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(2,18,0,27)
C2M18Y0K27 
(2%,18%,0%,27%)
(0.02/0.18/0.00/0.27)	

CMYK percentages

%2.16
%18.38
%0
%27.45

Codes

Color #B597B9 in popluar color models

B597B9
RGB181151185
HSL293°19.54%65.88%
HSB/HSV293°18.38%72.55%
CMYK2.16%18.38%0.00%
27.45%

Color #B597B9 in popluar number systems.

HEXB597B9
Decimal181151185
Binary101101011001011110111001
Octal265227271

Shades and tints

Shades of #B597B9

#B597B9
(181,151,185)
#A58AA9
(165,138,169)
#957D99
(149,125,153)
#857089
(133,112,137)
#756379
(117,99,121)
#655669
(101,86,105)
#554959
(85,73,89)
#453C49
(69,60,73)
#352F39
(53,47,57)
#252229
(37,34,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B597B9

#B597B9
(181,151,185)
#BBA0BF
(187,160,191)
#C1A9C5
(193,169,197)
#C7B2CB
(199,178,203)
#CDBBD1
(205,187,209)
#D3C4D7
(211,196,215)
#D9CDDD
(217,205,221)
#DFD6E3
(223,214,227)
#E5DFE9
(229,223,233)
#EBE8EF
(235,232,239)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B597B9 color. Also use rgb(181,151,185) instead hex code.

Text Font Color

.myTextColor { color: #B597B9; }

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

This text font color is #B597B9.


Background Color

.myBgColor { background-color: #B597B9; }

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

This div background color is #B597B9.


Border color

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

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

This div border color is #B597B9.


Opacity

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

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

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

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

This text has shadow with #B597B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B597B9 on black background.


Color preview on white background

This text has color #B597B9 on white background.



Black color preview on #B597B9 background

This text has black color on #B597B9 background.


White color preview on #B597B9 background

This text has white color on #B597B9 background.