COLOR #B597AB

HEX: #B597AB
RGB: (181,151,171)

Color info

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

RGB color model

#B597AB color RGB value is (181,151,171).

  • red value is 181;
  • green value is 151;
  • blue value is 171.
RGB:
(181,151,171)
(71%,59%,67%)

RGB channels and saturation

R 181 of 255 = 71%
G 151 of 255 = 59%
B 171 of 255 = 67%

181
151
171

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

Portions of RGB colors in percentages

R + G + B =
181 + 151 + 171 = 503 (100%)
R 181 of 503 ~ 35.98%
G 151 of 503 ~ 30.02%
B 171 of 503 ~ 34%

%35.98
%30.02
%34

CMYK color model

#B597AB color CMYK value is (0,17,6,29).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(0,17,6,29)
C0M17Y6K29 
(0%,17%,6%,29%)
(0.00/0.17/0.06/0.29)	

CMYK percentages

%0
%16.57
%5.52
%29.02

Codes

Color #B597AB in popluar color models

B597AB
RGB181151171
HSL320°16.85%65.10%
HSB/HSV320°16.57%70.98%
CMYK0.00%16.57%5.52%
29.02%

Color #B597AB in popluar number systems.

HEXB597AB
Decimal181151171
Binary101101011001011110101011
Octal265227253

Shades and tints

Shades of #B597AB

#B597AB
(181,151,171)
#A58A9C
(165,138,156)
#957D8D
(149,125,141)
#85707E
(133,112,126)
#75636F
(117,99,111)
#655660
(101,86,96)
#554951
(85,73,81)
#453C42
(69,60,66)
#352F33
(53,47,51)
#252224
(37,34,36)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B597AB

#B597AB
(181,151,171)
#BBA0B2
(187,160,178)
#C1A9B9
(193,169,185)
#C7B2C0
(199,178,192)
#CDBBC7
(205,187,199)
#D3C4CE
(211,196,206)
#D9CDD5
(217,205,213)
#DFD6DC
(223,214,220)
#E5DFE3
(229,223,227)
#EBE8EA
(235,232,234)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B597AB color. Also use rgb(181,151,171) instead hex code.

Text Font Color

.myTextColor { color: #B597AB; }

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

This text font color is #B597AB.


Background Color

.myBgColor { background-color: #B597AB; }

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

This div background color is #B597AB.


Border color

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

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

This div border color is #B597AB.


Opacity

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

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

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

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

This text has shadow with #B597AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B597AB on black background.


Color preview on white background

This text has color #B597AB on white background.



Black color preview on #B597AB background

This text has black color on #B597AB background.


White color preview on #B597AB background

This text has white color on #B597AB background.