COLOR #B88CA7

HEX: #B88CA7
RGB: (184,140,167)

Color info

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

RGB color model

#B88CA7 color RGB value is (184,140,167).

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

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 167 of 255 = 65%

184
140
167

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 167 = 491 (100%)
R 184 of 491 ~ 37.47%
G 140 of 491 ~ 28.51%
B 167 of 491 ~ 34.01%

%37.47
%28.51
%34.01

CMYK color model

#B88CA7 color CMYK value is (0,24,9,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 9.24%
  • key color value is 27.84%
CMYK:
(0,24,9,28)
C0M24Y9K28 
(0%,24%,9%,28%)
(0.00/0.24/0.09/0.28)	

CMYK percentages

%0
%23.91
%9.24
%27.84

Codes

Color #B88CA7 in popluar color models

B88CA7
RGB184140167
HSL323°23.66%63.53%
HSB/HSV323°23.91%72.16%
CMYK0.00%23.91%9.24%
27.84%

Color #B88CA7 in popluar number systems.

HEXB88CA7
Decimal184140167
Binary101110001000110010100111
Octal270214247

Shades and tints

Shades of #B88CA7

#B88CA7
(184,140,167)
#A88098
(168,128,152)
#987489
(152,116,137)
#88687A
(136,104,122)
#785C6B
(120,92,107)
#68505C
(104,80,92)
#58444D
(88,68,77)
#48383E
(72,56,62)
#382C2F
(56,44,47)
#282020
(40,32,32)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B88CA7

#B88CA7
(184,140,167)
#BE96AF
(190,150,175)
#C4A0B7
(196,160,183)
#CAAABF
(202,170,191)
#D0B4C7
(208,180,199)
#D6BECF
(214,190,207)
#DCC8D7
(220,200,215)
#E2D2DF
(226,210,223)
#E8DCE7
(232,220,231)
#EEE6EF
(238,230,239)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88CA7; }

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

This text font color is #B88CA7.


Background Color

.myBgColor { background-color: #B88CA7; }

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

This div background color is #B88CA7.


Border color

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

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

This div border color is #B88CA7.


Opacity

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

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

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

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

This text has shadow with #B88CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88CA7 on black background.


Color preview on white background

This text has color #B88CA7 on white background.



Black color preview on #B88CA7 background

This text has black color on #B88CA7 background.


White color preview on #B88CA7 background

This text has white color on #B88CA7 background.