COLOR #B89EB8

HEX: #B89EB8
RGB: (184,158,184)

Color info

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

RGB color model

#B89EB8 color RGB value is (184,158,184).

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

RGB channels and saturation

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

184
158
184

R + G + B ~ 69%. #B89EB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 158 + 184 = 526 (100%)
R 184 of 526 ~ 34.98%
G 158 of 526 ~ 30.04%
B 184 of 526 ~ 34.98%

%34.98
%30.04
%34.98

CMYK color model

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

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

CMYK percentages

%0
%14.13
%0
%27.84

Codes

Color #B89EB8 in popluar color models

B89EB8
RGB184158184
HSL300°15.48%67.06%
HSB/HSV300°14.13%72.16%
CMYK0.00%14.13%0.00%
27.84%

Color #B89EB8 in popluar number systems.

HEXB89EB8
Decimal184158184
Binary101110001001111010111000
Octal270236270

Shades and tints

Shades of #B89EB8

#B89EB8
(184,158,184)
#A890A8
(168,144,168)
#988298
(152,130,152)
#887488
(136,116,136)
#786678
(120,102,120)
#685868
(104,88,104)
#584A58
(88,74,88)
#483C48
(72,60,72)
#382E38
(56,46,56)
#282028
(40,32,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B89EB8

#B89EB8
(184,158,184)
#BEA6BE
(190,166,190)
#C4AEC4
(196,174,196)
#CAB6CA
(202,182,202)
#D0BED0
(208,190,208)
#D6C6D6
(214,198,214)
#DCCEDC
(220,206,220)
#E2D6E2
(226,214,226)
#E8DEE8
(232,222,232)
#EEE6EE
(238,230,238)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89EB8; }

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

This text font color is #B89EB8.


Background Color

.myBgColor { background-color: #B89EB8; }

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

This div background color is #B89EB8.


Border color

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

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

This div border color is #B89EB8.


Opacity

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

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

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

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

This text has shadow with #B89EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89EB8 on black background.


Color preview on white background

This text has color #B89EB8 on white background.



Black color preview on #B89EB8 background

This text has black color on #B89EB8 background.


White color preview on #B89EB8 background

This text has white color on #B89EB8 background.