COLOR #B88CA3

HEX: #B88CA3
RGB: (184,140,163)

Color info

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

RGB color model

#B88CA3 color RGB value is (184,140,163).

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

RGB channels and saturation

R 184 of 255 = 72%
G 140 of 255 = 55%
B 163 of 255 = 64%

184
140
163

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

Portions of RGB colors in percentages

R + G + B =
184 + 140 + 163 = 487 (100%)
R 184 of 487 ~ 37.78%
G 140 of 487 ~ 28.75%
B 163 of 487 ~ 33.47%

%37.78
%28.75
%33.47

CMYK color model

#B88CA3 color CMYK value is (0,24,11,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 11.41%
  • key color value is 27.84%
CMYK:
(0,24,11,28)
C0M24Y11K28 
(0%,24%,11%,28%)
(0.00/0.24/0.11/0.28)	

CMYK percentages

%0
%23.91
%11.41
%27.84

Codes

Color #B88CA3 in popluar color models

B88CA3
RGB184140163
HSL329°23.66%63.53%
HSB/HSV329°23.91%72.16%
CMYK0.00%23.91%11.41%
27.84%

Color #B88CA3 in popluar number systems.

HEXB88CA3
Decimal184140163
Binary101110001000110010100011
Octal270214243

Shades and tints

Shades of #B88CA3

#B88CA3
(184,140,163)
#A88095
(168,128,149)
#987487
(152,116,135)
#886879
(136,104,121)
#785C6B
(120,92,107)
#68505D
(104,80,93)
#58444F
(88,68,79)
#483841
(72,56,65)
#382C33
(56,44,51)
#282025
(40,32,37)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B88CA3

#B88CA3
(184,140,163)
#BE96AB
(190,150,171)
#C4A0B3
(196,160,179)
#CAAABB
(202,170,187)
#D0B4C3
(208,180,195)
#D6BECB
(214,190,203)
#DCC8D3
(220,200,211)
#E2D2DB
(226,210,219)
#E8DCE3
(232,220,227)
#EEE6EB
(238,230,235)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88CA3; }

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

This text font color is #B88CA3.


Background Color

.myBgColor { background-color: #B88CA3; }

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

This div background color is #B88CA3.


Border color

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

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

This div border color is #B88CA3.


Opacity

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

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

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

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

This text has shadow with #B88CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88CA3 on black background.


Color preview on white background

This text has color #B88CA3 on white background.



Black color preview on #B88CA3 background

This text has black color on #B88CA3 background.


White color preview on #B88CA3 background

This text has white color on #B88CA3 background.