COLOR #B89EB5

HEX: #B89EB5
RGB: (184,158,181)

Color info

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

RGB color model

#B89EB5 color RGB value is (184,158,181).

  • red value is 184;
  • green value is 158;
  • blue value is 181.
RGB:
(184,158,181)
(72%,62%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 181 of 255 = 71%

184
158
181

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

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 181 = 523 (100%)
R 184 of 523 ~ 35.18%
G 158 of 523 ~ 30.21%
B 181 of 523 ~ 34.61%

%35.18
%30.21
%34.61

CMYK color model

#B89EB5 color CMYK value is (0,14,2,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 1.63%
  • key color value is 27.84%
CMYK:
(0,14,2,28)
C0M14Y2K28 
(0%,14%,2%,28%)
(0.00/0.14/0.02/0.28)	

CMYK percentages

%0
%14.13
%1.63
%27.84

Codes

Color #B89EB5 in popluar color models

B89EB5
RGB184158181
HSL307°15.48%67.06%
HSB/HSV307°14.13%72.16%
CMYK0.00%14.13%1.63%
27.84%

Color #B89EB5 in popluar number systems.

HEXB89EB5
Decimal184158181
Binary101110001001111010110101
Octal270236265

Shades and tints

Shades of #B89EB5

#B89EB5
(184,158,181)
#A890A5
(168,144,165)
#988295
(152,130,149)
#887485
(136,116,133)
#786675
(120,102,117)
#685865
(104,88,101)
#584A55
(88,74,85)
#483C45
(72,60,69)
#382E35
(56,46,53)
#282025
(40,32,37)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B89EB5

#B89EB5
(184,158,181)
#BEA6BB
(190,166,187)
#C4AEC1
(196,174,193)
#CAB6C7
(202,182,199)
#D0BECD
(208,190,205)
#D6C6D3
(214,198,211)
#DCCED9
(220,206,217)
#E2D6DF
(226,214,223)
#E8DEE5
(232,222,229)
#EEE6EB
(238,230,235)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89EB5; }

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

This text font color is #B89EB5.


Background Color

.myBgColor { background-color: #B89EB5; }

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

This div background color is #B89EB5.


Border color

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

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

This div border color is #B89EB5.


Opacity

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

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

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

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

This text has shadow with #B89EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89EB5 on black background.


Color preview on white background

This text has color #B89EB5 on white background.



Black color preview on #B89EB5 background

This text has black color on #B89EB5 background.


White color preview on #B89EB5 background

This text has white color on #B89EB5 background.