COLOR #B88C9E

HEX: #B88C9E RGB: (184,140,158)

Color info

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

RGB color model

#B88C9E color RGB value is (184,140,158).

RGB: (184,140,158) (72%, 55%, 62%)

RGB channels and saturation

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

184
140
158

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

Portions of RGB colors in percentages

R + G + B = 184 + 140 + 158 = 482 (100%)
R 184 of 482 ~ 38.17%
G 140 of 482 ~ 29.05%
B 158 of 482 ~ 32.78'%

%38.17
%29.05
%32.78

CMYK color model

#B88C9E color CMYK value is (0,24,14,28).

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

CMYK: (0,24,14,28)
C0M24Y14K28 (0%, 24%, 14%, 28%)
(0.00 / 0.24 / 0.14 / 0.28)

CMYK percentages

%0
%23.91
%14.13
%27.84

Codes

Color #B88C9E in popluar color models

B8 8C 9E
RGB 184 140 158
HSL 335° 23.66% 63.53%
HSB/HSV 335° 23.91% 72.16%
CMYK 0.00% 23.91% 14.13%
27.84%

Color #B88C9E in popluar number systems.

HEX B8 8C 9E
Decimal 184 140 158
Binary 10111000 10001100 10011110
Octal 270 214 236

Shades and tints

Shades of #B88C9E

#B88C9E
(184,140,158)
#A88090
(168,128,144)
#987482
(152,116,130)
#886874
(136,104,116)
#785C66
(120,92,102)
#685058
(104,80,88)
#58444A
(88,68,74)
#48383C
(72,56,60)
#382C2E
(56,44,46)
#282020
(40,32,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #B88C9E

#B88C9E
(184,140,158)
#BE96A6
(190,150,166)
#C4A0AE
(196,160,174)
#CAAAB6
(202,170,182)
#D0B4BE
(208,180,190)
#D6BEC6
(214,190,198)
#DCC8CE
(220,200,206)
#E2D2D6
(226,210,214)
#E8DCDE
(232,220,222)
#EEE6E6
(238,230,230)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88C9E; }

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

This text font color is #B88C9E.

Background Color

.myBgColor { background-color: #B88C9E; }

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

This div background color is #B88C9E.

Border color

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

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

This div border color is #B88C9E.

Opacity

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

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

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

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

This text has shadow with #B88C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88C9E.

Preview

Color preview on black background

This text has color #B88C9E on black background.


Color preview on white background

This text has color #B88C9E on white background.


Black color preview on #B88C9E background

This text has black color on #B88C9E background.


White color preview on #B88C9E background

This text has white color on #B88C9E background.


Related colors

Complementary color

Complementary color for #hex is #477361.


I love getcolorcode.com

Triadic colors

1 #9EB88C and #8C9EB8 with #B88C9E are triadic colors.

2 #9E8CB8 and #8CB89E with #B88C9E are triadic colors.