COLOR #B598AF

HEX: #B598AF
RGB: (181,152,175)

Color info

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

RGB color model

#B598AF color RGB value is (181,152,175).

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

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 175 of 255 = 69%

181
152
175

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

Portions of RGB colors in percentages

R + G + B =
181 + 152 + 175 = 508 (100%)
R 181 of 508 ~ 35.63%
G 152 of 508 ~ 29.92%
B 175 of 508 ~ 34.45%

%35.63
%29.92
%34.45

CMYK color model

#B598AF color CMYK value is (0,16,3,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 3.31%
  • key color value is 29.02%
CMYK:
(0,16,3,29)
C0M16Y3K29 
(0%,16%,3%,29%)
(0.00/0.16/0.03/0.29)	

CMYK percentages

%0
%16.02
%3.31
%29.02

Codes

Color #B598AF in popluar color models

B598AF
RGB181152175
HSL312°16.38%65.29%
HSB/HSV312°16.02%70.98%
CMYK0.00%16.02%3.31%
29.02%

Color #B598AF in popluar number systems.

HEXB598AF
Decimal181152175
Binary101101011001100010101111
Octal265230257

Shades and tints

Shades of #B598AF

#B598AF
(181,152,175)
#A58BA0
(165,139,160)
#957E91
(149,126,145)
#857182
(133,113,130)
#756473
(117,100,115)
#655764
(101,87,100)
#554A55
(85,74,85)
#453D46
(69,61,70)
#353037
(53,48,55)
#252328
(37,35,40)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #B598AF

#B598AF
(181,152,175)
#BBA1B6
(187,161,182)
#C1AABD
(193,170,189)
#C7B3C4
(199,179,196)
#CDBCCB
(205,188,203)
#D3C5D2
(211,197,210)
#D9CED9
(217,206,217)
#DFD7E0
(223,215,224)
#E5E0E7
(229,224,231)
#EBE9EE
(235,233,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B598AF; }

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

This text font color is #B598AF.


Background Color

.myBgColor { background-color: #B598AF; }

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

This div background color is #B598AF.


Border color

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

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

This div border color is #B598AF.


Opacity

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

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

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

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

This text has shadow with #B598AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B598AF on black background.


Color preview on white background

This text has color #B598AF on white background.



Black color preview on #B598AF background

This text has black color on #B598AF background.


White color preview on #B598AF background

This text has white color on #B598AF background.