COLOR #B88FA1

HEX: #B88FA1 RGB: (184,143,161)

Color info

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

RGB color model

#B88FA1 color RGB value is (184,143,161).

RGB: (184,143,161) (72%, 56%, 63%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 161 of 255 = 63%

184
143
161

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

Portions of RGB colors in percentages

R + G + B = 184 + 143 + 161 = 488 (100%)
R 184 of 488 ~ 37.7%
G 143 of 488 ~ 29.3%
B 161 of 488 ~ 32.99'%

%37.7
%29.3
%32.99

CMYK color model

#B88FA1 color CMYK value is (0,22,13,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 12.50%
  • key color value is 27.84%

CMYK: (0,22,13,28)
C0M22Y13K28 (0%, 22%, 13%, 28%)
(0.00 / 0.22 / 0.13 / 0.28)

CMYK percentages

%0
%22.28
%12.5
%27.84

Codes

Color #B88FA1 in popluar color models

B8 8F A1
RGB 184 143 161
HSL 334° 22.40% 64.12%
HSB/HSV 334° 22.28% 72.16%
CMYK 0.00% 22.28% 12.50%
27.84%

Color #B88FA1 in popluar number systems.

HEX B8 8F A1
Decimal 184 143 161
Binary 10111000 10001111 10100001
Octal 270 217 241

Shades and tints

Shades of #B88FA1

#B88FA1
(184,143,161)
#A88293
(168,130,147)
#987585
(152,117,133)
#886877
(136,104,119)
#785B69
(120,91,105)
#684E5B
(104,78,91)
#58414D
(88,65,77)
#48343F
(72,52,63)
#382731
(56,39,49)
#281A23
(40,26,35)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #B88FA1

#B88FA1
(184,143,161)
#BE99A9
(190,153,169)
#C4A3B1
(196,163,177)
#CAADB9
(202,173,185)
#D0B7C1
(208,183,193)
#D6C1C9
(214,193,201)
#DCCBD1
(220,203,209)
#E2D5D9
(226,213,217)
#E8DFE1
(232,223,225)
#EEE9E9
(238,233,233)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88FA1 color. Also use rgb(184,143,161) instead hex code.

Text Font Color

.myTextColor { color: #B88FA1; }

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

This text font color is #B88FA1.

Background Color

.myBgColor { background-color: #B88FA1; }

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

This div background color is #B88FA1.

Border color

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

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

This div border color is #B88FA1.

Opacity

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

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

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

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

This text has shadow with #B88FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B88FA1.

Preview

Color preview on black background

This text has color #B88FA1 on black background.


Color preview on white background

This text has color #B88FA1 on white background.


Black color preview on #B88FA1 background

This text has black color on #B88FA1 background.


White color preview on #B88FA1 background

This text has white color on #B88FA1 background.


Related colors

Complementary color

Complementary color for #hex is #47705E.


I love getcolorcode.com

Triadic colors

1 #A1B88F and #8FA1B8 with #B88FA1 are triadic colors.

2 #A18FB8 and #8FB8A1 with #B88FA1 are triadic colors.