COLOR #B597CB

HEX: #B597CB
RGB: (181,151,203)

Color info

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

RGB color model

#B597CB color RGB value is (181,151,203).

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

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 203 of 255 = 80%

181
151
203

R + G + B ~ 70%. #B597CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 203 = 535 (100%)
R 181 of 535 ~ 33.83%
G 151 of 535 ~ 28.22%
B 203 of 535 ~ 37.94%

%33.83
%28.22
%37.94

CMYK color model

#B597CB color CMYK value is (11,26,0,20).

  • cyan value is 10.84%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(11,26,0,20)
C11M26Y0K20 
(11%,26%,0%,20%)
(0.11/0.26/0.00/0.20)	

CMYK percentages

%10.84
%25.62
%0
%20.39

Codes

Color #B597CB in popluar color models

B597CB
RGB181151203
HSL275°33.33%69.41%
HSB/HSV275°25.62%79.61%
CMYK10.84%25.62%0.00%
20.39%

Color #B597CB in popluar number systems.

HEXB597CB
Decimal181151203
Binary101101011001011111001011
Octal265227313

Shades and tints

Shades of #B597CB

#B597CB
(181,151,203)
#A58AB9
(165,138,185)
#957DA7
(149,125,167)
#857095
(133,112,149)
#756383
(117,99,131)
#655671
(101,86,113)
#55495F
(85,73,95)
#453C4D
(69,60,77)
#352F3B
(53,47,59)
#252229
(37,34,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #B597CB

#B597CB
(181,151,203)
#BBA0CF
(187,160,207)
#C1A9D3
(193,169,211)
#C7B2D7
(199,178,215)
#CDBBDB
(205,187,219)
#D3C4DF
(211,196,223)
#D9CDE3
(217,205,227)
#DFD6E7
(223,214,231)
#E5DFEB
(229,223,235)
#EBE8EF
(235,232,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B597CB; }

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

This text font color is #B597CB.


Background Color

.myBgColor { background-color: #B597CB; }

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

This div background color is #B597CB.


Border color

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

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

This div border color is #B597CB.


Opacity

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

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

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

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

This text has shadow with #B597CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B597CB on black background.


Color preview on white background

This text has color #B597CB on white background.



Black color preview on #B597CB background

This text has black color on #B597CB background.


White color preview on #B597CB background

This text has white color on #B597CB background.