COLOR #B598BB

HEX: #B598BB RGB: (181,152,187)

Color info

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

RGB color model

#B598BB color RGB value is (181,152,187).

RGB: (181,152,187) (71%, 60%, 73%)

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 187 of 255 = 73%

181
152
187

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

Portions of RGB colors in percentages

R + G + B = 181 + 152 + 187 = 520 (100%)
R 181 of 520 ~ 34.81%
G 152 of 520 ~ 29.23%
B 187 of 520 ~ 35.96'%

%34.81
%29.23
%35.96

CMYK color model

#B598BB color CMYK value is (3,19,0,27).

  • cyan value is 3.21%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (3,19,0,27)
C3M19Y0K27 (3%, 19%, 0%, 27%)
(0.03 / 0.19 / 0.00 / 0.27)

CMYK percentages

%3.21
%18.72
%0
%26.67

Codes

Color #B598BB in popluar color models

B5 98 BB
RGB 181 152 187
HSL 290° 20.47% 66.47%
HSB/HSV 290° 18.72% 73.33%
CMYK 3.21% 18.72% 0.00%
26.67%

Color #B598BB in popluar number systems.

HEX B5 98 BB
Decimal 181 152 187
Binary 10110101 10011000 10111011
Octal 265 230 273

Shades and tints

Shades of #B598BB

#B598BB
(181,152,187)
#A58BAA
(165,139,170)
#957E99
(149,126,153)
#857188
(133,113,136)
#756477
(117,100,119)
#655766
(101,87,102)
#554A55
(85,74,85)
#453D44
(69,61,68)
#353033
(53,48,51)
#252322
(37,35,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #B598BB

#B598BB
(181,152,187)
#BBA1C1
(187,161,193)
#C1AAC7
(193,170,199)
#C7B3CD
(199,179,205)
#CDBCD3
(205,188,211)
#D3C5D9
(211,197,217)
#D9CEDF
(217,206,223)
#DFD7E5
(223,215,229)
#E5E0EB
(229,224,235)
#EBE9F1
(235,233,241)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B598BB; }

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

This text font color is #B598BB.

Background Color

.myBgColor { background-color: #B598BB; }

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

This div background color is #B598BB.

Border color

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

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

This div border color is #B598BB.

Opacity

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

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

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

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

This text has shadow with #B598BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B598BB.

Preview

Color preview on black background

This text has color #B598BB on black background.


Color preview on white background

This text has color #B598BB on white background.


Black color preview on #B598BB background

This text has black color on #B598BB background.


White color preview on #B598BB background

This text has white color on #B598BB background.


Related colors

Complementary color

Complementary color for #hex is #4A6744.


I love getcolorcode.com

Triadic colors

1 #BBB598 and #98BBB5 with #B598BB are triadic colors.

2 #BB98B5 and #98B5BB with #B598BB are triadic colors.