COLOR #B88CA6

HEX: #B88CA6 RGB: (184,140,166)

Color info

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

RGB color model

#B88CA6 color RGB value is (184,140,166).

RGB: (184,140,166) (72%, 55%, 65%)

RGB channels and saturation

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

184
140
166

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

Portions of RGB colors in percentages

R + G + B = 184 + 140 + 166 = 490 (100%)
R 184 of 490 ~ 37.55%
G 140 of 490 ~ 28.57%
B 166 of 490 ~ 33.88'%

%37.55
%28.57
%33.88

CMYK color model

#B88CA6 color CMYK value is (0,24,10,28).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 9.78%
  • key color value is 27.84%

CMYK: (0,24,10,28)
C0M24Y10K28 (0%, 24%, 10%, 28%)
(0.00 / 0.24 / 0.10 / 0.28)

CMYK percentages

%0
%23.91
%9.78
%27.84

Codes

Color #B88CA6 in popluar color models

B8 8C A6
RGB 184 140 166
HSL 325° 23.66% 63.53%
HSB/HSV 325° 23.91% 72.16%
CMYK 0.00% 23.91% 9.78%
27.84%

Color #B88CA6 in popluar number systems.

HEX B8 8C A6
Decimal 184 140 166
Binary 10111000 10001100 10100110
Octal 270 214 246

Shades and tints

Shades of #B88CA6

#B88CA6
(184,140,166)
#A88097
(168,128,151)
#987488
(152,116,136)
#886879
(136,104,121)
#785C6A
(120,92,106)
#68505B
(104,80,91)
#58444C
(88,68,76)
#48383D
(72,56,61)
#382C2E
(56,44,46)
#28201F
(40,32,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B88CA6

#B88CA6
(184,140,166)
#BE96AE
(190,150,174)
#C4A0B6
(196,160,182)
#CAAABE
(202,170,190)
#D0B4C6
(208,180,198)
#D6BECE
(214,190,206)
#DCC8D6
(220,200,214)
#E2D2DE
(226,210,222)
#E8DCE6
(232,220,230)
#EEE6EE
(238,230,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88CA6; }

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

This text font color is #B88CA6.

Background Color

.myBgColor { background-color: #B88CA6; }

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

This div background color is #B88CA6.

Border color

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

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

This div border color is #B88CA6.

Opacity

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

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

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

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

This text has shadow with #B88CA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88CA6.

Preview

Color preview on black background

This text has color #B88CA6 on black background.


Color preview on white background

This text has color #B88CA6 on white background.


Black color preview on #B88CA6 background

This text has black color on #B88CA6 background.


White color preview on #B88CA6 background

This text has white color on #B88CA6 background.


Related colors

Complementary color

Complementary color for #hex is #477359.


I love getcolorcode.com

Triadic colors

1 #A6B88C and #8CA6B8 with #B88CA6 are triadic colors.

2 #A68CB8 and #8CB8A6 with #B88CA6 are triadic colors.