COLOR #B898B6

HEX: #B898B6
RGB: (184,152,182)

Color info

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

RGB color model

#B898B6 color RGB value is (184,152,182).

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

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 182 of 255 = 71%

184
152
182

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

Portions of RGB colors in percentages

R + G + B =
184 + 152 + 182 = 518 (100%)
R 184 of 518 ~ 35.52%
G 152 of 518 ~ 29.34%
B 182 of 518 ~ 35.14%

%35.52
%29.34
%35.14

CMYK color model

#B898B6 color CMYK value is (0,17,1,28).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 1.09%
  • key color value is 27.84%
CMYK:
(0,17,1,28)
C0M17Y1K28 
(0%,17%,1%,28%)
(0.00/0.17/0.01/0.28)	

CMYK percentages

%0
%17.39
%1.09
%27.84

Codes

Color #B898B6 in popluar color models

B898B6
RGB184152182
HSL304°18.39%65.88%
HSB/HSV304°17.39%72.16%
CMYK0.00%17.39%1.09%
27.84%

Color #B898B6 in popluar number systems.

HEXB898B6
Decimal184152182
Binary101110001001100010110110
Octal270230266

Shades and tints

Shades of #B898B6

#B898B6
(184,152,182)
#A88BA6
(168,139,166)
#987E96
(152,126,150)
#887186
(136,113,134)
#786476
(120,100,118)
#685766
(104,87,102)
#584A56
(88,74,86)
#483D46
(72,61,70)
#383036
(56,48,54)
#282326
(40,35,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #B898B6

#B898B6
(184,152,182)
#BEA1BC
(190,161,188)
#C4AAC2
(196,170,194)
#CAB3C8
(202,179,200)
#D0BCCE
(208,188,206)
#D6C5D4
(214,197,212)
#DCCEDA
(220,206,218)
#E2D7E0
(226,215,224)
#E8E0E6
(232,224,230)
#EEE9EC
(238,233,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B898B6; }

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

This text font color is #B898B6.


Background Color

.myBgColor { background-color: #B898B6; }

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

This div background color is #B898B6.


Border color

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

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

This div border color is #B898B6.


Opacity

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

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

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

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

This text has shadow with #B898B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B898B6 on black background.


Color preview on white background

This text has color #B898B6 on white background.



Black color preview on #B898B6 background

This text has black color on #B898B6 background.


White color preview on #B898B6 background

This text has white color on #B898B6 background.