COLOR #B598B2

HEX: #B598B2
RGB: (181,152,178)

Color info

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

RGB color model

#B598B2 color RGB value is (181,152,178).

  • red value is 181;
  • green value is 152;
  • blue value is 178.
RGB:
(181,152,178)
(71%,60%,70%)

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 178 of 255 = 70%

181
152
178

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

Portions of RGB colors in percentages

R + G + B =
181 + 152 + 178 = 511 (100%)
R 181 of 511 ~ 35.42%
G 152 of 511 ~ 29.75%
B 178 of 511 ~ 34.83%

%35.42
%29.75
%34.83

CMYK color model

#B598B2 color CMYK value is (0,16,2,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 1.66%
  • key color value is 29.02%
CMYK:
(0,16,2,29)
C0M16Y2K29 
(0%,16%,2%,29%)
(0.00/0.16/0.02/0.29)	

CMYK percentages

%0
%16.02
%1.66
%29.02

Codes

Color #B598B2 in popluar color models

B598B2
RGB181152178
HSL306°16.38%65.29%
HSB/HSV306°16.02%70.98%
CMYK0.00%16.02%1.66%
29.02%

Color #B598B2 in popluar number systems.

HEXB598B2
Decimal181152178
Binary101101011001100010110010
Octal265230262

Shades and tints

Shades of #B598B2

#B598B2
(181,152,178)
#A58BA2
(165,139,162)
#957E92
(149,126,146)
#857182
(133,113,130)
#756472
(117,100,114)
#655762
(101,87,98)
#554A52
(85,74,82)
#453D42
(69,61,66)
#353032
(53,48,50)
#252322
(37,35,34)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #B598B2

#B598B2
(181,152,178)
#BBA1B9
(187,161,185)
#C1AAC0
(193,170,192)
#C7B3C7
(199,179,199)
#CDBCCE
(205,188,206)
#D3C5D5
(211,197,213)
#D9CEDC
(217,206,220)
#DFD7E3
(223,215,227)
#E5E0EA
(229,224,234)
#EBE9F1
(235,233,241)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B598B2 color. Also use rgb(181,152,178) instead hex code.

Text Font Color

.myTextColor { color: #B598B2; }

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

This text font color is #B598B2.


Background Color

.myBgColor { background-color: #B598B2; }

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

This div background color is #B598B2.


Border color

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

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

This div border color is #B598B2.


Opacity

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

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

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

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

This text has shadow with #B598B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B598B2 on black background.


Color preview on white background

This text has color #B598B2 on white background.



Black color preview on #B598B2 background

This text has black color on #B598B2 background.


White color preview on #B598B2 background

This text has white color on #B598B2 background.