COLOR #B88DB1

HEX: #B88DB1
RGB: (184,141,177)

Color info

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

RGB color model

#B88DB1 color RGB value is (184,141,177).

  • red value is 184;
  • green value is 141;
  • blue value is 177.
RGB:
(184,141,177)
(72%,55%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 177 of 255 = 69%

184
141
177

R + G + B ~ 65%. #B88DB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 177 = 502 (100%)
R 184 of 502 ~ 36.65%
G 141 of 502 ~ 28.09%
B 177 of 502 ~ 35.26%

%36.65
%28.09
%35.26

CMYK color model

#B88DB1 color CMYK value is (0,23,4,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(0,23,4,28)
C0M23Y4K28 
(0%,23%,4%,28%)
(0.00/0.23/0.04/0.28)	

CMYK percentages

%0
%23.37
%3.8
%27.84

Codes

Color #B88DB1 in popluar color models

B88DB1
RGB184141177
HSL310°23.24%63.73%
HSB/HSV310°23.37%72.16%
CMYK0.00%23.37%3.80%
27.84%

Color #B88DB1 in popluar number systems.

HEXB88DB1
Decimal184141177
Binary101110001000110110110001
Octal270215261

Shades and tints

Shades of #B88DB1

#B88DB1
(184,141,177)
#A881A1
(168,129,161)
#987591
(152,117,145)
#886981
(136,105,129)
#785D71
(120,93,113)
#685161
(104,81,97)
#584551
(88,69,81)
#483941
(72,57,65)
#382D31
(56,45,49)
#282121
(40,33,33)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #B88DB1

#B88DB1
(184,141,177)
#BE97B8
(190,151,184)
#C4A1BF
(196,161,191)
#CAABC6
(202,171,198)
#D0B5CD
(208,181,205)
#D6BFD4
(214,191,212)
#DCC9DB
(220,201,219)
#E2D3E2
(226,211,226)
#E8DDE9
(232,221,233)
#EEE7F0
(238,231,240)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88DB1 color. Also use rgb(184,141,177) instead hex code.

Text Font Color

.myTextColor { color: #B88DB1; }

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

This text font color is #B88DB1.


Background Color

.myBgColor { background-color: #B88DB1; }

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

This div background color is #B88DB1.


Border color

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

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

This div border color is #B88DB1.


Opacity

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

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

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

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

This text has shadow with #B88DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88DB1 on black background.


Color preview on white background

This text has color #B88DB1 on white background.



Black color preview on #B88DB1 background

This text has black color on #B88DB1 background.


White color preview on #B88DB1 background

This text has white color on #B88DB1 background.