COLOR #B5989B

HEX: #B5989B
RGB: (181,152,155)

Color info

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

RGB color model

#B5989B color RGB value is (181,152,155).

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

RGB channels and saturation

R 181 of 255 = 71%
G 152 of 255 = 60%
B 155 of 255 = 61%

181
152
155

R + G + B ~ 64%. #B5989B is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 152 + 155 = 488 (100%)
R 181 of 488 ~ 37.09%
G 152 of 488 ~ 31.15%
B 155 of 488 ~ 31.76%

%37.09
%31.15
%31.76

CMYK color model

#B5989B color CMYK value is (0,16,14,29).

  • cyan value is 0.00%
  • magenta value is 16.02%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(0,16,14,29)
C0M16Y14K29 
(0%,16%,14%,29%)
(0.00/0.16/0.14/0.29)	

CMYK percentages

%0
%16.02
%14.36
%29.02

Codes

Color #B5989B in popluar color models

B5989B
RGB181152155
HSL354°16.38%65.29%
HSB/HSV354°16.02%70.98%
CMYK0.00%16.02%14.36%
29.02%

Color #B5989B in popluar number systems.

HEXB5989B
Decimal181152155
Binary101101011001100010011011
Octal265230233

Shades and tints

Shades of #B5989B

#B5989B
(181,152,155)
#A58B8D
(165,139,141)
#957E7F
(149,126,127)
#857171
(133,113,113)
#756463
(117,100,99)
#655755
(101,87,85)
#554A47
(85,74,71)
#453D39
(69,61,57)
#35302B
(53,48,43)
#25231D
(37,35,29)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #B5989B

#B5989B
(181,152,155)
#BBA1A4
(187,161,164)
#C1AAAD
(193,170,173)
#C7B3B6
(199,179,182)
#CDBCBF
(205,188,191)
#D3C5C8
(211,197,200)
#D9CED1
(217,206,209)
#DFD7DA
(223,215,218)
#E5E0E3
(229,224,227)
#EBE9EC
(235,233,236)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5989B; }

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

This text font color is #B5989B.


Background Color

.myBgColor { background-color: #B5989B; }

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

This div background color is #B5989B.


Border color

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

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

This div border color is #B5989B.


Opacity

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

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

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

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

This text has shadow with #B5989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5989B on black background.


Color preview on white background

This text has color #B5989B on white background.



Black color preview on #B5989B background

This text has black color on #B5989B background.


White color preview on #B5989B background

This text has white color on #B5989B background.