COLOR #B5889C

HEX: #B5889C
RGB: (181,136,156)

Color info

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

RGB color model

#B5889C color RGB value is (181,136,156).

  • red value is 181;
  • green value is 136;
  • blue value is 156.
RGB:
(181,136,156)
(71%,53%,61%)

RGB channels and saturation

R 181 of 255 = 71%
G 136 of 255 = 53%
B 156 of 255 = 61%

181
136
156

R + G + B ~ 62%. #B5889C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 136 + 156 = 473 (100%)
R 181 of 473 ~ 38.27%
G 136 of 473 ~ 28.75%
B 156 of 473 ~ 32.98%

%38.27
%28.75
%32.98

CMYK color model

#B5889C color CMYK value is (0,25,14,29).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 13.81%
  • key color value is 29.02%
CMYK:
(0,25,14,29)
C0M25Y14K29 
(0%,25%,14%,29%)
(0.00/0.25/0.14/0.29)	

CMYK percentages

%0
%24.86
%13.81
%29.02

Codes

Color #B5889C in popluar color models

B5889C
RGB181136156
HSL333°23.32%62.16%
HSB/HSV333°24.86%70.98%
CMYK0.00%24.86%13.81%
29.02%

Color #B5889C in popluar number systems.

HEXB5889C
Decimal181136156
Binary101101011000100010011100
Octal265210234

Shades and tints

Shades of #B5889C

#B5889C
(181,136,156)
#A57C8E
(165,124,142)
#957080
(149,112,128)
#856472
(133,100,114)
#755864
(117,88,100)
#654C56
(101,76,86)
#554048
(85,64,72)
#45343A
(69,52,58)
#35282C
(53,40,44)
#251C1E
(37,28,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #B5889C

#B5889C
(181,136,156)
#BB92A5
(187,146,165)
#C19CAE
(193,156,174)
#C7A6B7
(199,166,183)
#CDB0C0
(205,176,192)
#D3BAC9
(211,186,201)
#D9C4D2
(217,196,210)
#DFCEDB
(223,206,219)
#E5D8E4
(229,216,228)
#EBE2ED
(235,226,237)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5889C color. Also use rgb(181,136,156) instead hex code.

Text Font Color

.myTextColor { color: #B5889C; }

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

This text font color is #B5889C.


Background Color

.myBgColor { background-color: #B5889C; }

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

This div background color is #B5889C.


Border color

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

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

This div border color is #B5889C.


Opacity

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

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

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

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

This text has shadow with #B5889C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5889C on black background.


Color preview on white background

This text has color #B5889C on white background.



Black color preview on #B5889C background

This text has black color on #B5889C background.


White color preview on #B5889C background

This text has white color on #B5889C background.