COLOR #B598A9

HEX: #B598A9
RGB: (181,152,169)

Color info

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

RGB color model

#B598A9 color RGB value is (181,152,169).

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

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 169 of 255 = 66%

181
152
169

R + G + B ~ 66%. #B598A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 152 + 169 = 502 (100%)
R 181 of 502 ~ 36.06%
G 152 of 502 ~ 30.28%
B 169 of 502 ~ 33.67%

%36.06
%30.28
%33.67

CMYK color model

#B598A9 color CMYK value is (0,16,7,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK:
(0,16,7,29)
C0M16Y7K29 
(0%,16%,7%,29%)
(0.00/0.16/0.07/0.29)	

CMYK percentages

%0
%16.02
%6.63
%29.02

Codes

Color #B598A9 in popluar color models

B598A9
RGB181152169
HSL325°16.38%65.29%
HSB/HSV325°16.02%70.98%
CMYK0.00%16.02%6.63%
29.02%

Color #B598A9 in popluar number systems.

HEXB598A9
Decimal181152169
Binary101101011001100010101001
Octal265230251

Shades and tints

Shades of #B598A9

#B598A9
(181,152,169)
#A58B9A
(165,139,154)
#957E8B
(149,126,139)
#85717C
(133,113,124)
#75646D
(117,100,109)
#65575E
(101,87,94)
#554A4F
(85,74,79)
#453D40
(69,61,64)
#353031
(53,48,49)
#252322
(37,35,34)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B598A9

#B598A9
(181,152,169)
#BBA1B0
(187,161,176)
#C1AAB7
(193,170,183)
#C7B3BE
(199,179,190)
#CDBCC5
(205,188,197)
#D3C5CC
(211,197,204)
#D9CED3
(217,206,211)
#DFD7DA
(223,215,218)
#E5E0E1
(229,224,225)
#EBE9E8
(235,233,232)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B598A9; }

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

This text font color is #B598A9.


Background Color

.myBgColor { background-color: #B598A9; }

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

This div background color is #B598A9.


Border color

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

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

This div border color is #B598A9.


Opacity

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

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

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

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

This text has shadow with #B598A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B598A9 on black background.


Color preview on white background

This text has color #B598A9 on white background.



Black color preview on #B598A9 background

This text has black color on #B598A9 background.


White color preview on #B598A9 background

This text has white color on #B598A9 background.