COLOR #B88D9F

HEX: #B88D9F
RGB: (184,141,159)

Color info

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

RGB color model

#B88D9F color RGB value is (184,141,159).

  • red value is 184;
  • green value is 141;
  • blue value is 159.
RGB:
(184,141,159)
(72%,55%,62%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 159 of 255 = 62%

184
141
159

R + G + B ~ 63%. #B88D9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 159 = 484 (100%)
R 184 of 484 ~ 38.02%
G 141 of 484 ~ 29.13%
B 159 of 484 ~ 32.85%

%38.02
%29.13
%32.85

CMYK color model

#B88D9F color CMYK value is (0,23,14,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 13.59%
  • key color value is 27.84%
CMYK:
(0,23,14,28)
C0M23Y14K28 
(0%,23%,14%,28%)
(0.00/0.23/0.14/0.28)	

CMYK percentages

%0
%23.37
%13.59
%27.84

Codes

Color #B88D9F in popluar color models

B88D9F
RGB184141159
HSL335°23.24%63.73%
HSB/HSV335°23.37%72.16%
CMYK0.00%23.37%13.59%
27.84%

Color #B88D9F in popluar number systems.

HEXB88D9F
Decimal184141159
Binary101110001000110110011111
Octal270215237

Shades and tints

Shades of #B88D9F

#B88D9F
(184,141,159)
#A88191
(168,129,145)
#987583
(152,117,131)
#886975
(136,105,117)
#785D67
(120,93,103)
#685159
(104,81,89)
#58454B
(88,69,75)
#48393D
(72,57,61)
#382D2F
(56,45,47)
#282121
(40,33,33)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #B88D9F

#B88D9F
(184,141,159)
#BE97A7
(190,151,167)
#C4A1AF
(196,161,175)
#CAABB7
(202,171,183)
#D0B5BF
(208,181,191)
#D6BFC7
(214,191,199)
#DCC9CF
(220,201,207)
#E2D3D7
(226,211,215)
#E8DDDF
(232,221,223)
#EEE7E7
(238,231,231)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88D9F color. Also use rgb(184,141,159) instead hex code.

Text Font Color

.myTextColor { color: #B88D9F; }

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

This text font color is #B88D9F.


Background Color

.myBgColor { background-color: #B88D9F; }

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

This div background color is #B88D9F.


Border color

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

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

This div border color is #B88D9F.


Opacity

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

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

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

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

This text has shadow with #B88D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88D9F on black background.


Color preview on white background

This text has color #B88D9F on white background.



Black color preview on #B88D9F background

This text has black color on #B88D9F background.


White color preview on #B88D9F background

This text has white color on #B88D9F background.