COLOR #B88C9D

HEX: #B88C9D
RGB: (184,140,157)

Color info

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

RGB color model

#B88C9D color RGB value is (184,140,157).

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

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 157 of 255 = 62%

184
140
157

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 157 = 481 (100%)
R 184 of 481 ~ 38.25%
G 140 of 481 ~ 29.11%
B 157 of 481 ~ 32.64%

%38.25
%29.11
%32.64

CMYK color model

#B88C9D color CMYK value is (0,24,15,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 14.67%
  • key color value is 27.84%
CMYK:
(0,24,15,28)
C0M24Y15K28 
(0%,24%,15%,28%)
(0.00/0.24/0.15/0.28)	

CMYK percentages

%0
%23.91
%14.67
%27.84

Codes

Color #B88C9D in popluar color models

B88C9D
RGB184140157
HSL337°23.66%63.53%
HSB/HSV337°23.91%72.16%
CMYK0.00%23.91%14.67%
27.84%

Color #B88C9D in popluar number systems.

HEXB88C9D
Decimal184140157
Binary101110001000110010011101
Octal270214235

Shades and tints

Shades of #B88C9D

#B88C9D
(184,140,157)
#A8808F
(168,128,143)
#987481
(152,116,129)
#886873
(136,104,115)
#785C65
(120,92,101)
#685057
(104,80,87)
#584449
(88,68,73)
#48383B
(72,56,59)
#382C2D
(56,44,45)
#28201F
(40,32,31)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B88C9D

#B88C9D
(184,140,157)
#BE96A5
(190,150,165)
#C4A0AD
(196,160,173)
#CAAAB5
(202,170,181)
#D0B4BD
(208,180,189)
#D6BEC5
(214,190,197)
#DCC8CD
(220,200,205)
#E2D2D5
(226,210,213)
#E8DCDD
(232,220,221)
#EEE6E5
(238,230,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88C9D color. Also use rgb(184,140,157) instead hex code.

Text Font Color

.myTextColor { color: #B88C9D; }

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

This text font color is #B88C9D.


Background Color

.myBgColor { background-color: #B88C9D; }

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

This div background color is #B88C9D.


Border color

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

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

This div border color is #B88C9D.


Opacity

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

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

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

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

This text has shadow with #B88C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88C9D on black background.


Color preview on white background

This text has color #B88C9D on white background.



Black color preview on #B88C9D background

This text has black color on #B88C9D background.


White color preview on #B88C9D background

This text has white color on #B88C9D background.