COLOR #B597BE

HEX: #B597BE
RGB: (181,151,190)

Color info

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

RGB color model

#B597BE color RGB value is (181,151,190).

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

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 190 of 255 = 75%

181
151
190

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

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 190 = 522 (100%)
R 181 of 522 ~ 34.67%
G 151 of 522 ~ 28.93%
B 190 of 522 ~ 36.4%

%34.67
%28.93
%36.4

CMYK color model

#B597BE color CMYK value is (5,21,0,25).

  • cyan value is 4.74%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(5,21,0,25)
C5M21Y0K25 
(5%,21%,0%,25%)
(0.05/0.21/0.00/0.25)	

CMYK percentages

%4.74
%20.53
%0
%25.49

Codes

Color #B597BE in popluar color models

B597BE
RGB181151190
HSL286°23.08%66.86%
HSB/HSV286°20.53%74.51%
CMYK4.74%20.53%0.00%
25.49%

Color #B597BE in popluar number systems.

HEXB597BE
Decimal181151190
Binary101101011001011110111110
Octal265227276

Shades and tints

Shades of #B597BE

#B597BE
(181,151,190)
#A58AAD
(165,138,173)
#957D9C
(149,125,156)
#85708B
(133,112,139)
#75637A
(117,99,122)
#655669
(101,86,105)
#554958
(85,73,88)
#453C47
(69,60,71)
#352F36
(53,47,54)
#252225
(37,34,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B597BE

#B597BE
(181,151,190)
#BBA0C3
(187,160,195)
#C1A9C8
(193,169,200)
#C7B2CD
(199,178,205)
#CDBBD2
(205,187,210)
#D3C4D7
(211,196,215)
#D9CDDC
(217,205,220)
#DFD6E1
(223,214,225)
#E5DFE6
(229,223,230)
#EBE8EB
(235,232,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B597BE; }

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

This text font color is #B597BE.


Background Color

.myBgColor { background-color: #B597BE; }

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

This div background color is #B597BE.


Border color

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

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

This div border color is #B597BE.


Opacity

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

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

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

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

This text has shadow with #B597BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B597BE on black background.


Color preview on white background

This text has color #B597BE on white background.



Black color preview on #B597BE background

This text has black color on #B597BE background.


White color preview on #B597BE background

This text has white color on #B597BE background.