COLOR #B88FB7

HEX: #B88FB7
RGB: (184,143,183)

Color info

#B88FB7 contains red, green and blue colors in about the same proportion. Web safe color of #B88FB7 is #CC99CC (or #C9C).

RGB color model

#B88FB7 color RGB value is (184,143,183).

  • red value is 184;
  • green value is 143;
  • blue value is 183.
RGB:
(184,143,183)
(72%,56%,72%)

RGB channels and saturation

R 184 of 255 = 72%
G 143 of 255 = 56%
B 183 of 255 = 72%

184
143
183

R + G + B ~ 67%. #B88FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 143 + 183 = 510 (100%)
R 184 of 510 ~ 36.08%
G 143 of 510 ~ 28.04%
B 183 of 510 ~ 35.88%

%36.08
%28.04
%35.88

CMYK color model

#B88FB7 color CMYK value is (0,22,1,28).

  • cyan value is 0.00%
  • magenta value is 22.28%
  • yellow value is 0.54%
  • key color value is 27.84%
CMYK:
(0,22,1,28)
C0M22Y1K28 
(0%,22%,1%,28%)
(0.00/0.22/0.01/0.28)	

CMYK percentages

%0
%22.28
%0.54
%27.84

Codes

Color #B88FB7 in popluar color models

B88FB7
RGB184143183
HSL301°22.40%64.12%
HSB/HSV301°22.28%72.16%
CMYK0.00%22.28%0.54%
27.84%

Color #B88FB7 in popluar number systems.

HEXB88FB7
Decimal184143183
Binary101110001000111110110111
Octal270217267

Shades and tints

Shades of #B88FB7

#B88FB7
(184,143,183)
#A882A7
(168,130,167)
#987597
(152,117,151)
#886887
(136,104,135)
#785B77
(120,91,119)
#684E67
(104,78,103)
#584157
(88,65,87)
#483447
(72,52,71)
#382737
(56,39,55)
#281A27
(40,26,39)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #B88FB7

#B88FB7
(184,143,183)
#BE99BD
(190,153,189)
#C4A3C3
(196,163,195)
#CAADC9
(202,173,201)
#D0B7CF
(208,183,207)
#D6C1D5
(214,193,213)
#DCCBDB
(220,203,219)
#E2D5E1
(226,213,225)
#E8DFE7
(232,223,231)
#EEE9ED
(238,233,237)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88FB7; }

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

This text font color is #B88FB7.


Background Color

.myBgColor { background-color: #B88FB7; }

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

This div background color is #B88FB7.


Border color

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

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

This div border color is #B88FB7.


Opacity

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

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

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

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

This text has shadow with #B88FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88FB7 on black background.


Color preview on white background

This text has color #B88FB7 on white background.



Black color preview on #B88FB7 background

This text has black color on #B88FB7 background.


White color preview on #B88FB7 background

This text has white color on #B88FB7 background.