COLOR #B598AA

HEX: #B598AA RGB: (181,152,170)

Color info

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

RGB color model

#B598AA color RGB value is (181,152,170).

RGB: (181,152,170) (71%, 60%, 67%)

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 170 of 255 = 67%

181
152
170

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

Portions of RGB colors in percentages

R + G + B = 181 + 152 + 170 = 503 (100%)
R 181 of 503 ~ 35.98%
G 152 of 503 ~ 30.22%
B 170 of 503 ~ 33.8'%

%35.98
%30.22
%33.8

CMYK color model

#B598AA color CMYK value is (0,16,6,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 6.08%
  • key color value is 29.02%

CMYK: (0,16,6,29)
C0M16Y6K29 (0%, 16%, 6%, 29%)
(0.00 / 0.16 / 0.06 / 0.29)

CMYK percentages

%0
%16.02
%6.08
%29.02

Codes

Color #B598AA in popluar color models

B5 98 AA
RGB 181 152 170
HSL 323° 16.38% 65.29%
HSB/HSV 323° 16.02% 70.98%
CMYK 0.00% 16.02% 6.08%
29.02%

Color #B598AA in popluar number systems.

HEX B5 98 AA
Decimal 181 152 170
Binary 10110101 10011000 10101010
Octal 265 230 252

Shades and tints

Shades of #B598AA

#B598AA
(181,152,170)
#A58B9B
(165,139,155)
#957E8C
(149,126,140)
#85717D
(133,113,125)
#75646E
(117,100,110)
#65575F
(101,87,95)
#554A50
(85,74,80)
#453D41
(69,61,65)
#353032
(53,48,50)
#252323
(37,35,35)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #B598AA

#B598AA
(181,152,170)
#BBA1B1
(187,161,177)
#C1AAB8
(193,170,184)
#C7B3BF
(199,179,191)
#CDBCC6
(205,188,198)
#D3C5CD
(211,197,205)
#D9CED4
(217,206,212)
#DFD7DB
(223,215,219)
#E5E0E2
(229,224,226)
#EBE9E9
(235,233,233)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B598AA; }

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

This text font color is #B598AA.

Background Color

.myBgColor { background-color: #B598AA; }

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

This div background color is #B598AA.

Border color

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

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

This div border color is #B598AA.

Opacity

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

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

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

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

This text has shadow with #B598AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B598AA.

Preview

Color preview on black background

This text has color #B598AA on black background.


Color preview on white background

This text has color #B598AA on white background.


Black color preview on #B598AA background

This text has black color on #B598AA background.


White color preview on #B598AA background

This text has white color on #B598AA background.


Related colors

Complementary color

Complementary color for #hex is #4A6755.


I love getcolorcode.com

Triadic colors

1 #AAB598 and #98AAB5 with #B598AA are triadic colors.

2 #AA98B5 and #98B5AA with #B598AA are triadic colors.