COLOR #B89DB0

HEX: #B89DB0
RGB: (184,157,176)

Color info

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

RGB color model

#B89DB0 color RGB value is (184,157,176).

  • red value is 184;
  • green value is 157;
  • blue value is 176.
RGB:
(184,157,176)
(72%,62%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 157 of 255 = 62%
B 176 of 255 = 69%

184
157
176

R + G + B ~ 68%. #B89DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 157 + 176 = 517 (100%)
R 184 of 517 ~ 35.59%
G 157 of 517 ~ 30.37%
B 176 of 517 ~ 34.04%

%35.59
%30.37
%34.04

CMYK color model

#B89DB0 color CMYK value is (0,15,4,28).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 4.35%
  • key color value is 27.84%
CMYK:
(0,15,4,28)
C0M15Y4K28 
(0%,15%,4%,28%)
(0.00/0.15/0.04/0.28)	

CMYK percentages

%0
%14.67
%4.35
%27.84

Codes

Color #B89DB0 in popluar color models

B89DB0
RGB184157176
HSL318°15.98%66.86%
HSB/HSV318°14.67%72.16%
CMYK0.00%14.67%4.35%
27.84%

Color #B89DB0 in popluar number systems.

HEXB89DB0
Decimal184157176
Binary101110001001110110110000
Octal270235260

Shades and tints

Shades of #B89DB0

#B89DB0
(184,157,176)
#A88FA0
(168,143,160)
#988190
(152,129,144)
#887380
(136,115,128)
#786570
(120,101,112)
#685760
(104,87,96)
#584950
(88,73,80)
#483B40
(72,59,64)
#382D30
(56,45,48)
#281F20
(40,31,32)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #B89DB0

#B89DB0
(184,157,176)
#BEA5B7
(190,165,183)
#C4ADBE
(196,173,190)
#CAB5C5
(202,181,197)
#D0BDCC
(208,189,204)
#D6C5D3
(214,197,211)
#DCCDDA
(220,205,218)
#E2D5E1
(226,213,225)
#E8DDE8
(232,221,232)
#EEE5EF
(238,229,239)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89DB0 color. Also use rgb(184,157,176) instead hex code.

Text Font Color

.myTextColor { color: #B89DB0; }

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

This text font color is #B89DB0.


Background Color

.myBgColor { background-color: #B89DB0; }

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

This div background color is #B89DB0.


Border color

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

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

This div border color is #B89DB0.


Opacity

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

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

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

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

This text has shadow with #B89DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89DB0 on black background.


Color preview on white background

This text has color #B89DB0 on white background.



Black color preview on #B89DB0 background

This text has black color on #B89DB0 background.


White color preview on #B89DB0 background

This text has white color on #B89DB0 background.