COLOR #B89BB6

HEX: #B89BB6
RGB: (184,155,182)

Color info

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

RGB color model

#B89BB6 color RGB value is (184,155,182).

  • red value is 184;
  • green value is 155;
  • blue value is 182.
RGB:
(184,155,182)
(72%,61%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 155 of 255 = 61%
B 182 of 255 = 71%

184
155
182

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

Portions of RGB colors in percentages

R + G + B =
184 + 155 + 182 = 521 (100%)
R 184 of 521 ~ 35.32%
G 155 of 521 ~ 29.75%
B 182 of 521 ~ 34.93%

%35.32
%29.75
%34.93

CMYK color model

#B89BB6 color CMYK value is (0,16,1,28).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(0,16,1,28)
C0M16Y1K28 
(0%,16%,1%,28%)
(0.00/0.16/0.01/0.28)	

CMYK percentages

%0
%15.76
%1.09
%27.84

Codes

Color #B89BB6 in popluar color models

B89BB6
RGB184155182
HSL304°16.96%66.47%
HSB/HSV304°15.76%72.16%
CMYK0.00%15.76%1.09%
27.84%

Color #B89BB6 in popluar number systems.

HEXB89BB6
Decimal184155182
Binary101110001001101110110110
Octal270233266

Shades and tints

Shades of #B89BB6

#B89BB6
(184,155,182)
#A88DA6
(168,141,166)
#987F96
(152,127,150)
#887186
(136,113,134)
#786376
(120,99,118)
#685566
(104,85,102)
#584756
(88,71,86)
#483946
(72,57,70)
#382B36
(56,43,54)
#281D26
(40,29,38)
#180F16
(24,15,22)
#000000
(0,0,0)

Tints of #B89BB6

#B89BB6
(184,155,182)
#BEA4BC
(190,164,188)
#C4ADC2
(196,173,194)
#CAB6C8
(202,182,200)
#D0BFCE
(208,191,206)
#D6C8D4
(214,200,212)
#DCD1DA
(220,209,218)
#E2DAE0
(226,218,224)
#E8E3E6
(232,227,230)
#EEECEC
(238,236,236)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89BB6; }

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

This text font color is #B89BB6.


Background Color

.myBgColor { background-color: #B89BB6; }

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

This div background color is #B89BB6.


Border color

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

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

This div border color is #B89BB6.


Opacity

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

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

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

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

This text has shadow with #B89BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89BB6 on black background.


Color preview on white background

This text has color #B89BB6 on white background.



Black color preview on #B89BB6 background

This text has black color on #B89BB6 background.


White color preview on #B89BB6 background

This text has white color on #B89BB6 background.